Not sure:
> We've got a Cobol program (vendor software) that finally invoked DF-Sort
> to sort a bigger amount of data. In a first try, we had JCL allocated
> sort work data sets. It turned out that the about was insufficient. I'm
> now trying to get sort to dynamically allocate the work space. It
> complains that it could not allocate sufficient space either.
Stupid question: invokes internally?

And after:
> Thanks for these suggestions. Unfortunately, as the system is designed
today, we
> can't change these options from run to run. And, the main part is a piece
of vendor
> software we can't change on our own.

... but you try to change JCL, so you can change something... or not?

We had a similar problem with a package that automatically create jcl.
We solved moving JCL within a PROC and overriding OPTION using DFSPARM DD.

Hope in this.

Regards

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

Reply via email to