Which parameter will be used to stop the execution of a step(which resides in the proc) in JCL.
COND.STEPNAME=(GE,0)
COND.STEPNAME=(0,GE)
COND.STEPNAME=(0,LE)
COND.STEPNAME=(LE,0)