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

Where & How Do You Code Identifier In Jcl?

689


a set statement is used to define commonly used symbolic across job steps or procedures. It initializes the previous values in the symbolic names. It has to be defined before the first use of the symbolic names in the jcl. State whether true or false?

608


if we want to use a gdg which is already created by some job, then how to use the reference of the last generation in a jcl?

1611


Which statement is used to identify the private libraries in job?

669


What is the difference between run mode and addressing mode?

627






What is the format of comment statement?

654


How can the attributes of one sms dataset be copied to another dataset?

844


what disp parameter we mention for creation of temporary dataset so that we can use it in later steps?

642


Explain how can values be passed from the job stream to an executable program?

606


What is the motivation behind coding class parameter in job statement?

676


State the uses of syspring, sysin, sort fields, sum fields and dummy.

640


Is it possible to define dd statements as you want?

642


in a jcl, a large volume dataset is loaded to a table using bmcload in step1 and an image copy of the loaded table is taken using bmccopy in step2. Step2 abends because the image copy dataset cannot hold the volume of the table. How can this be rectified?

812


What is use of restart and how to use it?

757


How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length ----TRY

854