- CONTROL STATEMENTS FOR 5694-A01, Z/OS DFSORT V1R5 - 09:39 ON THU NOV
OUTFIL HEADER1=(' INCLUDE COND=(1,10,CH,EQ,C''',1,10,''',OR,',80:X),
OUTREC=(C' 1,10,CH,EQ,C''',1,10,C''',OR,',80:X)
TRAILER1=(' 1,10,CH,EQ,C''',1,10,''')',80:X)
END OF STATEMENTS FROM CTL1CNTL - PARAMETER LIST STATEMENTS FOLLOW
DEBUG NOABEND,ESTAE
OPTION MSGDDN=DFSMSG,LIST,MSGPRT=ALL,RESINV=0,SORTDD=CTL1,SORTIN=INPUT
,SORTOUT=CTL2CNTL,DYNALLOC
SORT FIELDS=COPY
[b]CTL1OUT NOT DEFINED [/b]
C5-K05352 C6-Q95214 C7-K90000 C8-K05352 E7-K90000
END OF DFSORT
Joined: 26 Nov 2002 Posts: 12378 Topics: 75 Location: San Jose
Posted: Thu Nov 10, 2005 10:52 am Post subject:
Sateesh_gontla,
The '1' in the first byte is the carriage control character. Since you are using reporting features header1 and trailer1 , the output will have a carriage control character. so you need to supress it using the parm REMOVECC. So change your ctl1cntl to the following.
When you run that OMIT statement against the FILE1 records, it gives you the records in file1 that are NOT in file2. _________________ 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