What is the difference between an informat and a format?
Name three informats or formats.
Answer Posted / vemula
informat is an instruction given to sas to read the data
values into variables
ex: date9.
ddmmyyw.;
char6.;
format is and instruction given to sas to print the
variable in to datavalues
ex; date8.
ddmonyy.;
commaw.;
dollarw.;
| Is This Answer Correct ? | 2 Yes | 5 No |
Post New Answer View All Answers
How do dates work in sas?
What are the automatic variables for macro? : sas-macro
What makes sas stand out to be the best over other data analytics tools?
explain the difference between proc means and proc summary?
what is sas data set?
How we can call macros with in data step? : sas-macro
what are the types of interactive display types? : Sas-bi
Why double trailing @@ is used in input statement?
What is the basic structure of the SAS base program?
Explain the main difference between the sas procedures and functions? : Sas-administrator
what is the purpose of _error_? : Sas programming
What is Linear Regression?
Do you know the features of sas?
Describe a time when you were really stuck on a problem and how you solved it?
Intern stastical programmer written test