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 |
how to identify the file used in the JCL is an VSAM file. Just seeing the JCL code how can we track the file as VSAM file?
How can a job send a status message to a tso user at the completion of a job?
Passing a variable parm from JCL to a cobol/db2 program
why jobstep can't be more than 255 and for GDG has max limit 255 . Is there any relation between the two
What are the parameter we cannot use in procedure? How many instream we can write in single jcl?
i have 10 steps in my jcl. -->if i want to execute my program from 5th step what i have to do? don't give //* in ur previous steps --> if i want to execute my program from 1to 5 steps only what i have to do?
What are s0c1, s0c4, s0c5, s0c7 and socb?
List the various advantages of using jcl language?
What is GDG?
how to concatenate datasets
How do you restart a PROC from a particular step?
how to set dependancy for jobs?