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,
1300
What is jcl in mainframe?
which utility is used a dummy utility?
What is timing concept in mainframe?
Is their any set of rules for dd? Explain.
Explain the function of dd disp parameter?
which parameter is used to check the syntax of a jcl without executing it?
Explain how can an in-stream dataset be terminated?
Give the syntax of job specifying jcl statement.
Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?
What is the maximum length of a single line of jcl?
//S10 EXEC PGM=ICETOOL //TOOLMSG DD SYSOUT=* //DFSMSG DD SYSOUT=* //CON DD DSN=VAR.INPUT1,DISP=SHR // DD DSN=VAR.INPUT2,DISP=SHR //OUT DD DSN=VAR.OUTPUT,DISP=(NEW,CATLG,DELETE), // SPACE=(CYL,(5,5)),UNIT=SYSDA //TOOLIN DD * * Splice the needed data from the two VB files together SPLICE FROM(CON) TO(OUT) ON(5,5,CH) WITHALL - WITH(12,5) WITH(22,20) VLENMAX /*
What are s0c1, s0c4, s0c5, s0c7 and socb?
what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?
What is one line to pass PARM from JCL to COBOL?
What is NOTCAT ?