I have created a user format for Indian currency comma in base sas through image.
proc format library= work;
picture indianc
low-high='99,99,99.99';
run;
I was able to create a catalog but I need to import this my SAS VA format option. How can I do it in SAS VA? Please help us with your suggestions.
Please ignore the heading. its type error. its not date formats but comma formats
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
Latest Updates
SAS' Charu Shankar shares her PROC SQL expertise by showing you how to master the WHERE clause using real winter weather data.
Find more tutorials on the SAS Users YouTube channel.