Please help me out to code the sortwk and sortou dd files.
As this is a production abend, also please let me know if there is any other way to resolve the issue without using MAXSORT. Also please not that both sortin and sortout files are allocation in tape
Joined: 03 Dec 2002 Posts: 579 Topics: 1 Location: Iowa, USA
Posted: Thu Mar 02, 2006 9:02 am Post subject:
The Dynamic Allocation error x'021C' explains that you have a bad UNIT name.
For MAXSORT, you must tell SORT the name of the tape units it can allocate. Add TAPENAME=T3490 to your PARM.
For SORTWKs, MAXSORT will use whatever you tell it to use. Add MAXWKSP=nnnM to your PARM. Provide the approx megabytes you've allocated in SORTWKs. _________________ Regards,
Bill Dennis
Disclaimer: My comments on this foorum are my own and do not represent the opinions or suggestions of any other person or business entity.
Joined: 26 Nov 2002 Posts: 12376 Topics: 75 Location: San Jose
Posted: Thu Mar 02, 2006 11:55 am Post subject:
magopala,
Here is an explanation of the error.
Code:
WER322A TAPE DYNALLOC FAILURE - CODE=xxxx
EXPLANATION: Attempts to dynamically allocate tape units for a merge
phase met with unexpected failure. Code xxxx gives the hexadecimal
return code from the dynamic allocation request. For an explanation
of this code, see either IBM publication OS MVS Programming:
Authorized Assembler Services Guide SA22-7608 or MVS/ESA System
Programming Library: Application Development Guide, GC28-1852.
And here is the explanation of the error reason code 021C
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum