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 |
What are the kinds of job control statements?
What are the causes for S0C1, S0C4, S0C5, S0C7, S0CB abends ?
how to split a file
How to execute step2,step1,step3 when step1,2&3 are in order
i) Difference between ps, esds, ii) Difference between lrecl, blksize among PS, PDS issues? i.e in jcl at dcb
Does the terms, JOBLOG, SPOOL and SYSOUT indicate the same thing, i.e., where JCL and JES messages and statements are written ?
Explain about Specifying compiler options in the PROCESS (CBL) statement
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
In jcl i have 255 steps. In 255 step i declared proc. In proc i have 20 steps this job is executable or not? why?
What is a Dummy Utility and what it does ?
Can we Execute a job without specifying Job Name in the Job Card?
if we are specifing joblib as well as steplib in job then at the time of execution how the process will complete