View previous topic :: View next topic |
Author |
Message |
rasprasads Beginner
Joined: 10 Dec 2002 Posts: 59 Topics: 20 Location: Chennai
|
Posted: Wed Sep 10, 2003 7:46 am Post subject: Sort file allocation in XPEDITER |
|
|
I have a internal sort file in a called program. XPEDITER fails in this particular step :
Code: | SORT SORT-FILE ASCENDING KEY SORT-KEY
USING FIRM-FILE
OUTPUT PROCEDURE 2000-PROCESS-SORT-FILE THRU 2000-EXIT.] |
With the following error :
Code: |
NO FILE ALLOCATION FOR DDNAME ISORT |
The FIRM-FILE is defined as external and opened / populated in other called file.
Is it necessary to allocate the sort work file here ? If so how to do it ?
*** Thanks *** _________________ Rasprasad S |
|
Back to top |
|
 |
kolusu Site Admin

Joined: 26 Nov 2002 Posts: 12378 Topics: 75 Location: San Jose
|
Posted: Wed Sep 10, 2003 10:59 am Post subject: |
|
|
Rasprasad,
Try allocating ISORT file in the same program which you are trying xpedite.code the disp as new.
Hope this helps...
cheers
kolusu |
|
Back to top |
|
 |
|
|