On Tue, 16 Jan 2018 09:36:17 -0700, Sri h Kolusu wrote:
>
>You follow the same rules for JCL. Something like this
>
>//SORTIN   DD PATH='your http log file', 
>//             RECFM=??,LRECL=290,BLKSIZE=?????, 
>//            FILEDATA=TEXT,PATHOPTS=ORDONLY 
> 
For UNIX files, code any RECFM, LRECL, and BLKSIZE acceptable to DFSORT.
The access method will reformat to match those attributes (adding RDWs or
padding with blanks), reporting an I/O error if any line exceeds LRECL.

(If the data lack newline characters (unlikely for a UNIX log file), you may
need to use FILEDATA=BINARY.)

-- gil

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to