A numeric expression has the following format:
result=operand operator operand
Syntax rules
The following syntax rules apply to a numeric expression:
NOTE: When specifying Variable functions that return dates, such as %%$CALCDATE or %%$DATE, there should be no spaces between the + (plus) or - (minus) sign and the number of days to add or subtract. In this case, the + and - signs are not considered numeric expression operators and are not related to the rules specified here.
%%YESTERDAY=%%DAY %%MINUS 1
%%X=%%RJULDAY %%MINUS %%DAY
%%PARM1=%%X %%PLUS 15
Parent Topic |