What is the difference between an informat and a format?
Name three informats or formats.
Answer Posted / vemula
informat is an instruction given to sas to read the data
values into variables
ex: date9.
ddmmyyw.;
char6.;
format is and instruction given to sas to print the
variable in to datavalues
ex; date8.
ddmonyy.;
commaw.;
dollarw.;
| Is This Answer Correct ? | 2 Yes | 5 No |
Post New Answer View All Answers
What do the SAS log messages "numeric values have been converted to character" mean?
name some data transformation used in sas di? : Sas-di
what is sas and what are the functions? : Sas-administrator
what is sas database server? : Sas-di
What are the difference between sas functions and procedures?
If you need the value of a variable rather than the variable itself what would you use to load the value to a macro variable? : sas-macro
What are the advantages of using sas?
How necessary is it to be creative in your work?
Differentiate between proc means and proc summary.
How would you determine the number of missing or nonmissing values in computations?
how to debug and test the sas program? : Sas-administrator
What are the five ways to do a table lookup in sas? : sas-grid-administration
How do you control the number of observations and/or variables read or written? Approximately what date is represented by the SAS date value of 730?
i want for interview question & answer plz it need immediate send t my mail raviprakashmot@gmal.cm
What would be the result of the following SAS function (given that 31 Dec, 2000 is Sunday)?