How to extract salary without Rs and comma in salary as in the raw file. I am not able to find my mistake.
this is my code
data sasdata.new;
infile "F:\Raw.txt";
input Id @3 Name $3. @17 Incentive : percent3. @10 Salary : comma9.;
Total=salary+salary*incentive;
run;
attached the raw data file.
Doesn't Salary start at 9, not 10?
Hi Reeza,
I am new to sas. Can you tell me the function of @ and : in sas programming. I am not exactly able to get it.
Thanks
thanks for explaining. I Understood how does @ works.
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
Learn how use the CAT functions in SAS to join values from multiple variables into a single value.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.