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

Catch up on SAS Innovate 2026

Nearly 200 sessions are now available on demand with the SAS Innovate Digital Pass.

Explore Now →
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
  • 1138 views
  • 0 likes
  • 1 in conversation