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
describe about metadata object? : Sas-di
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?
Enlist the functions performed by sas.
What are the data types in sas?
Compare sas with other data analytics tools.
What is data _null_?
Give an example where SAS fails to convert character value to numeric value automatically?
name several ways to achieve efficiency in your program? : Sas programming
how would you create multiple observations from a single observation? : Sas programming
what is broad cast agent? : Sas-bi
Given an unsorted data set, how to read the last observation to a new data set?
Which are the statements whose placement in the data step is critical?
What are the special input delimiters used in SAS?
What areas of SAS are you most interested in?
what is data access? : Sas-di