Search found 2 matches

by nkulkarni
Tue Sep 29, 2015 1:45 pm
Forum: TSO, CLIST & REXX
Topic: Controlling REXX output
Replies: 1
Views: 3545

Controlling REXX output

Hi, I'm executing 3 REXX programs (#RXPGM1, #RXPGM2 and #RXPGM3) from library ABC.DEF.GHI.RXLIB and writing the output to a single file ABC.DEF.GHI.OUTPUT in a single step STEP01 (JCL is as below) //STEP01 EXEC PGM=IKJEFT1A,DYNAMNBR=200 //SYSEXEC DD DISP=SHR,DSN=ABC.DEF.GHI.RXLIB //SYSTSPRT DD DISP=...
by nkulkarni
Tue Sep 29, 2015 1:35 pm
Forum: DFSORT , ICETOOL & Utilities
Topic: Copy file using DFSORT based on a value
Replies: 1
Views: 3217

Copy file using DFSORT based on a value

Hi, I have an input file which contains lot of data (80 bytes length) about the return code information of steps of a batch job. Number of records in input file vary depending on the number of steps in every batch job, a string "BAD RC" is placed in the file in any random position if any of the step...