Question: pls help me in this question The Sales data set has a numeric variable Monthly, which has some missing values. After running the code below,
pls help me in this question

The Sales data set has a numeric variable Monthly, which has some missing values. After running the code below, what will be the value of the variable Flag if Monthly is missing? data Check; set Sales; if missing (Monthly) then Flag = 'Y' ; if Monthly
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
