What is the difference between an informat and a format.
Name three informats or formats.

Answers were Sorted based on User's Feedback



What is the difference between an informat and a format. Name three informats or formats...

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

What is the difference between an informat and a format. Name three informats or formats...

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

What is the difference between an informat and a format. Name three informats or formats...

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

What is the difference between an informat and a format. Name three informats or formats...

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

What is the difference between an informat and a format. Name three informats or formats...

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

What is the difference between an informat and a format. Name three informats or formats...

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

Post New Answer

More SAS Interview Questions

Do we follow ADAM in analysis dataset development?How? Usually which version? Why is it necessary?

0 Answers  


How to find out no. of business days in a month using macros.???(excluding weekends and holidays).

2 Answers   HSBC,


Do you prefer Proc Report or Proc Tabulate? Why?

9 Answers   Oracle,


How to get the repeated values by using sql in sas ?

2 Answers  


what is validvarname and varnum? why we are using this options; explain with a syntax for this options?

1 Answers   Max India,


6) Explain about below automatic variables a) _N_ b) _ERROR_ c) _CHAR_ d) _NUMERIC_ e) _ALL_ f) FIRST.BY VARIABLE g) LAST.BY VARIABLE h) _NAME_ i) _TYPE_ j) _FREQ_ k) _STAT_ l) _BREAK

1 Answers   IBM, SAS,


What is the difference between one to one merge and match merge? Give an example.

0 Answers  


i want to upload titles and footnotes to excel file?how it is possible?

1 Answers  


what type of reports you are generating in your company...???

2 Answers   GSK GlaxoSmithKline,


Differentiate between sas functions and sas procedures.

0 Answers  


What is the use of function Proc summary?

0 Answers  


Briefly explain input and put function?

0 Answers  


Categories