van der Grijn, Bart (B) wrote:

>I have a job that fails with
>ICE085A 0 SECOND COMMUNICATION AREA SPACE EXCEEDED - ADD AT LEAST 0K BYTES TO 
>REGION

>I understand what the message manual is telling me (reduce the complexity of 
>the application), but how do I determine what the limits are or what clauses 
>influence the memory usage?

Based on your JCL and on other's replies, may I suggest trying this alternative?

Take your input dataset, split the different columns into different datasets 
like this:

Input A, Output O1: Columns 1-10 and you massage them with DFSORT and inserting 
those C'|'.

Repeat with Columns 11 to say 35 to output O2.

Repeat again up to the last set of columns.

After all that work, recombine with DFSORT all the outputs O1, O2, O3 ..... 
last output into one final dataset output.

Or, generate a CSV ('comma delimited output') and place that in a dataset and 
then do a edit to find/replace the commas with C'|'.

Please let us know what you eventually select as a solution.

Groete / Greetings
Elardus Engelbrecht

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to