ICE000I 1 - CONTROL STATEMENTS FOR 5694-A01, Z/OS DFSORT V1R5 - 14:18 ON THU
SORT FIELDS=COPY
INCLUDE COND=(29,2,CH,EQ,C'31')
OUTREC FIELDS(005:005,779,
784:C' ',
787:780,254)
ICE201I E RECORD TYPE IS V - DATA STARTS IN POSITION 5
ICE126A 0 INCONSISTENT *OUTREC IFTHEN 0 REFORMATTING FIELD FOUND
Thanks for the reply and help, but I am getting this error , any option to choose.
Code:
ICE084I 0 EXCP ACCESS METHOD USED FOR SORTOUT
ICE084I 1 VSAM ACCESS METHOD USED FOR SORTIN
ICE218A 6 538 BYTE VARIABLE RECORD IS SHORTER THAN 1033 BYTE MINIMUM FOR
ICE751I 1 EF-K10929 F0-Q84357 E8-K24705
ICE052I 0 END OF DFSORT
Joined: 02 Dec 2002 Posts: 1618 Topics: 31 Location: San Jose
Posted: Thu Jun 19, 2008 2:50 pm Post subject:
You're getting that error message because some of your records are shorter than the maximum record you're trying to build. For example, one of your record is only 538 bytes, but you say you want to add 3 spaces after position 779. What do you want to do about those short records? Pad them out to the maximum? Leave them alone or what? _________________ Frank Yaeger - DFSORT Development Team (IBM)
Specialties: JOINKEYS, FINDREP, WHEN=GROUP, ICETOOL, Symbols, Migration
DFSORT is on the Web at:
www.ibm.com/storage/dfsort
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum