Hi Team,
I am trying to run the sample code in both SAS PC and SAS Studio.
I have noticed the variable is increased almost 3 times in SAS Studio comparatively SAS PC.
Due to which the output file size has been increased almost 3 times that of SAS PC.
Note: The number of observations and variables are same , but the variable length and disk space has been varied.
Can anyone help us on this.
Thanks,
Siddhu1
Did you forget to attach the code to your message? Without example code we have nothing to comment on.
My guess is your PC sas session uses Latin encoding but the Studio session is running on a machine with UTF-8 encoding, which uses 3 bytes to store a single text character instead of 1 byte. For more on encoding, see e.g. https://www.sas.com/content/dam/SAS/support/en/sas-global-forum-proceedings/2020/4561-2020.pdf
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.