View previous topic :: View next topic
|
Author |
Message |
priyabrata mohanty
New User
Joined: 04 Mar 2005 Posts: 8 Location: bangalore
|
|
|
|
hi friends,
can anybody say whts the difference between internal and external sort and which one is more effecient to use(i.e. where to use which one)? if cobol sort stmt is converted to jcl dfsort stmt before cobol pgm run, then whts the advantage of using jcl sort ?
thankx n regards,
priyabrata mohanty. |
|
Back to top |
|
|
Frank Yaeger
DFSORT Developer
Joined: 15 Feb 2005 Posts: 7129 Location: San Jose, CA
|
|
Back to top |
|
|
jeyaprakashmN
New User
Joined: 08 Mar 2005 Posts: 4 Location: Bangalore
|
|
|
|
DFSORT two types .
1. MVS Utility called " SORT " also know as "Stand Alone sort.
2. Using High level lanhauage Like Cobol, Fortron know as "Internal Sort ".
If you want to know which one best means " Stand alone sort" is best., .
Advantage : If you want to resequence with different format or different fields, it's very easy to change and memory (Space) also very less and very fast.
Whereas Internal Sort , you have to change the coding in program every time than compilering all the jobs, it will take more time.
Jeya Prakash Narayanan.M |
|
Back to top |
|
|
Frank Yaeger
DFSORT Developer
Joined: 15 Feb 2005 Posts: 7129 Location: San Jose, CA
|
|
|
|
Jeya,
Actually, the "internal" sort (COBOL SORT statement) calls the "Stand Alone sort" (e.g. DFSORT). And you can use control statements for DFSORT along with the "internal" sort (e.g. with DFSPARM).
Please see the links I mentioned above for more information on this. |
|
Back to top |
|
|
|