I will discuss SAS programming tips, tricks, new functions or procedures and statistical analysis using SAS in this blog.
Tuesday, June 16, 2009
What is the difference between an informat and a format? Name three informats or formats
INFORMAT is how you want to read a data and FORMAT is how you want to write a data.
User created FORMATS and INFORMATS can be created using PROC FORMAT. Some defaults INFORMATS are date9., dollar8.2, comma8.2 and these can also be used as FORMATS.
No comments:
Post a Comment