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 / venkat

Yes Lu. As per ur requirement if i added account info.
What will happen for the "double //" when JCL starts
executing?

//
//RUNJCL JOB ,'COUNT',CLASS=5,MSGCLASS=6,NOTIFY=&SYSUID
//STEP01 EXEC PGM=IEFBR14
//
..
..

Is This Answer Correct ?    3 Yes 7 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are hierarchy levels in jcl?

947


What is the function of //cntl statement?

826


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

680


I want my job (careerride) to be executed in 1 minute and 2 seconds. How do I do that?

705


How jcl work to handle various input output file operations?

654






What is the job entry system used in your project? based on what criteria the sequence of jobs are picked if priority is not mentioned in the job card?

1804


What is job control language?

605


what happens in execution stage in job processing?

650


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

969


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?

816


Must tape dataset definitions include vol=ser specifications?

971


How jcl is used for testing batch programs?

716


My Question is 1. How to cound no. of records in JCL. Please explain with an example. 2. How to execute only odd steps in JCL? I know EDIT TYPE = Inculde, Step Name = 1,3,5 and COND code for all even step. Anyone knows other than this.

1982


Mention the types of job control statements?

680


What is the significance of addrspc parameter in exec statement?

724