> -----Original Message----- > From: IBM Mainframe Discussion List > [mailto:[EMAIL PROTECTED] On Behalf Of Jackson, Scott > Sent: Friday, July 15, 2005 10:12 AM > To: [email protected] > Subject: DFSORT in a multithreaded environment under USS > > > All, > > I'm trying to find out if DFSORT can be called dynamically in a > multithreaded environment under UNIX System Services. There > is no C/C++ > API support for DFSORT (or syncsort) so I'll have to call it via > assembler. Is this possible? > > Thanks! > > ----------------- > Scott Wm. Jackson
I'm not sure. One thing to remember is that DFSORT was not really designed to do this. Be very careful to give it parameters to restricts its region usage. Also, be careful to insure that each concurrent instance uses its own set of SORTWKnn DD statements. E.g. one instance uses SORTAAnn, another uses SORTBBnn, and so on. -- John McKown Senior Systems Programmer UICI Insurance Center Information Technology This message (including any attachments) contains confidential information intended for a specific individual and purpose, and its' content is protected by law. If you are not the intended recipient, you should delete this message and are hereby notified that any disclosure, copying, or distribution of this transmission, or taking any action based on it, is strictly prohibited. ---------------------------------------------------------------------- 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

