What is the difference between an informat and a format?
Name three informats or formats.
Answer Posted / chandu
Informat tells SAS how to read the raw data,
Format tells SAS how to print the raw data into user
readable pattren....
Chiranjeevi garu, for your information,
Format statement can be used in both DATA step as well in
PROC step.....
| Is This Answer Correct ? | 8 Yes | 5 No |
Post New Answer View All Answers
List out some key concept of SAS
What is the basic structure of a sas program?
What would be the value of month at the end of data step execution and how many observations would be there?
Tell me more about the parameters in macro? : sas-macro
What are the different versions of sas that you have used until now? : sas-grid-administration
What are the data types that sas contain?
What are the statements that are executed only?
How sas treats the dsd delimiters?
Give some examples where proc report’s defaults are same as proc print’s defaults?
how does sas handle missing values in sort order? : Sas programming
If you have a dataset that contains 100 variables, but you need only five of those, what is the code to force SAS to use only those variables?
what is data governance? : Sas-di
What is the difference between proportion and average?
explain the difference between proc means and proc summary?
What is the maximum length of the macro variable? : sas-macro