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

DFSORT/ICETOOL :: RE: How to update a portion of text in a trailer record

$
0
0
Author: Trinadh
Posted: Thu Nov 10, 2016 11:58 pm (GMT 5.5)

Arun,

I've tried the following the code

Code:
SORT FIELDS=COPY
OUTFIL FILES=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)))   
-----------------$
ICE007A SYNTAX ERROR
OUTFIL FILES=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)))   
-----------------$
ICE007A SYNTAX ERROR
OUTFIL FILES=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)))
 -----------------$
ICE007A SYNTAX ERROR

The marker has been pointed at "1:C", somehow it is showing at 30 when I pasted the content from notepad to this post.

Bill,

I would post the ICE201I messages tomorrow.
_________________
3NADH


Viewing all articles
Browse latest Browse all 8500

Trending Articles