-
Junior Member
workspace in sort
can u explain the concept behind defining a workspace area in a sort program! what if the workarea is not defined! what type of utilities or pgms should have a workspace area created! how to find out?
-
Contributing Member
Re: workspace in sort
The space depends greatly on the record size, degree of randomization on the input dataset, region and number of records being sorted.
On initial runs, you should always examine the sysout to determine how much you used.
If you need to add sortwkxx, it's usually better to a few large allocations than many small ones.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules