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 base gdg consisting of 12 versions like jan to dec. i need to concatante this gdg to another gdg which have version 1 or to the base gdg itself can anyone give me the code pls ?
Is condition checking possible in jcl? If yes, how?
How do you override a parameter in Positional parameters?
What is the significance of addrspc parameter in the exec statement?
How to rename a VSAM file as well as it's index file?
1) Is CLASS used for assigning Priority (as we say a job having class '6' will run before the job having class '5'? then what is the difference between CLASS and PRTY ? 2) In a same JCL, 2 JOB statements with different Classes and NO PRTY are submitted ? which will run first ? & with different classes and different PRTY also, which will run first now ?
1.How to check for the errors using TYPRUN=SCAN?What will be the output if we give TYPRUN=SCAN?
Explain the function of //jcllib statement?
Explain about REXX
In which table PLAN is registered in ?
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
//{name} INCLUDE MEMBER=memname {comments} in the include statement, what actually happens when its executed? The membername conatains a list of valid JCL statements, so will the include statement be substituted by these statements and how can we mention the pds that conatains the member? How does the include group differ from a PROC? how is include statement connected to JOBLIB and STEPLIB?