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 |
What is Cataloged Procedures?
How to exclude the duplicate records from two concateded flat files (records from both files must be removed)?
How can values be passed from the job stream to an executable program?
what is the purpose of coding class parameter in job statement?
Can we Execute a job without specifying Job Name in the Job Card?
How can a stopped job be started again?
Explain how can the submitting users racf authority be overridden in a job stream?
How do you find which GDG is using which dataset?
Explain how can an in-stream dataset be terminated?
We are aware of eliminating the duplicate records from outyput fiel using sort utility. Can we get the duplicate records in to another file in the Same sort utility?
I am having one step in my jcl.in that step,i am calling one proc.In that proc,i have 10 steps.i want to call a particular step in that proc without writing any new jcl ike iebedit utility...
how to split a file