LET - Let One Value Be Another#

LET is used for assigning values or calculations.

Statement
Let parking fees (stored in PC 296) be equal to $75 then exit.

LineCMDOTOperand 1OPEROTOperand2OTOperand3If GotoElse GoTo
00010 LETPC296EQN75 99999
99999 EXIT 99999
Statement
Let the date variable Probationary Date be the Hire Date plus 3 months then go to Line 00200.
LineCMDOTOperand 1OPEROTOperand2OTOperand3If GotoElse GoTo
00010LETVPROB DATEBDDBEEM.HIRE_DATEA+3M00200


Notes #

Click to create a new notes page