How many types of parameters are used in JCL and what are
mandatory parameters of JOB statement.
Answer Posted / vishal sinha
2 types >> Positional parameters,Keyword parameters.
Mandatory parameters of JOB statement>> I guess its CLASS
| Is This Answer Correct ? | 2 Yes | 5 No |
Post New Answer View All Answers
What is timing concept in mainframe?
What are the utility programs in jcl?
We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?
What is the use of disp parameter?
what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?
in ways data can be passed to a COBOL program from JCL?
how to run batch program without jcl?
How to pass data to a program that is coded in an exec statement?
Can I send output of job to my remote device careerride123?
Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?
what is a jcl?
Can we call instream to catalog and catalog to instream?
How do you create a temporary dataset?
Describe the various parameters utilized in the creation of a gdg?
The disp in the JCL is MOD and the program opens the file in OUTPUT mode. What happens ? The disp in the JCL is SHR and the pgm opens the file in EXTEND mode. What happens ?