Explain about Cobol Subroutines
jcl is like a complier....?
What is the function of dd disp parameter?
I have a JCL with 100 steps. I want run the Alternate steps in the JCL ( Like 2 ,4,6,8 etc.. ). How can I acheive this scenario? If It is by Cond Parameter can you provide the Condition code for that?
5 Answers Polaris, Tech Mahindra, UST, Wipro,
In sms datasets, what is the function of the dd avgrec keyword?
What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?
How many types of parameters are used in JCL and what are mandatory parameters of JOB statement.
Must tape dataset definitions include vol=ser specifications?
suppose i have 10 job steps and i want to execute only step 6.How to write?
How jcl is used for testing batch programs?
lines(1,cancel)??What is meant by that??Plz explain it....
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 ?
If I defined space as TRK(10,10) for the one file and lrecl = 4K then tell me how many record will vsam file will contain. will it 1,2,3,4,5 or how many,