How many types of parameters are used in JCL and what are
mandatory parameters of JOB statement.
Answer Posted / vaibhav
Two types of parameter used in JOB statement Positional
parameter and Keyword parameter.
Positional parameters are Job acconting information and
programmer name parameter.
Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What are some jcl statements that are not allowed in procedures?
How can return codes be tested before execution of a job step?
What are steplib and joblib?
I have a cobol db2 program(PGM A) where other program (PGM B) will call this program and passes some 50 fields data to PGM A. PGM A has some layout in which it receives the data from PGM B. And this layout has been copied in the linkage section pf PGM A. After getting the data, PGM A writes the data in a flat file in the same layout which it receives from PGM B. PGM B is a simple COBOL pgm. Please provide a JCL to run these programs.
How do you overcome this limitation ?
Differentiate between the joblib and the steplib statements?
Why block size is multiple of lrecl 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) ?
How to alter the parameters for the existing gdg?
what is DSN parameter and DISP parameter is used for?
Are there any set of rules for the names of the steps used in a job?
Is acct parameter mandatory?
What are the parameter we cannot use in procedure? How many instream we can write in single jcl?
How do you submit a job for execution?
When output dataset space is required, what quantity categories are used?