View previous topic :: View next topic |
Author |
Message |
[bond] Beginner

Joined: 31 Dec 2002 Posts: 28 Topics: 6
|
Posted: Wed Mar 05, 2003 11:37 am Post subject: OUTFIL ENDREC |
|
|
Code: | CTL1CNTL :
OPTION COPY
OUTFIL FNAMES=OUT,ENDREC=10000 |
I expected only 10000 records in the output. Instead it copied the entire input file to output. I must be doing something wrong but don't know what.
Code: | WER416B OUTFIL WAS USED FOR OUT
WER054I RCD IN 9500141, OUT 9500141 |
Pls help. _________________ “In war, resolution; in defeat, defiance; in victory, magnanimity” ~ Winston Churchill |
|
Back to top |
|
 |
kolusu Site Admin

Joined: 26 Nov 2002 Posts: 12378 Topics: 75 Location: San Jose
|
Posted: Wed Mar 05, 2003 12:07 pm Post subject: |
|
|
Bond,
You should be looking at the wer405I message. It would be something like this
Code: |
WER 405I OUT : DATA RECORDS OUT 10000; TOTAL RECORDS OUT 10000
|
Hope this helps....
cheers
kolusu |
|
Back to top |
|
 |
[bond] Beginner

Joined: 31 Dec 2002 Posts: 28 Topics: 6
|
Posted: Wed Mar 05, 2003 1:49 pm Post subject: |
|
|
jeez, I'm having a really bad day I guess. Thanks for pointing it out Kolusu. _________________ “In war, resolution; in defeat, defiance; in victory, magnanimity” ~ Winston Churchill |
|
Back to top |
|
 |
|
|