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 / 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 |
Post New Answer View All Answers
How is the record format of an output dataset specified?
Can an individual step be restricted from using all the jobs allowed cpu time?
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) ?
Is condition checking possible in jcl? If yes, how?
How can the attributes of one sms dataset be copied to another dataset?
Can we use DISP=SHR in output file in JCL
what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?
what is “Cond= even” and “Cond=only”?
what is the use of JCL?
How can the submitting users racf authority be overridden in a job stream?
what are the types of abends that occur on job failure? And explain the possible causes of these
what is use of dcb parameter in dd statement?
How does jcl act on a cobol code?
Where & How Do You Code Identifier In Jcl?
Step 1 RC 4 Step 2 Step 3 I want to know the COND parameter which can be coded in step 2 or 3. Step 2 should be executed based on Step 1 RC and Step 3 should not be executed based on step 1's RC