how many types of sorts are there in jcl?
Answers were Sorted based on User's Feedback
Answer / samba
only one
i.e External sort which we use in jcl
but in case of cobol we use internal sort.
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / muttaiah
There are two types of sort..
1) DFsort
2) Syncsort
| Is This Answer Correct ? | 0 Yes | 5 No |
I have a JCL with 10 steps, want to execute first 5 steps only, what are ways of doing it?is it possible to control through JOB card?
How do you skip a particular step in a proc/JOB?
Name some of the JCL statements that are not allowed in procs.?
What is a Dummy Utility and what it does ?
If I update one or more members in a pds in the step 1, how can I reach these new contents to be used in the step 2 of the same job? To start a new job via intrdr is not satisfactory, because I must solve this problem in one job.
i want to avoid the positional parameter how to code it ?
How to pass the temp dataset form one JOB step to another?
What statement marks the beginning of an in-stream or cataloged procedure in jcl and assigns default values to parameters defined in the procedure?
Explain about LMFREE�free data set from its association with data ID
after submiting the jcl.how do you know that the job has been completed.
List the various advantages of using jcl language?
what is use of dsn parameter in dd statement?