Hi I am submitting a Rexx Via a JCL using the following code:-
QUEUE " ISPSTART CMD(READFILE "HLQ"."USERID()".JMRSRCH "LOGPDS""
QUEUE " "ENVI")"
The Read file is the Rexx exec name. & the rest are parameters. Since ENVI is not coming on the same line, I have queued it on the next line. The JCL formed shows the parameters as below:-
ISPSTART CMD(READFILE TTOI.RAWATR.JMRSRCH TTZY.LOG.AIPB
ENVI)
Hence the parameter ENVI is interpreted as a seperated command by the ISPF.
I know I am doing something wrong. Can somebody tell me where & how?
QUEUE " ISPSTART CMD(READFILE "HLQ"."USERID()".JMRSRCH "LOGPDS""
QUEUE " "ENVI")"
The Read file is the Rexx exec name. & the rest are parameters. Since ENVI is not coming on the same line, I have queued it on the next line. The JCL formed shows the parameters as below:-
ISPSTART CMD(READFILE TTOI.RAWATR.JMRSRCH TTZY.LOG.AIPB
ENVI)
Hence the parameter ENVI is interpreted as a seperated command by the ISPF.
I know I am doing something wrong. Can somebody tell me where & how?