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?
Answers were Sorted based on User's Feedback
Answer / nidhi
The JCL will throw error as the first line cannot be blank.
| Is This Answer Correct ? | 12 Yes | 2 No |
Answer / 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 |
Answer / stu
"//" with nothing else on the line is a "null" card which
tells the internal reader to stop reading even though there
may be subsequent lines containing text. This will result
in a job with no job card which will cause an error.
| Is This Answer Correct ? | 4 Yes | 1 No |
what is A-MODE and R-MODE?
how to purge 50 initiators continuously?? console commands??
In one of intervie, my interviwer asked, I have a file which contains 4 records I would like to split the 4 different outputs for each record how to do?
14 Answers Cap Gemini, Cognizant, JPMorgan Chase, TCS, Xansa,
mainframe questions like basic&depth
How do you skip a particular step in a proc/JOB?
Can anyone tell me the syntax for printing two files at two different destinations in a single step?
What is the difference between IEBGENER, IEBCOPY and REPRO in IDCAMS utility?
in production region 100 steps are running,but i need to run only step5 without changing code how can i do it?
Suppose I have five jobs to do. But I want to hold one?
which utility is used to update pds?
What is the difference between specifying DISP=OLD and DISP=SHR for a dataset?
In JCL I have 5 steps,I need to execute 1st,2nd and 5th steps only,can any one answer me please?