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
is there an aix version of oorexx?
What is the use of uni-rexx?
How to code the db2 queries using rexx, and also plz send some link and examples using db2 queries?
Is it possible to combine uni-rexx with a compiled language in any application? What applications interfaces are there?
I executed one job and I forget to save the final JCL. But took an XDC from SPOOL. Now I want to recover the JCL from XDC dataset. Is there any process to do this?. (Manually it takes a lot of time). Is there
How to find or access the current level of a gdg?
Suppose I want to code a rexx program in order to get the inputfile and output files of jcl. I want code snippet or the coding for this?
can I redistribute oorexx freely with commercial software?
What are the various error conditions seen in rexx?
how to pass parms to ispf edit macro?
for which platforms is uni-rexx available?
how long does the install of oorexx take?
Enlist the features of rexx as a programming language.
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.
What are the functions available in rexx?