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?



in a jcl, a large volume dataset is loaded to a table using bmcload in step1 and an image copy of th..

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

Post New Answer

More JCL Interview Questions

I have 5 generations in my GDG. How do I code in the JCL to consider all the 5 versions of the GDG ?

5 Answers   Xansa,


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

4 Answers   Merrill Lynch,


can we bowse or edit the GDG dataset if it is a tape entry?

4 Answers  


delete rules in db2

1 Answers   Keane India Ltd,


write a jcl to execute a job by 7:00 am on jan 20,1986?

1 Answers   IBM,


common jcl abends??

2 Answers   ADP, Wipro,


What do you understand by jcl?

1 Answers  


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

1 Answers  


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

6 Answers  


Explain the function of dd name parameter with a 2 part structure; audit.report?

1 Answers  


What is a Dummy Utility and what it does ?

3 Answers  


Can we use COND=EVEN on a job card, when jobs are scheduled through scheduler?

1 Answers   L&T,


Categories