What is the difference between an informat and a format.
Name three informats or formats.
Answers were Sorted based on User's Feedback
Answer / selvakumar
informat - the format used to read the variable from raw
data
format - the format used to print the values of the variable
Informat ? ddmmyy10.,
| Is This Answer Correct ? | 72 Yes | 9 No |
Answer / sas - user
Informats is used to read a data in a particular format.
Formats is used to write a data in a particular format.
Both informats and formats can be customized using the proc
format procedure. Some of the commonly used informats and
formats are MMDDYYw., DATEw., COMMAw.d, $w., TIMEw. to name
a few.
| Is This Answer Correct ? | 52 Yes | 2 No |
Answer / harsha
Informat-Informat is used to read the non-standared
data
Format- Format is used to print the non-standared data
| Is This Answer Correct ? | 21 Yes | 3 No |
Answer / sudheer
farmat is the option which is used to print the data in the
particular way, if you declare the format option in the
data set block it will stored permanenetly, were as if you
put the format in the procedure block, it will temparary
for the printing purpose.
informat is the option which is used to read the data from
the extral file or data lines(cards0, internal data.
| Is This Answer Correct ? | 16 Yes | 5 No |
Answer / 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 |
Answer / l. zeenesh meitei
informat is always used with input statement as informat
should be equal to the raw data.
where as format starts with format and can be same or
different to the raw data.. as format is used when reading
created the dataset not the raw.
| Is This Answer Correct ? | 3 Yes | 4 No |
Can Some one Explain How the Datasets from SAS can be loaded in to the MVS OS?
what is syntax of proc merge ?
how do you validate tables abd reports?
2 Answers Accenture, Quintiles,
What is the good sas programming practices for processing large data sets?
If you’re not wanting any SAS output from a data step, how would you code the data statement to prevent SAS from producing a set?
Does anybody has lastest SAS certification dumps,if anybody has please mail me at akshara_SAS@ymail.com Thanks Akshara
If reading an external file to produce an external file, what is the shortcut to write that record without coding every single variable on the record?
How experienced are you with customized reporting and use of Data _Null_ features?
Can you suggest us materials for sdtm mapping?
What is the one statement to set the criteria of data that can be coded in any step?
what is business intelligence? : Sas-bi
What statement do you code to tell SAS that it is to write to an external file? What statement do you code to write the record to the file?