What is the difference between an informat and a format?
Name three informats or formats.
Answer Posted / chiranjeevi
Informat:
1)It should appear only datastep.
2)it is used for SAS special instructions to read the
special data values.it can be used either in the input
statements,else by using a separate statement called 'informat'.
syntax:informat<variable name>>type of informat>
or
input<variable name><type of informat>
format:
1)it should appear only proc step.
2)it is used to write or print the special data values in
the output window.
syntax:format<variable name><type of format>.
informats:1)date formats
a)datew.
b)ddmmyyw.
c)commaw.
d)percent(%)
formats and informats both are same only.
| Is This Answer Correct ? | 2 Yes | 10 No |
Post New Answer View All Answers
why is sas data integration studio important? : Sas-di
In sas, what are the areas that you are most interested in? : sas-grid-administration
what is the limit of the number of the rows and columns available in the worksheet? : Sas-bi
what is the purpose of _error_? : Sas programming
Do you need to know if there are any missing values?
How does SAS handle missing values in: assignment statements, functions, a merge, an update, sort order, formats, PROCs?
How do you debug and test your SAS programs?
what are some differences between proc summary and proc means? : Sas programming
If you could design your ideal job, what would it look like?
How can sas program be validated?
Are you sensitive to code walk-throughs peer review or QC review?
what is study design in while working with SAS? what are screening variables in SAS?
explain the difference between proc means and proc summary?
What are the data types in sas?
If a variable contains letters or special characters, can it be numeric data type?