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
in a jcl, a large volume dataset is loaded to a table using bmcload in step1 and an image copy of the loaded table is taken using bmccopy in step2. Step2 abends because the image copy dataset cannot hold the volume of the table. How can this be rectified?
Explain how can a stopped job be started again?
What is the purpose of the dd keylen parameter?
which parameter is use to declare the name of dataset in dd statement?
How to pass data to a program that is coded in an exec statement?
What is job control language?
Explain the jcl exec statement?
Is it possible to define dd statements as you want?
What do you understand by jcl?
what is JCL?
Can an individual step be restricted from using all the jobs allowed cpu time?
Suppose there are 2 Input files Infile-1 and Infile-2. Both the Files contain Employee Records. You need to compare both the files and Write the Common Records in third file named Outfile. How can we do this using File-Aid?
Explain how can an in-stream dataset be terminated?
What is concatenating?
What is the use of symbol // in jcl?