PRVEOMn retrieves the value of the specified variable from the last day of the month, n months ago.
SYNTAX:
PRVEOMn(Cx)
where :
Cx is a conditional variable x
n is the number of months to look backward
NOTES:
n must be less than 100.
To get daily values from the same day of the month, see PRVMn.
EXAMPLES:
V308 = PRVEOM3(C125)
In this example, variable 308 will have the last value for the month of variable 125 from three months prior.