HI, can you please let me know hoe to use ISRCSECT command in rexx to get the CSECT details from load DSN GY.TEST. LOAD(LOAD1)..
I used the below command
STEPLIB DD DSN=GY.TEST.LOAD
ISPSTART CMD(ISRCSECT 'LMOD(LOAD1) C(DOO1) L(12)' )+
BDISPMAX(99999)
but this throws an error stating the LMOD cannot be recognized
can u plz tell me how get this using a REXX code