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

in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?

2090


What statement can be used to send data to another mvs jes3 node?

851


What is NOTCAT ?

759


How gdg are concatenated?

685


Is their any limit for data sets?

722






what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?

791


Name the statement which can be used to send data to another mvs jes3 node?

615


How to compare two files in SYNCSORT and on the mismatch record should be deleted from second file.

5072


I have a job called careerride and some steps in it as step1,step2. But I want to execute step2 before step1 ? How do I do that?

850


In sms datasets, what is the function of the dd mgmtclas keyword?

873


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?

829


I had Records in file Like this Company Code IBM 2 IBM 1 IBM 4 WIPRO 3 WIPRO 2 WIPRO 9 TCS 4 TCS 6 TCS 3 i want the record of every company with highest code How can i do that?

8735


Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?

681


What is the function of //jcllib statement?

821


what is use of disp parameter in dd statement?

673