Skip to Content
0
Jan 23, 2023 at 11:38 AM

How to input NULL in sac data action script

141 Views

Hello,

I need to input NULL to a variable. below I input 0 to the variable and it works

// Working code
DATA ([d/Measures] = "In_a", [d/YM] = NEXT(12, "MONTH", %PAM%)) = 0
But I need Something like this.DATA ([d/Measures] = "In_a", [d/YM] = NEXT(12, "MONTH", %PAM%)) = NULL
I Tried null, "NULL", 'NULL'...How can I insert NULL to a variable?

Thank You