1.

How Do You Restart A Proc From A Particular Step?

Answer»

In job CARD, SPECIFY RESTART=procstep.stepname
where procstep = NAME of the jcl step that invoked the proc
and stepname = name of the proc step where you WANT EXECUTION to start

In job card, specify RESTART=procstep.stepname
where procstep = name of the jcl step that invoked the proc
and stepname = name of the proc step where you want execution to start



Discussion

No Comment Found