@SASInd wrote:
Hi,
I have one requirement where I need to write 100 as 0.100 . Is there any informat present to achieve this? Or I need to convert this by mathematical Operation only?
Thanks
INFORMATS are used to read in data, are you trying to modify how you import the data?
FORMATS are used to control how data is presented.
Seeing as that is a numerical operation of dividing by a thousand, it makes sense to write it as such. Formats are there to display data differently, not replace maths.
@SASInd wrote:
Hi,
I have one requirement where I need to write 100 as 0.100 . Is there any informat present to achieve this? Or I need to convert this by mathematical Operation only?
Thanks
INFORMATS are used to read in data, are you trying to modify how you import the data?
FORMATS are used to control how data is presented.
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.