Roberto R. wrote on 10/27/2006 08:21:06 AM:

> Hi, I run this ICETOOL job:
>
> //RECS      DD *
> AAAA BBBB
> AAAA CCCC
> //          DD *
> AAAA      DDDD
> AAAA      EEEE
> //TOOLIN    DD *
>   SPLICE FROM(RECS) TO(OUT) ON(1,4,CH) WITH(11,4) WITHALL
>
> and get this:
>
> AAAA BBBB
> AAAA BBBB DDDD
> AAAA BBBB EEEE
>
> but I hope to get this:
>
> AAAA BBBB
> AAAA BBBB DDDD
> AAAA BBBB EEEE
> AAAA CCCC
> AAAA CCCC DDDD
> AAAA CCCC EEEE
>
> Can that be done? DFSORT is V1R5. Thanks in advance.
> Rob

Sorry, but SPLICE doesn't support a cartesian join like that.

Frank Yaeger - DFSORT Team (IBM) - [EMAIL PROTECTED]
Specialties: PARSE, JFY, SQZ, ICETOOL, IFTHEN, OVERLAY, Symbols, Migration

 => DFSORT/MVS is on the Web at http://www.ibm.com/storage/dfsort/

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

Reply via email to