I've a basic question on COND parameter:
1) When we give cond parameter to bypass a step the syntax is like ex: cond=(4095,GT). My question is the value 4095 is compared to return code of what?
For Example we have five step S01,S02,S03,S04 and S05 and I want to bypass S05 and I'm giving this condition in S05. I can see in spool s01,s02,s03,s04 excuted with RC=0 but S05 not excuted because of the condition code but 1) when this comparison happened system compared 4095 to the return code of which step or for the entire job.2) The question is if the condition code is compared to the excution of the last step or the entire job then does the OS executed the step S05 in background and only didn't show it in spool because of this condition code?