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 |
if the submitter of a job wants to inform another user about the job completion, how can it be done?
which utility is used a dummy utility?
What is GDG and what is the maximum limit of versions that can be created?
Please explain with syntax and an example, the Inrec fields and Outrec build in sort.
I have a JCL with 10 steps, want to execute first 5 steps only, what are ways of doing it?is it possible to control through JOB card?
IN-STREAM DATA NOT ALLOWED IN PROC how can come out from this problem
When should DISP=MOD is used?
is there any utility for restarting a particular step in jcl reply soon ?
if we give two job cards in a single what happens
List the various advantages of using jcl language?
Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?
How can u know the current date using jcl?