How do I identify an NA in a data series, such that %IF(Symbol == NA, new value, existing value)
primary use is to assign data to holiday dates without programming the data prior to importing into rats
thanks
sportsguy
How do I identify an NA in a data series, such that %IF(Symbol == NA, new value, existing value)
primary use is to assign data to holiday dates without programming the data prior to importing into rats
thanks
sportsguy
SET PATCH = %IF(%VALID(SYMBOL),existing value,new value)Return to Data: Reading, Writing, Transforming
Users browsing this forum: No registered users and 1 guest