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 |
How do you access an uncatalogued dataset in a jcl?
What does a disposition of (NEW,CATLG,KEEP) mean?
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
wht happens if blksize = 0 and lrec = 0 ?
What do you know about jcl?
What does the statements: typrun=scan and typrun=hold do in a JCL statement
if we compile the cobol+ db2 program now ofter 5 years we need to compile again?
Explain the job statement in jcl?
What is 'S0C7' abend?
A PROC has five steps. Step 3 has a condition code. How can you override/nullify this condition code?
What is the improvement to COND= in the latest version of MVS?
using cursor how can you fetch more than one record into a variable