Title: Message
Tom,
Some very old CMS modules can not process the plist properly when invoked from REXX and EXEC2. Try invoking the module from EXEC1. If it work, then invoke the EXEC1 from your REXX exec file to avoid writing the entire procedure in EXEC1.
-----Original Message-----
From: VM/ESA and z/VM Discussions [mailto:[EMAIL PROTECTED] On Behalf Of Tom Huegel
Sent: Thursday, October 13, 2005 9:58 AM
To: [email protected]
Subject: command line vs exec

I have this program (downloaded from the tools) that is a CMS library system.

 

I have the server side (IUREC) running fine and the client (LIB) works pretty good too.

 

When I type the following line on my CMS client it works fine.

 

LIB SERVEXEC SUBPROD EXEC PAUSEBG JCL

 

But when I include the same line in an exec the parameters – PAUSEBG JCL – don’t get passed to the server.

 

Has anyone run into something like this before? Is there something ‘different’ I can do in the EXEC?

 

This is a trace from my 1 line exec.

 

*-* LIB 'SERVEXEC SUBPROD EXEC PAUSEBG JCL'    

>L>   "LIB"                                    

>L>   "SERVEXEC SUBPROD EXEC PAUSEBG JCL"      

>O>   "LIB SERVEXEC SUBPROD EXEC PAUSEBG JCL"     

 

Thanks

 

Reply via email to