Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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 / sheetal

informat: to read the data in SAS data set
format: to write the SAS data set

Is This Answer Correct ?    28 Yes 4 No

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

Answer / m

informat:it is an instruction used by sas to read the data.
eg:$w., $CHARw., commaw.d
format: instruction used by SAS to write the data value.
eg: date9., best., mmddyy10.

Is This Answer Correct ?    22 Yes 2 No

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

Answer / falguni mathther

informats are generally used to read the data from
different files, while formats are used as instructions to
generate output in desired listing layout.

Is This Answer Correct ?    6 Yes 0 No

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

Answer / chandu

Informat tells SAS how to read the raw data,
Format tells SAS how to print the raw data into user
readable pattren....

Chiranjeevi garu, for your information,
Format statement can be used in both DATA step as well in
PROC step.....

Is This Answer Correct ?    8 Yes 5 No

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

Answer / yugesh

A format determines how a value is displayed.An Informat
determines how a value is read

Is This Answer Correct ?    1 Yes 0 No

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

Answer / shweta

informat: Non standard value to standard

format: Read standard value .

Is This Answer Correct ?    1 Yes 0 No

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

Answer / ganesh

Informat is used for read and storing the data values.
format is used for variable to be printed.
Date informat
numeric informat
character informat

Is This Answer Correct ?    11 Yes 12 No

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

Answer / deepak dewan

In Informat SAS reads the raw data,
Format tells SAS how to print the raw data
e.g mmdddyy.
date9.

Is This Answer Correct ?    0 Yes 1 No

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

Answer / tvr kumar

Informate determind how raw data values read and store in
to sas.
formates determind how sas data values print and display.

Is This Answer Correct ?    3 Yes 5 No

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

Answer / vemula

informat is an instruction given to sas to read the data
values into variables
ex: date9.
ddmmyyw.;
char6.;

format is and instruction given to sas to print the
variable in to datavalues
ex; date8.
ddmonyy.;
commaw.;
dollarw.;

Is This Answer Correct ?    2 Yes 5 No

Post New Answer

More SAS Interview Questions

What is univariate n where it can be used n how...?

2 Answers  


how can u convert this 25-jul-2010 from numeric to charcter?

3 Answers  


i have a dataset with 25 obs; 10th obs has like ramu,anji,ramu,azad,ramu like this. i want to know how many times the word repeats in that obs?

3 Answers  


What are the applications primarily used by business analyst? : Sas-bi

0 Answers  


What is LAG function?How is it used? can any one explain

3 Answers   TRE, Verinon Technology Solutions,


name some data transformation used in sas di? : Sas-di

0 Answers  


What are the difference between ceil and floor functions in sas?

0 Answers  


what is the difference between: x=a+b+c+d; and x=sum (of a, b, c ,d);? : Sas programming

0 Answers  


where will go the observations that were deleted by delete statement?

2 Answers  


data jagan1.s; input bp$; cards; 100/90 120/89 112/87 run; in the above code how to convert character data values to numeric data values?

3 Answers  


What function CATX syntax does?

0 Answers  


Differentiate between format and informat? : sas-grid-administration

0 Answers  


Categories