Hi list,
A big clean-up is planned at our site and I was asked to deliver a list of executed rexx execs, preferably with the jobname (or TSO user) and the dataset where the rexx resides. I tried different things but the only result sofar is: I modified IRXTSPARMS and IRXPARMS MODNAME_TIRXEXEC DC CL8'IRXJEDSP' IRXJEDSPT is a small program that displays in WTO's the following values from the EXECBLK: EXEC_BLK_ACRYN EXEC_DDNAME EXEC_MEMBER EXEC_DSNPTR The job //STEP1 EXEC PGM=IKJEFT01,PARM='%TEST' //SYSEXEC DD DISP=SHR,DSN=MY.REXX.EXEC //SYSTSPRT DD SYSOUT=* //SYSTSIN DD DUMMY generates a WTO with the eyecatcher and the rexx exec name I guess the DDNAME is not filled in because this is defined in de module name table, and the DSN because it could be a concatenation. If now in my TEST rexx I add EXEC 'MY.REXX.EXEC(TAST)' I have also a WTO for the dsname and SYS0001 for the DDNAME If in the exec TAST I add address "TSO" %TOST If I execute in ISPF 6 EXEC 'MY.REXX.EXEC(TAST)' I have nothing at all. I tried to front-end IRXLOAD, but got terrible ABENDS. Any idea, help would be greatly appreciated. Thanks, j@n ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
