MGIndaco
Moderator
Joined: 10 Mar 2005 Posts: 479 Location: Milan, Italy
|
|
|
|
I think that to avoid doubt about the rexx that i coded in two different time is better post here the correct way with relative JCL:
(In this sample I change in all the file the string STEP to PROC)
JCL:
| Code: |
//STEP020X EXEC PGM=IKJEFT01,PARM='rexxsourcename STEP PROC'
//SYSEXEC DD DISP=SHR,DSN=name of rexx lib
//FILELIST DD *
List of PS or PDS without quotes
....
...
//SYSTSPRT DD SYSOUT=B
//SYSTSIN DD DUMMY |
|
|