IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

SORT utility in JCL


IBM Mainframe Forums -> JCL & VSAM
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
arthiv

New User


Joined: 15 Jul 2005
Posts: 2

PostPosted: Mon Jul 18, 2005 4:45 pm
Reply with quote

Can u just tell me the meaning of workspace specification in JCL program using SORT utility.
Back to top
View user's profile Send private message
shobam

New User


Joined: 18 Jul 2005
Posts: 34
Location: CN

PostPosted: Mon Jul 18, 2005 5:41 pm
Reply with quote

SORT utility uses internal storage space temporarily while sorting.
When the number of records to be sorted is large we have to specify the temporary storage space externaly as temporary datasets using SORTWK to avoid the space abends.

Please correct me if I am wrong.
Back to top
View user's profile Send private message
rssomm

New User


Joined: 05 Jun 2005
Posts: 41
Location: Hyderabad

PostPosted: Mon Jul 18, 2005 5:41 pm
Reply with quote

During sorting process, the SORT utility copies all the records from input file in to a separate temporary memory space and sorts fields in this temporary area and writes to output file.

The Process of sorting takes place in this temporary area called workspace.

regards
Madhu
Back to top
View user's profile Send private message
Frank Yaeger

DFSORT Developer


Joined: 15 Feb 2005
Posts: 7129
Location: San Jose, CA

PostPosted: Mon Jul 18, 2005 9:46 pm
Reply with quote

See "Appendix A" in "z/OS DFSORT Application Programming Guide" at:

publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/ICE1CA10/A.0?DT=20050222160456
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> JCL & VSAM

 


Similar Topics
Topic Forum Replies
No new posts Need to set RC4 through JCL SORT DFSORT/ICETOOL 5
No new posts How to split large record length file... DFSORT/ICETOOL 10
No new posts JCL sort card - get first day and las... JCL & VSAM 9
No new posts REASON 00D70014 in load utility DB2 6
No new posts Sort First/last record of a subset th... DFSORT/ICETOOL 7
Search our Forums:

Back to Top