Given a system ID and a JobNr (job number), we can find the job in SDSF (or CA Sysview), then we can view the JESMSGLG, JESJCL, JESYSMSG and etc. My question is that is there a way to read those DDs in my program (a standalone program, not a step of the target job)? (for some reason I want to read them in my program and send them off platform for some crazy auto-analyzers)
Any TSO commands that can be used in Rexx? or any LE APIs for C program? or any system macros for HLASM? Any clue would be welcome. Thank you guys in advance!
RC = ISFCALLS("ON")
isffilter = 'JOBID EQ 'thisjes
ADDRESS SDSF "ISFEXEC ST "
ADDRESS SDSF "ISFACT ST TOKEN('"token.1"') PARM(NP XDC) "