is there any utility for restarting a particular step in jcl reply soon ?

Answer Posted / mandar panse

Use IEBEDIT utility. It helps to execute only required step
and rest all the step preceeding and succeeding to this
step will be skiped.

Is This Answer Correct ?    5 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the job entry system used in your project? based on what criteria the sequence of jobs are picked if priority is not mentioned in the job card?

1814


How jcl work to handle various input output file operations?

660


how to do automated restart when a job abends?

854


How dummy is used in jcl?

651


The disp in the JCL is MOD and the program opens the file in OUTPUT mode. What happens ? The disp in the JCL is SHR and the pgm opens the file in EXTEND mode. What happens ?

949






Explain the function of the steplib dd statement?

654


What are the rules employed while naming the steps in a job?

665


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

918


How do you overcome this limitation ?

702


What is the function of the dd dcb keyword?

832


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) ?

1775


What are steplib and joblib? What for they are used?

697


What is the syntax of JCL statement?

702


Explain the function of job statement in jcl?

655


What is jcl in mainframe?

696