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 parameter directs the output of the job log dataset?
Which statement is used to identify the private libraries in job?
What parameter of the job statement is used to limit the cpu time consumed by the job?
How is a type of file defined in the jcl that executes the cobol program?
How to resolve the error "WER488A JOIN CAPACITY EXCEEDED" I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem? I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem?
what is DD statement is used in JCL?
I HAVE A VB BLOCK WHICH IS USED AS INPUT IN COBOL CONATINING SOME RECORDS CAN I CHANGE THE FILE FROM VB TO FB?
What are the difference between jcl and jes?
write a jcl to execute a job by 7:00 am on jan 20,1986?
which parameter is use to declare the name of dataset in dd statement?
What is the function of //cntl statement?
When you specify multiple datasets in a JOBLIB or STEPLIB, what factor determines the order?
How do you submit a job for execution?
How do you create a temporary dataset?
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) ?