Page 1 of 1

SYSC SORT AND OUTFIL

PostPosted: Thu Oct 11, 2012 9:50 pm
by yashmys
Hi ,

I have a requirement in syncsort where I need to use outfils. The include cond has 2 expressions ( expression 1 OR expression 2).


OUTFILE 1 - EXP-C OR EXP1
OUTFILE 2 - EXP-C OR EXP2
OUTFILE 3 - EXP-C OR EXP3
OUTFILE 4 - EXP-C OR EXP4
OUTFILE 5 - EXP-C OR EXP5
OUTFILE 6 - EXP-C OR EXP6

EXP-C is common between all the outfil conditions. Suppose there is a record which meets the common condition EXP-C, will it be placed in all the OUTFILES or it will placed in only the first file ?

Thanks,
Yash

Re: SYSC SORT AND OUTFIL

PostPosted: Thu Oct 11, 2012 10:27 pm
by NicC
Set up your test data and see what happens when you try it.

Re: SYSC SORT AND OUTFIL

PostPosted: Fri Oct 12, 2012 3:41 am
by BillyBoyo
When you'll find it'll go in all of them. What do you want to happen?