What is the difference between an informat and a format.
Name three informats or formats.
Answer Posted / sas - user
Informats is used to read a data in a particular format.
Formats is used to write a data in a particular format.
Both informats and formats can be customized using the proc
format procedure. Some of the commonly used informats and
formats are MMDDYYw., DATEw., COMMAw.d, $w., TIMEw. to name
a few.
| Is This Answer Correct ? | 52 Yes | 2 No |
Post New Answer View All Answers
What are the table names in oracle database...?
Given an unsorted data set, how to read the last observation to a new data set?
what are the component of range? : Sas-bi
Tell me about % include and % eval? : sas-macro
What is the general format of function in sas? : sas-grid-administration
What are the different types of sas functions?
explain about data integrator metadata reports? : Sas-di
how to do user inputs and command line arguments in sas?
what is sas metadata repository? : Sas-bi
What is the SAS data set?
Give some examples where proc report’s defaults are different than proc print’s defaults?
What are the implications?
What are the different operating system platforms in which we can use sas? : sas-grid-administration
Explain bmdp procedure?
Mention how to limit decimal places for the variable using proc means?