Hi,
Wanted to filter on variable YrMth, that store value as yyyymm (datattype as number).
On using proc sql with condition as
WHERE YrMth = 201505, the result returns 0 rows.
How can we use filter that has value stored as yyyymm and return rows instead 0 row ?
Thanks,
DaiChi
Wanted to filter on variable YrMth, that store value as yyyymm (datattype as number).
On using proc sql with condition as
WHERE YrMth = 201505, the result returns 0 rows.
How can we use filter that has value stored as yyyymm and return rows instead 0 row ?
Thanks,
DaiChi