IBM MainFrame Question:

Download Job Interview Questions and Answers PDF

A job has 150 steps i want to execute only 57th step?

IBM MainFrame Interview Question
IBM MainFrame Interview Question

Answer:

it's easy write restart=step57 in job parameter and write cond in 58th step like cond = (x,eq) where x is expected return code of 57th step.

Download IBM MainFrame Interview Questions And Answers PDF

Previous QuestionNext Question
Suppose oza017.myorg.emp has 100 records ,oza018.myorg.staff has 200 records but 50 are the common records in both files copy all the common records into oza017.myorg.xyz dataset?A job has 90 steps i want to execute only step7 and step15?