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 4:00 pm (GMT 5.5)

I couldn't post the entire SYSOUT messages due to the project restrictions.
I'm facing the error as below.
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)))   
                       $
ICE007A SYNTAX ERROR
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)))   
                       $
ICE007A SYNTAX ERROR
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)))
                       $
ICE007A SYNTAX ERROR

_________________
3NADH


Viewing all articles
Browse latest Browse all 8500

Trending Articles