What is the error in the following JCL statements :

I) //step#three exec pgm=hkbc762

ii) //step#3 exec pgm = hkbc762

iii) //step#3 exec pgr = hkbc672

Answer Posted / romang

I) label is too long - 8 characters maximum.

PS This is Stepname, not jobname.

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what is JCL?

691


Explain in DD statement what is the use of DCB parameter?

652


//S10 EXEC PGM=ICETOOL //TOOLMSG DD SYSOUT=* //DFSMSG DD SYSOUT=* //CON DD DSN=VAR.INPUT1,DISP=SHR // DD DSN=VAR.INPUT2,DISP=SHR //OUT DD DSN=VAR.OUTPUT,DISP=(NEW,CATLG,DELETE), // SPACE=(CYL,(5,5)),UNIT=SYSDA //TOOLIN DD * * Splice the needed data from the two VB files together SPLICE FROM(CON) TO(OUT) ON(5,5,CH) WITHALL - WITH(12,5) WITH(22,20) VLENMAX /*

906


Explain the function of //jcllib statement?

698


How can a jobs execution priority be modified?

793






I HAVE A VB BLOCK WHICH IS USED AS INPUT IN COBOL CONATINING SOME RECORDS CAN I CHANGE THE FILE FROM VB TO FB?

2095


Name what parameter directs the output of the job log dataset?

557


what is use of dcb parameter in dd statement?

769


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

821


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

597


When output dataset space is required, what quantity categories are used?

822


How to pass data to a program that is coded in an exec statement?

818


What are steplib and joblib?

719


What is the use of disp parameter?

649


A chkpt is the parameter coded for multi-volume qsam datasets in a dd statement. When a chkpt is coded as chkpt=eov, a checkpoint is written to the dataset specified in the sysckeov statement at the end of each volume of the input/output multi-volume dataset. State whether true or false?

732