What is the difference between an informat and a format.
Name three informats or formats.
Answer Posted / gagan deep semwal
An informat is an instruction used to read data values into
a SAS variable.In addition, if a variable has not yet been
defined, SAS uses the informat to determine whether the
variable ought to be numeric or character.
A format is defined as an instruction that SAS uses to
write data values. Formats are used to control the written
appearance of data values. Both informats and formats are
of the form: <$> name <w> . <d>
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
what are validation tools that are used in sas? : Sas-administrator
Mention what are the data types does SAS contain?
for report generation which one you used proc report or data_null_?
what do the sas log messages "numeric values have been converted to character" mean? What are the implications? : Sas programming
what is scheduling and how will u implement it. In scheduling 5 jobs r running if there is an error occured at 3rd job and how will u check and waht necessary steps will u take not to repeat the same mistake
How sas treats the dsd delimiters?
How to import multiple xls files into sas. Out of those files, how to get different values from a single variable and how to find number of rows per value type? We can do this using group by for one xls file with proc sql. Was wondering how I can achieve this for multiple files at the same time. Any ideas?
What is the differnce between SDTM 3.1.2 to 3.1.1 version
which date function advances a date, time or datetime value by a given interval? : Sas programming
name some data transformation used in sas di? : Sas-di
Difference between SAS STATA & SPSS?
What is the difference between nodupkey and nodup options?
How would you code a merge that will write the matches of both to one data set, the non-matches from the left-most data?
Differences between where and if statement?
What are the limitations for memory allocation for SAS variables