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

how to assign a macro value to a variable?

8 Answers   CitiGroup,


Do you need to know if there are any missing values?

0 Answers  


Are you familiar with special input delimiters How are they used?

3 Answers  


What is the basic structure of the SAS base program?

0 Answers  


How does proc sql work?

0 Answers  


How to select the observations randomly from a SAS dataset

7 Answers   NTT Data,


What is the length assigned to the target variable by the scan function?

0 Answers  


Hi, I need to create a SAS Map of USA using SAS Graphs(Proc Gmap).The data i have dosent contain any co-ordinates of USA cities or counties or states, and the zip codes are diffrent in the data i have from the zip code in the Maps.US dataset in the Maps Library for SAS MAPS. the data i have is a sales report. i have to generate the maps according to the states,cities aligned in the sales data, HELP Appriciated

1 Answers  


How to sort in descending order?

0 Answers  


i have a data set with 20 observations i want label from 8 to 15 observations ? how you create this one.

6 Answers   CTS,


What is the difference between INPUT and INFILE ?

0 Answers  


define table lookup and how may ways it can be done...explian

3 Answers  


Categories