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


Please Help Members By Posting Answers For Below Questions

What are some jcl statements that are not allowed in procedures?

950


How can return codes be tested before execution of a job step?

1168


What are steplib and joblib?

890


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.

1969


How do you overcome this limitation ?

889


Differentiate between the joblib and the steplib statements?

1061


Why block size is multiple of lrecl in jcl?

1117


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) ?

2064


How to alter the parameters for the existing gdg?

906


what is DSN parameter and DISP parameter is used for?

860


Are there any set of rules for the names of the steps used in a job?

844


Is acct parameter mandatory?

921


What are the parameter we cannot use in procedure? How many instream we can write in single jcl?

770


How do you submit a job for execution?

823


When output dataset space is required, what quantity categories are used?

1077