How many types of parameters are used in JCL and what are
mandatory parameters of JOB statement.
Answer Posted / jagan
Will anyone be able to share with us the mandatory
parameters in JOB stmt
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
How dummy is used in jcl?
My Question is 1. How to cound no. of records in JCL. Please explain with an example. 2. How to execute only odd steps in JCL? I know EDIT TYPE = Inculde, Step Name = 1,3,5 and COND code for all even step. Anyone knows other than this.
by using cond parameter maximum 8 cond can be coded in single cond means ?explain
I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?
What is NOTCAT ?
Explain the function of job statement in jcl?
Is automatic restart possible in jcl? If yes, how?
What are steplib and joblib? What for they are used?
which parameter is use to declare the name of dataset in dd statement?
Is condition checking possible in jcl? If yes, how?
How to pass data to a program that is coded in an exec statement?
What is the motivation behind coding class parameter in job statement?
Explain the function of the dd dcb keyword?
How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length ----TRY
How to pass the parameter in parm using linkage section ? (syntax)?