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
Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?
Which statement is used to identify the private libraries in job?
What is the significance of addrspc parameter in exec statement?
Is it possible to code instream data in a PROC?
Differentiate between the joblib and the steplib statements?
What do you understand by jcl?
what is SOC4 error?
What is the function of dd name parameter with a 2 part structure; audit.report?
How to pass the parameter in parm using linkage section ? (syntax)?
What methodology can be adapted to transfer data to a program that is coded using the exec statement?
whats the diff bw the evaluate also and and?
what JCL Procedures?
which utility is used to sort a file in jcl?
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.
write a jcl to execute a job by 7:00 am on jan 20,1986?