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?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More JCL Interview Questions

how to identify a vasam dataset by seeing in 3.4(browse)

5 Answers   Cap Gemini,


what do you mean by include statement in jcl?

1 Answers   IBM,


What is the function of the dd avgrec keyword in sms datasets?

0 Answers  


JCL Example: // //RUNJCL JOB CLASS=5,MSGCLASS=6,NOTIFY=&SYSUID //STEP01 EXEC PGM=IEFBR14 // .. .. If this JCL will run or it'll throw the ERROR?

4 Answers   HCL,


What is job control language?

0 Answers  






how to resolve the soc4 error?

5 Answers   ITC Infotech,


what is the sortcard for comparing two files with a field key and get the duplicates in onefile and noduplicates in another file

3 Answers   Virtusa,


How is the record format of an output dataset specified?

0 Answers  


how to resolve sb37,sd37 se37 abends

3 Answers   Keane India Ltd,


//step#3 exec pgm = hkbc762 what is wrong with the syntax?

3 Answers  


Explain the job statement in jcl?

0 Answers  


I have a cobol db2 program(PGM A) where other program (PGM B) will call this program and passes some 50 fields data to PGM A. PGM A has some layout in which it receives the data from PGM B. And this layout has been copied in the linkage section pf PGM A. After getting the data, PGM A writes the data in a flat file in the same layout which it receives from PGM B. PGM B is a simple COBOL pgm. Please provide a JCL to run these programs.

0 Answers  


Categories