How many types of parameters are used in JCL and what are
mandatory parameters of JOB statement.
Answer Posted / vijay
Two types of parameter used in JOB statement Positional
parameter and Keyword parameter.
For General ,Only NOTIFY Parameter(Keyword Parameter)is
Mandatory.Else are Optional.
But as per their own Company rules may some other Parameters
are to be set mandatory.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is the significance of addrspc parameter in the exec statement?
How to submit a jcl from cics?
I have mainpgm(abc) this is the only cobol pgm(non-db2).And this pgm calling subpgm name "acd" this also only cobol(non- Db)and this pgm calling some other subpgm this pgm has cobol-db2 pgm. 1) IF you calling static mode how to run and how to compile? 2) IF you calling dynamic mode how to run and how to compile? plz suggestion me.
is there any way to execute more than one proc in the same exec statement at the same time..?
I HAVE A VB BLOCK WHICH IS USED AS INPUT IN COBOL CONATINING SOME RECORDS CAN I CHANGE THE FILE FROM VB TO FB?
Must tape dataset definitions include vol=ser specifications?
what sort card you will use to copy the data from one dataset to another dataset?
What is the function of //cntl statement?
How to submit jcl through a cobol program?
What is job control language?
Which dd parameters are required?
When you specify multiple datasets in a JOBLIB or STEPLIB, what factor determines the order?
what is “Cond= even” and “Cond=only”?
Does jcl support automatic restart?
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.