I am pass the dataset thru JCL, but on execution jcl will give the return code of 12.
Below is the rexx code
000100 /*REXX*/
000200 ADDRESS TSO
000700 "LISTDS" FILEI "MEMBERS"
002900 SAY "MEMBERS SUCCESSFULLY DISPLAY"
003000 EXIT
Below is the JCL ERROR message
******************************** Top of Data ***********************************
IKJ56701I MISSING DATA SET NAME
READY
END
******************************* Bottom of Data ********************************
Please help me so that I will pass the datset thru the JCL