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
How can the disposition of sysout datasets be set for an entire jobstream?
Explain the function of the steplib dd statement?
Give the syntax of job specifying jcl statement.
Name a few IBM utility programs, and explain its function.
What is the difference between run mode and addressing mode?
Describe the various parameters utilized in the creation of a gdg?
What is the function of job statement in jcl?
Are there any set of rules for the names of the steps used in a job? What are they?
Explain how can the submitting users racf authority be overridden in a job stream?
by using cond parameter maximum 8 cond can be coded in single cond means ?explain
How to pass the parameter in parm using linkage section ? (syntax)?
How can the submitting users racf authority be overridden in a job stream?
what is DSN parameter and DISP parameter is used for?
Is condition checking possible in jcl?
Can anybody tell what is tool used to generate the list of PROCS used in JCL to generate a PROCTREE