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 ALTER the name of a GDG ?
What is default if we don't specify RD parameter at all ?
How to print data of sequential file to Spool..?
Is there GOTO and SWITCH-CASE available in JCL ? Is IF-THEN-ELSE available in JCL also just like it is available for VSAM datasets under Model Commands category ?
once we submitted the job to the operating system, how can we cancel the job before execution?
What is a MODEL Paramater in GDG ?
Wrete a JCL to compare two files and mached records move to onc file & un mached rows wants to another file?
13 Answers CGI, DSRC, IBM,
if you have big pgm. during compilation is abends with (soc7)how do you know which line has soc 7 error.
wt will happen to the step of a job if u code COND=ONLY
How do you access a file that had a disposition of KEEP?
THERE IS ONE STEP AS BELOW: //STEPJS060 EXEC PGM=XYX, COND=((200,EQ,JS010),(0,NE,JS020.C),EVEN) COULD ANY ONE EXPLAIN HOW COND PARAMETER WORKS HERE? I AM CONFUSED BECOZ OF "EVEN".
How many types of parameters are used in JCL and what are mandatory parameters of JOB statement.