BookmarkSubscribeRSS Feed
sameer112217
Quartz | Level 8

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.

1 REPLY 1
sameer112217
Quartz | Level 8

Please ignore the heading. its type error. its not date formats but comma formats

hackathon24-white-horiz.png

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Updates

Mastering the WHERE Clause in PROC SQL

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.

Discussion stats
  • 1 reply
  • 761 views
  • 0 likes
  • 1 in conversation