Answer Posted / rama krishna
internal sort and external sort.
internal sort - the sort which is done by using the
programming language.
external sort - the sort which is done by using jcl sort
utility.
| Is This Answer Correct ? | 13 Yes | 3 No |
Post New Answer View All Answers
How to read and write a single record into a file. I would like to use it to enter a single 8-character piece of information and use it to put it into a variable for processing in JCL. Thank you
Which statement is used to identify the private libraries in job?
List in order the hierarchical levels of jcl?
when does a dataset go uncataloged?
What does a disposition of (new,catlg,keep) for a dsn mean?
what are JCLLIB and STEPLIB in JCL?
if we want to use a gdg which is already created by some job, then how to use the reference of the last generation in a jcl?
what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?
Can an individual step be restricted from using all the jobs allowed cpu time?
which parameter is used to check the syntax of a jcl without executing it?
How to override loadlib?
Does jcl support automatic restart?
Suppose I have five jobs to do. But I want to hold one?
What is use of restart and how to use it?
what is the difference between JES3 and JES2?