EQNL – Equals If NULL#

The Equals If NULL(EQNL) operator instructs the UserCalc to assign a different value if the original source has a NULL (Unknown) value

Statement
Set the local variable V_Batch_Code equal to the Department (DDD) BATCH_CODE. If it is NULL, though, then set to the Alpha Constant "None".

LineCMDOTOperand 1OPEROTOperand2OTOperand3If Goto Else GoTo
00010LETVV_Batch_CodeEQNLDBDDD.BATCH_CODEANone 99999
99999EXIT 99999


Notes #

Click to create a new notes page