@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.
Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!
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.