InterviewSolution
Saved Bookmarks
| 1. |
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. Held output (JES2 or JES3) can be captured by outtrapping the output of the following command: 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. |
|