Author: Trinadh
Subject: How to update a portion of text in a trailer record
Posted: Wed Nov 09, 2016 9:41 pm (GMT 5.5)
Hi Team,
I'm trying to update a portion of a trailer record and facing error.
Can you please let me know how to achieve this?
Sort Card:
Code'd
_________________
3NADH
Subject: How to update a portion of text in a trailer record
Posted: Wed Nov 09, 2016 9:41 pm (GMT 5.5)
Hi Team,
I'm trying to update a portion of a trailer record and facing error.
Can you please let me know how to achieve this?
Sort Card:
Code: |
OUTFIL FNAMES=01, INCLUDE=(25,3,CH,EQ,C'XXX'), IFTRAIL=(HD=YES,TRLID=(5,5,CH,EQ,C'TRAIL'), TRLUPD=(1:C'TR1',30:COUNT=(M11,LENGTH=4))) OUTFIL FNAMES=02, INCLUDE=(25,3,CH,EQ,C'YYY'), IFTRAIL=(HD=YES,TRLID=(5,5,CH,EQ,C'TRAIL'), TRLUPD=(1:C'TR2',30:COUNT=(M11,LENGTH=4))) OUTFIL FNAMES=03, INCLUDE=(25,3,CH,EQ,C'ZZZ'), IFTRAIL=(HD=YES,TRLID=(5,5,CH,EQ,C'TRAIL'), TRLUPD=(1:C'TR3',30:COUNT=(M11,LENGTH=4))) |
Code'd
_________________
3NADH