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
What is SAS? What are the functions does it performs?
How would you code a macro statement to produce information on the sas log? This statement can be coded anywhere? : sas-macro
Give some examples where proc report’s defaults are different than proc print’s defaults?
How to sort in descending order?
what type of graphs we will create(for 2+years candidates)?
Which statement does not perform automatic conversions in comparisons?
what is the purpose of _error_? : Sas programming
what is sas application server? : Sas-di
what is sas data set?
What would be the result of the following SAS function (given that 31 Dec, 2000 is Sunday)?
If money were no object, what would you like to do?
How long can a macro variable be? A token? : sas-macro
for report generation which one you used proc report or data_null_?
Assuming {et} is randomly drawn from N(0,1) and e0 = 0, generate 200 observations of xt = et − 0.5e(t−1) and draw a line graph of xt.
how does sas handle missing values in functions? : Sas programming