NorthernDancer Beginner
Joined: 01 May 2007 Posts: 44 Topics: 22 Location: DOWNTOWN BUFFALO, NY
|
Posted: Mon Aug 17, 2015 11:47 am Post subject: Creating New TRAILER Record |
|
|
I'm creating a nice Trailer record using SYNCSORT here & these statements:
Code: |
//SYSIN DD *
MERGE FIELDS=COPY
OUTFIL FILES=OUT,
TRAILER1=(1:'Z|RECORDS |COUNT| ',
33:COUNT=(TO=ZD,LENGTH=5),'|'),
REMOVECC
/* |
I want to Bump COUNT by 1 to account for the Trailer Record. Don't know what to add in ??
maybe "33:(COUNT+1)..... |
|