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 ?
Answer / madhavi
IF THEN Else is available in JCL for example
// IF STEP040A.RUNCHK01.RC = 00 THEN
//*
//STEP040B EXEC IRSL1REP,CURR=EUR,TYPE=P,CC=AU,AREA=GE,
MEMB1=REP1BUD,
// STAGE=PROD,MEMB2=REP2BUD,FILE='.M37I',CC1=
// ENDIF
//*
| Is This Answer Correct ? | 4 Yes | 0 No |
How much space OS allocates when you create a PS or PDS?
How do you restart a PROC from a particular step?
how to create gdg with out using idcams utility
How do you access a file that had a disposition of KEEP?
can we modify the code in copy book? if it possible how to submit ofter the modification.
Max. No of DD statements in a job ?
What are three major types of JCL statements? What are their functions?
When The Define Jcl Is Not Available, How Can You Get Information About A Vsam File's Organisation ?
How do you override a specific DDNAME/SYSIN in PROC from a JCL?
We have 100 steps in a procedure and we need to run the jcl and execute only 25th step in the proc and not the remaining steps. How can we do it?
5 Answers IBM, JPMorgan Chase,
how to run batch program without jcl?
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?