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


Please Help Members By Posting Answers For Below Questions

How can the disposition of sysout datasets be set for an entire jobstream?

951


Explain the function of the steplib dd statement?

722


Give the syntax of job specifying jcl statement.

714


Name a few IBM utility programs, and explain its function.

4538


What is the difference between run mode and addressing mode?

726






Describe the various parameters utilized in the creation of a gdg?

777


What is the function of job statement in jcl?

724


Are there any set of rules for the names of the steps used in a job? What are they?

682


Explain how can the submitting users racf authority be overridden in a job stream?

758


by using cond parameter maximum 8 cond can be coded in single cond means ?explain

1087


How to pass the parameter in parm using linkage section ? (syntax)?

747


How can the submitting users racf authority be overridden in a job stream?

859


what is DSN parameter and DISP parameter is used for?

764


Is condition checking possible in jcl?

828


Can anybody tell what is tool used to generate the list of PROCS used in JCL to generate a PROCTREE

2072