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 is substr function?
how do you pull data from equifax?tell me the process?
How to sort in descending order?
How do you specify the number of iterations and specific condition within a single do loop?
What is proc sort?
in the flow of data step processing, what is the first action in a typical data step? : Sas programming
what is sas olap server? : Sas-di
How do you debug and test your SAS programs?
how to create the AE dataset by using SDTMIG specifications and SAP plan by using UNIX platform?
What is the difference between nodupkey and nodup options?
Describe 5 ways to do a “table lookup” in SAS?
what is null hypothesis? why do you consider that?
How do you delete duplicate observations in sas?
Give e an example of..
what does the run statement do? : Sas programming