Quantcast
Channel: IBM Mainframe Computers Forums
Viewing all articles
Browse latest Browse all 8500

SYNCSORT :: RE: Stripping and Sorting of VB file

$
0
0
Author: G SRINIVASA RAO
Posted: Wed Sep 14, 2016 5:01 pm (GMT 5.5)

Hi Nic,

Its a typo. It is 'stripping'

Below code worked for me. removed record length from Outrec build.

Code:
OPTION VLSHRT
INREC IFTHEN=(WHEN=INIT,BUILD=(1,4,5:C'1',6:5)),
      IFTHEN=(WHEN=(6,7,CH,EQ,C'0000000'),OVERLAY=(5:C'9'))
SORT FIELDS=(5,1,CH,A,18,7,CH,A,32,5,CH,A)
OUTREC BUILD=(1,4,6:18)

Thanks!
Srinivas

Code'd


Viewing all articles
Browse latest Browse all 8500

Trending Articles