This is just a cl program running in a batch process. It calls an RPG program using 3 parameters. The parameters aren't making it to the called program.
Apparently there new parameters to the call command which is causing the problem.
Dave Begley | IT Manager
HealthSmart | Benefits Management, LLC
Dave.begley@xxxxxxxxxxxxxxx |
http://www.healthsmart.com/
-----Original Message-----
From: MIDRANGE-L <midrange-l-bounces@xxxxxxxxxxxxxxxxxx> On Behalf Of Mark Waterbury
Sent: Friday, July 28, 2023 5:13 PM
To: Midrange Systems Technical Discussion <midrange-l@xxxxxxxxxxxxxxxxxx>
Subject: Re: Issues after going from TR4 to TR7
NOTICE: This email originated from outside of the organization. Do not click links or open attachments unless you recognize the sender and know the content is safe.
Dave,
Passing parameters as literal values on a SBMJOB has the same issues and problems as doing a CALL from a command line... it uses the CL CALL command ... :-o
Just search the archives for problems with passing parameters and SBMJOB.
The "best simple" solution is to write a "command" definition wrapper for this call.
Hope that helps,
Mark S. Waterbury
On Friday, July 28, 2023 at 05:03:33 PM EDT, Dave Begley <dave.begley@xxxxxxxxxxxxxxx> wrote:
A CL program submits DGL150R. So it is a batch CL program that is calling an RPG program.
Dave Begley | IT Manager
HealthSmart | Benefits Management, LLC
Dave.begley@xxxxxxxxxxxxxxx |
http://www.healthsmart.com/
--
This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing list To post a message email: MIDRANGE-L@xxxxxxxxxxxxxxxxxx To subscribe, unsubscribe, or change list options,
visit:
https://lists.midrange.com/mailman/listinfo/midrange-l
or email: MIDRANGE-L-request@xxxxxxxxxxxxxxxxxx
Before posting, please take a moment to review the archives at
https://archive.midrange.com/midrange-l.
Please contact support@xxxxxxxxxxxxxxxxxxxx for any subscription related questions.
This e-mail, including attachments, may include confidential and/or
proprietary information, and may be used only by the person or entity
to which it is addressed. If the reader of this e-mail is not the intended
recipient or intended recipient’s authorized agent, the reader is hereby
notified that any dissemination, distribution or copying of this e-mail is
prohibited. If you have received this e-mail in error, please notify the
sender by replying to this message and delete this e-mail immediately.
As an Amazon Associate we earn from qualifying purchases.