How many positional parameters are there in job statement?
Answer Posted / raghavendra panuganty
Hi guys,
There are 2 positional parameters in a JOB statement.they are the accounting number and developers name.Bothe these are mandatory and has to written in the same order.But, When we dont know the information about these.
simply replace them all with ','(commas).
thanks and regards
Raghav.
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What is NOTCAT ?
I need exexution process for JCL programs
Why include statement is used in a jcl?
Where & How Do You Code Identifier In Jcl?
How do you overcome this limitation ?
Explain the purpose of dd * statement in jcl?
How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?
How does jcl act on code(if you take a cobol program)?
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) ?
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 ?
which parameter is use to declare the name of dataset in dd statement?
What are the parameter we cannot use in procedure?
What do we mean by 'Virtual storage' for a dataset and for a JOBSTEP ? What is the significance of the following statement for a programmer 'Virtual storage results in program addresses being independent of the addresses that actually exist in a computer' ?
what is use of disp parameter in dd statement?
What is condition checking in jcl? Is this possible?