What is the improvement to COND= in the latest version of MVS?
Answer Posted / krithiga hari
COND statement can be replaced with IF END IF statement.
In COND, if the condition is true then the step will be
bypassed.
In IF END IF, if the condition is true then the step will
get executed.
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
Where & How Do You Code Identifier In Jcl?
Explain how can return codes be tested before execution of a job step?
how to compare two datasets without using superce because output is limited to 133 bytes
how JCL works?
by using cond parameter maximum 8 cond can be coded in single cond means ?explain
List the different jcl statements that are not permitted in the procedures?
//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?
List the various advantages of using jcl language?
How to code these statements in JCL: CLEANUP INITIAL(NO) RESTART(NO) DYNALLOC(NO) job definition..?
We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?
What is the function of //jcllib statement?
How do you submit a job for execution?
in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?
which utility is used to run a cobol-db2 program?