i have a job consisting of 2 steps. The first step is meant to repro contents of one file to another file. The second step is meant to sort the ouput file of the previous step. Now when i execute the job, my 1st step has a return code of 0 and 2nd step has a return code of 12.
My question is whether the contents would be successfully reproed as the return code was 0 for the 1st step(irrespective of the return code of the 2nd step)