How do You skip a Step In JCL?

Answer Posted / ramya

Using COND operator if the condition is true it does not
execute

Is This Answer Correct ?    4 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

//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 /*

915


I have many files which i am receiving from client everyday. I have one step for every file to check for empty or not. Here client gives 30 files i need to check for every file for empty or not and i need to perform 30 steps. Can I do it in single step. Dynamically i need to change the File name in my step.

731


what is the use of JCL?

666


Can we use DISP=SHR in output file in JCL

953


What is notcat 2 - gs?

941






Explain how can a stopped job be started again?

639


Explain dfsort utility?

675


whats the diff bw the evaluate also and and?

1858


What are the 4 fields in dd statement?

744


in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?

2068


how do you code a null statement?

780


Is it possible to left uncode disp?

716


How to override a dsn that is contained in a proc called by another proc? I need to do the override in the calling jcl?

720


what happens in execution stage in job processing?

657


How jcl is used for testing batch programs?

722