Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

difference between internal sort and external sort

Answer Posted / dimpy19

Internal sort is handled by a cobol program using i/p file,work file and o/p file.

Internal sort is when you do any processing you need to recompile the cobol program

External sort is performed through jcl where you provide SORTIN and SORTOUT datasets and its easier to perform this sort as any changes, will require only submitting the jcl.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Does jcl support automatic restart?

1288


What is condition checking in jcl? Is this possible?

1157


which utility is used to sort a file in jcl?

1272


Explain in DD statement what is the use of DCB parameter?

1180


What parameter directs the output of the job log dataset?

1315


What is the function of job statement in jcl?

1138


Explain how can values be passed from the job stream to an executable program?

1304


how do you code a null statement?

1383


what is the purpose of coding notify parameter in job statement?

1199


How do you overcome this limitation ?

1243


Define concatenating?

1144


What statement can be used to send data to another mvs jes3 node?

1684


Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?

1168


Describe the various parameters utilized in the creation of a gdg?

1209


We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?

2460