IBM MainFrame Question: A job has 150 steps i want to execute only 57th step? IBM MainFrame Interview QuestionAnswer: 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. Previous QuestionNext QuestionSuppose 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?