×
The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.
Andrew,
Create a user-defined command "wrapper" and on the SBMJOB, use that command in the CMD parameter, rather than coding a CALL command, since CALL is "generic" and has no knowledge of what parameters are supposed to be numeric, their lengths, etc., so it has to "guess." See:
https://wiki.midrange.com/index.php/Parameter_passing
Hope that helps,
Mark S. Waterbury
On Wednesday, April 24, 2019, 2:35:56 AM EDT, Andrew Smith <Andrew.Smith@xxxxxxxxxxxxx> wrote:
Hello Jack,
Thanks for the help.
I have been trying this interactively as previously suggested but when I change the command to pass PARM('X' 'Y' 'Z') instead this works (kind off)
as the job is now submitted on the remote machine but it says CALL PGM(library/program) PARM(X Y Z) ?
Is there any way around this so I pass the three parameters I need so it appears on the remote machine correctly PARM('9.0.0 ' 'S' ' ') ?
Hope I am making some sense and apologies to everyone if I'm not, this is only the second time I have attempted to do something like this.
Thankyou
Regards
Andy
This email is intended for the person or company named and access by anyone else is unauthorised. If you are not the person or company named, please delete this email and notify the sender. The information in this email, including any attachments, may be confidential or legally privileged and its unauthorised disclosure, copying, distribution or use is prohibited and may be unlawful. This email has been sent from MDS Global Ltd, a registered company incorporated in England and Wales with registered number 02263085 . The registered office is The Point, 410 Birchwood Boulevard, Warrington, Cheshire WA3 7WD. MDS Global Ltd may monitor email traffic data and also the content of email for the purposes of security, ensure compliance with company policies and staff training.
As an Amazon Associate we earn from qualifying purchases.