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
how to identify a vasam dataset by seeing in 3.4(browse)
what do you mean by include statement in jcl?
What is the function of the dd avgrec keyword in sms datasets?
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?
What is job control language?
how to resolve the soc4 error?
what is the sortcard for comparing two files with a field key and get the duplicates in onefile and noduplicates in another file
How is the record format of an output dataset specified?
how to resolve sb37,sd37 se37 abends
//step#3 exec pgm = hkbc762 what is wrong with the syntax?
Explain the job statement in jcl?
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.