wht r different types of sorts ?
Answer / 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 |
What are the rules employed while naming the steps in a job?
if in a job, region is mentioned in both jobcard and in step then which is cosidered at the step level? A job has region 4k in jobcard and step1 with region 0k and step2 with 16k, then what is the region allocated for the entire job? what is the region step1 takes? what is the region step2 takes?
How to execute 2nd and 4th steps among 5 steps in jcl proc?
In DCB, what is LRECL,BLKSIZE,DSORG
What does the statements: typrun=scan and typrun=hold do in a JCL statement
what is DSN parameter and DISP parameter is used for?
What is the function of the dd avgrec keyword in sms datasets?
//step#3 exec pgm = hkbc762 what is wrong with the syntax?
i want to avoid the positional parameter how to code it ?
Which statement is used to identify the private libraries in job?
I had 100 steps in jcl i want to execute first 10 steps only?
What are s0c1, s0c4, s0c5, s0c7 and socb?