Joined: 26 Nov 2002 Posts: 12375 Topics: 75 Location: San Jose
Posted: Mon Aug 07, 2006 1:32 pm Post subject:
Quote:
Note: we do not no howmany records are there before record 'eeeeeeeeee'
Where does the string 'eeeeeeee' start? ie. pos in the file. what are the DCB parameters of the input and output files? _________________ Kolusu
www.linkedin.com/in/kolusu
Joined: 13 Oct 2005 Posts: 84 Topics: 32 Location: INDIA
Posted: Tue Aug 08, 2006 3:48 pm Post subject:
Kolusu,
It is wokring fine
I have completed my job with your help.
to know for my knowledge if there is more than one record (EEEEEEEEE) ,do we need to modify the SYSIN on first step
Joined: 03 Jan 2003 Posts: 283 Topics: 27 Location: US
Posted: Wed Aug 09, 2006 9:45 am Post subject:
Js01,
If there's more than one record with 'EEEEEEE', then Kolusu's job would consider only the first EEEEEE record and copy all records below that - This means, if you have a file with 3 'EEEEE' records, you would still have 2 'EEEEEE' records that are below the first one
________
Windsor Transmission
Last edited by coolman on Sat Feb 05, 2011 1:46 am; edited 1 time in total
Joined: 26 Nov 2002 Posts: 12375 Topics: 75 Location: San Jose
Posted: Wed Aug 09, 2006 11:30 am Post subject:
Quote:
If there's more than one record with 'EEEEEEE', then Kolusu's job would consider only the first EEEEEE record and copy all records below that - This means, if you have a file with 3 'EEEEE' records, you would still have 2 'EEEEEE' records that are below the first one
Coolman,
Not exactly true. The job will abend if you have more than 1 EEEEEE record if you are using SYNCSORT with WER270A.
Code:
WER270A OPTION STATEMENT : DUPLICATE PARM FOUND
DFSORT will NOT abend but puts informational messages in the sysout
Code:
ICE002I 0 DUPLICATE OR CONFLICTING OPTION STATEMENT
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