Hi Frank,
Yes, you already answer my question. Thanks. I means what is the total
number of XXXXCNT statement allow in each ICETOOLS. Because I need to
generate 200 or more XXXXCNT statement in each job.

Thanks Frank

tommy



On 12/13/06, Frank Yaeger <[EMAIL PROTECTED]> wrote:

Tommy Tsui wrote on 12/12/2006 03:10:17 PM:

> thanks all, but how many xxxxCNTL that can be concated to each sort
> statement...
> If I want to conact 200 xxxCNTL..is that OK?

Concated?  What do you mean?  You don't concatenate xxxxCNTL DDs. You use
a
different xxxxCNTL for each ICETOOL operator.  For example, you can have
200 COPY statements each with its own USING(xxxx), e.g.

COPY FROM(IN001) TO(OUT001) USING(A001)
COPY FROM(IN002) TO(OUT002) USING(A002)
...
COPY FROM(IN200) TO(OUT200) USING(A200)
//A001CNTL DD *
...
//A002CNTL DD *
...
//A200CNTL DD *
...

You can use any four characters for xxxx that will give you a valid
xxxxCNTL DD statement.  There's really no practical "limit".

Or am I still not understanding your question?

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


----------------------------------------------------------------------
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