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 / mohan.chepuri
1)is wrong
job name should be maintain 8 char
| Is This Answer Correct ? | 5 Yes | 4 No |
Post New Answer View All Answers
State the uses of syspring, sysin, sort fields, sum fields and dummy.
I HAVE A VB BLOCK WHICH IS USED AS INPUT IN COBOL CONATINING SOME RECORDS CAN I CHANGE THE FILE FROM VB TO FB?
what is DD statement is used in JCL?
We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?
a dd statement has 2 types of parameters. Name them?
What is the use of symbol // in jcl?
Explain the function of dd disp parameter?
Why include statement is used in a jcl?
which utility is used to run a cobol-db2 program?
How can the disposition of sysout datasets be set for an entire jobstream?
How to execute 2nd and 4th steps among 5 steps in jcl proc?
what is the difference between JES3 and JES2?
how do you code a null statement?
What is the function of the steplib dd statement?
Which statement is used to identify the private libraries in job?