What is the difference between an informat and a format?
Name three informats or formats.
Answer Posted / m
informat:it is an instruction used by sas to read the data.
eg:$w., $CHARw., commaw.d
format: instruction used by SAS to write the data value.
eg: date9., best., mmddyy10.
| Is This Answer Correct ? | 22 Yes | 2 No |
Post New Answer View All Answers
List down the reasons for choosing sas over other data analytics tools.
I am preparing SAS Certified Advanced Programmer for SAS 9 in 2014. If anybody has the latest dumps for this exam, please mail me at dhiman.mukherjee@gmail.com
What is the good sas programming practices for processing large data sets?
what is the difference between nodup and nodupkey options? : Sas programming
What is the SAS data set?
What is the differnce between SDTM 3.1.2 to 3.1.1 version
What is the difference between proportion and average?
How is character variable converted into numeric variable and vice versa?
what is enterprise guide? What is the use of it? : Sas programming
What are the limitations for memory allocation for SAS variables
What is the different between functions and PROCs that calculate the same simple descriptive statistics?
which date function advances a date, time or datetime value by a given interval? : Sas programming
how does sas handle missing values in formats? : Sas programming
If money were no object, what would you like to do?
How would you define the end of a macro? : sas-macro