Joined: 29 Mar 2005 Posts: 34 Topics: 18 Location: Canada
Posted: Tue Mar 29, 2005 12:40 pm Post subject: COND CODE Syntax and Function Clarification
A small Clarification
Condition Statements Synatax is
cond=(code,operator,stepname)
Did cond can be given as COND=(stepname,operator,code) Plz Help Me
I am given a explaination
//step2 exec PGM=program,COND=(0,NE,STEP1)
WHERE STEP1'S RETURN CODE=0 COND=FALSE HENCE STEP2 WILL EXECUTE
//step2 exec PGM=program,COND=(STEP1,NE,0) THE EXPLAINATION GIVEN IS STEP2 WILL NOT EXECUTE WHICH MEANS WHAT MAY BE THE REASON.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum