On Tue, Nov 12, 2019 at 12:18 PM Tom Marchant <
0000000a2a8c2020-dmarc-requ...@listserv.ua.edu> wrote:

> We have a multitasking address space in which we would like to
> call sort to sort somewhere around a half a million entries.
> There is a possibility that more than one task might need to
> call sort. Will this cause a problem if one task calls sort
> while sort is active for another task? A customer could be
> using any of the available sort products.
>

IIRC, with DFSORT, you can do that. But each must: 1) use a separate set of
DDs for SORTWORK; 2) use different DDs for SORTIN, SORTOUT and perhaps
DFSPARM (if used).; 3) If you use any exit(s) in differents, the exit code
will need to be truly RE-ENTRANT; 4) The address space must have
enough virtual storage. BTW - do you mean sort 1_000_000 entries, or
1_000_000 invocations of DFSORT? I think the same restrictions will be in
effect for SYNCSORT as well.



>
> --
> Tom Marchant
>

-- 
People in sleeping bags are the soft tacos of the bear world.
Maranatha! <><
John McKown

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Reply via email to