Thanks for your reply, now the problem solves by unquoting command from
console command.
But I have a new problem, when I use following jcl to execute the rexx:
//MVSJCL JOB   (ACCNT#),                         
//         CLASS=T,                              
//         MSGCLASS=X,                           
//         MSGLEVEL=(1,1),                       
//         NOTIFY=&SYSUID,                       
//         TIME=1440                             
//PROCVTV  EXEC PGM=IKJEFT01,REGION=0M           
//SYSEXEC  DD DISP=SHR,DSN=userid.REXX.EXEC     
//SYSPRINT DD SYSOUT=*                           
//INFILE   DD *                                  
D A,L                                            
//SYSTSPRT  DD SYSOUT=*                          
//SYSTSIN   DD *                                 
%REXXMVS                                         
following error messages appeared:
IKJ55303I THE CONSOLE COMMAND HAS TERMINATED.+  
IKJ55303I AN ERROR OCCURRED DURING CONSOLE INITIALIZATION.  THE MCSOPER
RETURN CODE WAS X'00000004' AND THE REASON CODE WAS X'00000000'.

Please provide me a sample jcl to run rexx console program.

Thanks
Victor

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

Reply via email to