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

Answers were Sorted based on User's Feedback



What is the error in the following JCL statements : I) //step#three exec pgm=hkbc762 ii) //ste..

Answer / krishna

3 IS WRONG
BECUASE IN THE THIRD STMT PGR USED BUT IT IS PGM MEANS IT SPECIFIES THE PROGRAM NAME TO BE EXECUTED.

Is This Answer Correct ?    4 Yes 0 No

What is the error in the following JCL statements : I) //step#three exec pgm=hkbc762 ii) //ste..

Answer / muttiah

All the three statements are wrong.

1. Stepname is more than 8 char's
2. There is a space between 'pgm = hkbc762'
3. The name of PGM is given as PGR.

The correct statement would be

//STEP#3 EXEC PGM=HKBC762. --- TRY THIS.

Is This Answer Correct ?    3 Yes 0 No

What is the error in the following JCL statements : I) //step#three exec pgm=hkbc762 ii) //ste..

Answer / piyush mani

1 is wrong bcoz we cant code stepname more than 8 charecter
2 is ok..
3 is wrong bcoz pgr is not a valid it shd b pgm..
give ur feedback.....thanks

Is This Answer Correct ?    3 Yes 1 No

What is the error in the following JCL statements : I) //step#three exec pgm=hkbc762 ii) //ste..

Answer / mohan.chepuri

1)is wrong
job name should be maintain 8 char

Is This Answer Correct ?    5 Yes 4 No

What is the error in the following JCL statements : I) //step#three exec pgm=hkbc762 ii) //ste..

Answer / romang

I) label is too long - 8 characters maximum.

PS This is Stepname, not jobname.

Is This Answer Correct ?    1 Yes 0 No

What is the error in the following JCL statements : I) //step#three exec pgm=hkbc762 ii) //ste..

Answer / mohan.chepuri

1)is wrong
job name should be maintain 8 char

Is This Answer Correct ?    2 Yes 3 No

Post New Answer

More JCL Interview Questions

What does S0C4 error mean?

8 Answers  


What is a procedure?

1 Answers  


Which storage devices are grouped under DASD and SYSDA ?

1 Answers   IBM,


after submiting the jcl.how do you know that the job has been completed.

4 Answers   ACS,


How are GDGs concatenated?

1 Answers  






IN-STREAM DATA NOT ALLOWED IN PROC how can come out from this problem

7 Answers  


How many instream we can write in single jcl?

1 Answers  


CAN ANYONE TELL ME WHAT IS "JOB-CARD"

4 Answers   Syntel,


Explain about LMINIT - generate a data ID for a data set

1 Answers  


how you will the direct the data to spool using sysout option?

0 Answers   IBM,


what is use of dcb parameter in dd statement?

0 Answers   IBM,


Explain how can a stopped job be started again?

0 Answers  


Categories