JCL Example:
//
//RUNJCL JOB CLASS=5,MSGCLASS=6,NOTIFY=&SYSUID
//STEP01 EXEC PGM=IEFBR14
//
..
..
If this JCL will run or it'll throw the ERROR?
Answer Posted / debasish kumar pothal.
yes, the JCL will throw an error as the 1st line should not
be let blank and there is no job card in the 1st line...
without the job card the JCL cannot run any program.
| Is This Answer Correct ? | 8 Yes | 2 No |
Post New Answer View All Answers
if the submitter of a job wants to inform another user about the job completion, how can it be done?
How to execute 2nd and 4th steps among 5 steps in jcl proc?
which parameter is use to declare the name of dataset in dd statement?
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) ?
What does a disposition of (new,catlg,keep) for a dsn mean?
If a (+1) generation dataset is created in the first step of a job, how can it be referenced in later steps of the same job for input?
In job processing, what happens in execution stage?
Give the syntax of job specifying jcl statement.
What is concatenating?
Is their any limit for data sets?
Explain how can a jobs execution priority be modified?
What happens if both JOBLIB & STEPLIB is specified ?
what happens in execution stage in job processing?
write a jcl to execute a job by 7:00 am on jan 20,1986?
when does a dataset go uncataloged?