How do I access data held on the JES spool?

Answer Posted / rainer bartosch

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.

Is This Answer Correct ?    2 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Suppose if there are a set of statements and each has a word “value” in it, if I want to display all these statements so that the word “value” is aligned, then how do I code this in rexx?

571


is oorexx compatible with rexx?

568


I want to set position for a particular text in a certain position in several of my cics maps.Please provide me with a solution. Ex: If "F1-Help" has to be set to pos(4,27) always in all the maps within a PDS.

1938


What does the sample library of uni-rexx consist of?

603


What is the difference between ooRexx and IBM's Object REXX for Windows?

539






Is it possible to combine uni-rexx with a compiled language in any application? What applications interfaces are there?

544


Enlist the features of rexx as a programming language.

621


How to code the db2 queries using rexx?

581


How to find or access the current level of a gdg?

485


can I port my existing applications from the mainframe or os/2? Will there be extensive changes required to do this?

578


I have one input file and some 40 tables, I want to read input file and compare the input file value with the table value if it is present then we have to update with new value, this should be repeated for all 40 tables and we are reading only one input file, for this is there any REXX program or job or routine to accomplish above requirement. components of the requirements; 1. One input file 2. 40 DB2 tables 3. we have to read from the input file and compare with table value, if present then update with new value (this should be recurssive for all 40 tables for every record of input file). 4. quick help is appreciated.

2009


can oorexx run normal rexx programs?

586


i want new rexx tool which will perform jcl chk without submitting it

1598


how to pass parms to ispf edit macro?

646


What are various loop types supported by rexx?

535