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?
IBM,
1233
how do you access an uncataloged dataset in a jcl?
For what purpose steplib and joblib are used ?
What do you understand by the term notcat 2 – gs?
Explain the jcl exec statement?
How to execute 2nd and 4th steps among 5 steps in jcl proc?
how do you code a null statement?
How to submit jcl through a cobol program?
What are some jcl statements that are not allowed in procedures?
What is the purpose of dd * statement in jcl?
how you can direct the data to spool using SYSOUT option?
How to read and write a single record into a file. I would like to use it to enter a single 8-character piece of information and use it to put it into a variable for processing in JCL. Thank you
What are the difference between jcl and jes?
How does jcl specify the job to the operating system?
have in 100 records in a file i want to read first 3 records and skip next 3 records and agan i want to read 3 records and again i want to skip 3 records... run a loop from record one to 10 evaluate i/3 if comes even then skip else write to output file
How do you submit a job for execution?