I have the Following Variables Names as Below :
S.No Lead_No Billing_Reference Quota_Type Id Sub_status Rebate NWAC
1 43618215 838389 CHB a0d2000 Installed Space Space
2 43618215 838389 CHB a0d2000 Installed 587 610
For Every Record We are Getting One blank Value for Rebate & NWAC and We need to eliminate in Proc Sql
Do you want those instances deleted from the dataset, or do you want to set values according to a rule?
If the second, please post the rule(s).
@saikiran_nemani wrote:
I have the Following Variables Names as Below :
S.No Lead_No Billing_Reference Quota_Type Id Sub_status Rebate NWAC
1 43618215 838389 CHB a0d2000 Installed Space Space
2 43618215 838389 CHB a0d2000 Installed 587 610
For Every Record We are Getting One blank Value for Rebate & NWAC and We need to eliminate in Proc Sql
Perhaps sharing the code that is generating the output and descriptions, if not example data, from the sets used in the join would help.
A simple delete query?
proc sql;
delete from myData
where rebate is missing and NWAC is missing;
quit;
April 27 – 30 | Gaylord Texan | Grapevine, Texas
Walk in ready to learn. Walk out ready to deliver. This is the data and AI conference you can't afford to miss.
Register now and lock in 2025 pricing—just $495!
Still thinking about your presentation idea? The submission deadline has been extended to Friday, Nov. 14, at 11:59 p.m. ET.
Check out this tutorial series to learn how to build your own steps in SAS Studio.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.