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.
Registration is now open for SAS Innovate 2025 , our biggest and most exciting global event of the year! Join us in Orlando, FL, May 6-9.
Sign up by Dec. 31 to get the 2024 rate of just $495.
Register now!
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.