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?
Answer / Atal Bihari Rai
To rectify this issue, you can either increase the size of the image copy dataset or create multiple smaller image copy datasets and combine them later.
| Is This Answer Correct ? | 0 Yes | 0 No |
I have 5 generations in my GDG. How do I code in the JCL to consider all the 5 versions of the GDG ?
Suppose I have Five Steps in PROC In this Case I want to Execute third Step in PROC using Main JCL don't use any COND Explain with Coding Thanks & Regards SHREE
can we bowse or edit the GDG dataset if it is a tape entry?
delete rules in db2
write a jcl to execute a job by 7:00 am on jan 20,1986?
common jcl abends??
What do you understand by jcl?
01 GROUP-ITEM 05 AMOUNT-1 PIC 99V9 USAGE COMP VALUE 50 05 AMOUNT-2 PIC 9(4)V99 USAGE COMP MOVE ZERO TO GROUP-ITEM ADD 50 TO AMOUNT-1 what will be the content of AMOUNT-1? a.50 b.100 c.0 d.unpredictable
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
Explain the function of dd name parameter with a 2 part structure; audit.report?
What is a Dummy Utility and what it does ?
Can we use COND=EVEN on a job card, when jobs are scheduled through scheduler?