IBM REXX Question:
Download Questions 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.

Download IBM REXX Interview Questions And Answers PDF

Previous QuestionNext Question
How to access data in control blocks such as jobname?What do unusual return codes such as -3 and 0196 mean?