IBM REXX Question:
Download Job Interview Questions and Answers PDF
How to access data held on the JES spool?
Answer:
Held output (JES2 or JES3) can be captured by outtrapping
the output of the following command
"OUTPUT jobname PRINT(*) KEEP".
Use command HELP OUTPUT for more information.
Furthermore there are output tools you can buy like SDSF,
IOF, (E)JES, etc. But not all of these have got a rexx
interface.
the output of the following command
"OUTPUT jobname PRINT(*) KEEP".
Use command HELP OUTPUT for more information.
Furthermore there are output tools you can buy like SDSF,
IOF, (E)JES, etc. But not all of these have got a rexx
interface.
Download IBM REXX Interview Questions And Answers
PDF
Previous Question | Next Question |
How to access data in control blocks such as jobname? | What do unusual return codes such as -3 and 0196 mean? |