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 is the use of function Proc summary?
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
What is the difference between one to one merge and match merge? Give an example.
Mention what is SAS data set?
how does sas handle missing values in sort order? : Sas programming
What are the ways to do a “table lookup” in sas?
How do you delete duplicate observations in sas?
how are numeric and character missing values represented internally? : Sas programming
What is slibref?
Explain what is the use of proc gplot?
How would you include common or reuse to be processed along with your statements?
What areas of SAS are you most interested in?
What is the difference between proportion and average?
Briefly explain input and put function?
What is the basic structure of the SAS base program?