Consider the following Example IF RC < 16 THEN Step 1 Step 2 Step 3 Else Step 4 Step 5 End If What are the steps that would be executed If I restart an abended job from Step 2.
a) 2,3
b) 2,3,4,5,
c) 1,2,3
d) None of the above