On Wed, 16 May 2007 11:56:46 -0400, Farley, Peter x23353 wrote:

>You can start here (watch the line-wrap):
>
> http://publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/DGT2D430/3.1.3.2?SHELF=DGT2BK41&DT=20040624112123

(unwrapped?)

>You could process the file as RECFM=VB with a JCL override and scan for byte
>3 NE x'00'.  Sort should handle this nicely.
>
>Something like this (untested):
>
>SORT FIELDS=COPY
>INCLUDE COND=(3,1,NE,X'00')
>
Will SORT support processing RDWs as data?  (Yah, I know; SORT can do 
everything,
and Frank will probably tell you how.)

-- gil

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

Reply via email to