Hi all,
I got the following error when i run the following jcl.I have also mentioned my input file contents starting from position 1 and error message.
Could any one help me.
I am trying to add values from position 19 of length 3 for records whose 1 to 3 has value 111.
//TXZNS611 JOB (CGK9205,55),NAV,CLASS=A,MSGCLASS=B,NOTIFY=&SYSUID
//SORTPGM EXEC PGM=SORT
//SORTIN DD DSN=THHH.OSU.NS6.SORT,DISP=SHR
//SORTOUT DD SYSOUT=*
//SYSOUT DD SYSOUT=*
//SYSIN DD *
INCLUDE COND=(1,3,CH,EQ,C'111')
SORT FIELDS=(1,3,CH,A)
SUM FIELDS=(19,3,BI)
/*
File contents:
111g11fgdfgjdfgsdf111
111g11fgdfgjdfgsdf111
222ghdfgdfghd
222ghdfgdfghd
333ffffffffffffffffffffsd
333ffffffffffffffffffffsd
Error message:
ICE000I J - CONTROL STATEMENTS FOR 5694-A01, Z/OS DFSORT V1R5 - 09:46
INCLUDE COND=(1,3,CH,EQ,C'111')
SORT FIELDS=(1,3,CH,A)
SUM FIELDS=(19,3,BI)
ICE201I J RECORD TYPE IS F - DATA STARTS IN POSITION 1
ICE109A J SUM FIELD DISPLACEMENT OR LENGTH VALUE ERROR
ICE052I J END OF DFSORT
Thanks,
Naveen S