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 is the difference between INPUT and INFILE ?
What are the best sas programming practices for handling very large datasets? : sas-grid-administration
explain the function of substr in sas? : Sas-administrator
explain the key concept of sas? : Sas-administrator
What are the five ways to do a table lookup in sas? : sas-grid-administration
In sas admin differentiate between roles and capabilities? : sas-grid-administration
Give e an example of..
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.
Hi,by usining ptf how we have to combine (likr merge)10 datasets at a time in the oracle database(and write a macro code also)?Like this i have a douts a lot if you dont mind may please send one text mail for me(madhusudhanap16@gmail.com)?
What is substr function?
Can you explain the process of calendar?
Differentiate between format and informat? : sas-grid-administration
What does P-value signify about the statistical data?
What is the difference between where and if statement?
What is auto call macro and how to create a auto call macro? What is the use of it? How to use it in sas with macros? : sas-macro