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

Informats are instractions which help to SAS to read
datavalues (Non Standard values) into variables (Standard
values)

Eg: $upcaseW.
commaW.d
dateW.

Formats are instractions which help to SAS to write Standard
values into Non Standard values.

Eg: $upcaseW.
commaW.d
dateW.

Is This Answer Correct ?    2 Yes 5 No

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

Answer / chiranjeevi

Informat:
1)It should appear only datastep.
2)it is used for SAS special instructions to read the
special data values.it can be used either in the input
statements,else by using a separate statement called 'informat'.

syntax:informat<variable name>>type of informat>
or
input<variable name><type of informat>
format:
1)it should appear only proc step.
2)it is used to write or print the special data values in
the output window.
syntax:format<variable name><type of format>.

informats:1)date formats
a)datew.
b)ddmmyyw.
c)commaw.
d)percent(%)
formats and informats both are same only.

Is This Answer Correct ?    2 Yes 10 No

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

Answer / harish

formates ,informates r comma.,percentage,date.these 3 r
differant types formates&informates.

formates is used for reading of data
informates is used for the printing of data.

Is This Answer Correct ?    1 Yes 23 No

Post New Answer

More SAS Interview Questions

Suppose there is a SAS dataset with following values - Parent Child A B B C D E F G G H H I and so on….. This goes onto 1000s of observations/rows. Now how do we identify from this dataset Grandparents and Grandchildrens ?

5 Answers   American Express, Barclays,


How is character variable converted into numeric variable and vice versa?

0 Answers  


Mention what is SAS data set?

0 Answers  


Given an unsorted data set, how to read the last observation to a new data set?

0 Answers  


Describe the ways in which you can create a macro variable?

0 Answers  


What is the maximum length of the macro variable?

0 Answers  


what is incremental update ? is this possible in SAS OLAP CUBE STUDIO.

1 Answers   TCS,


What is the one statement to set the criteria of data that can be coded in any step?

4 Answers  


how could you generate test data with no input data? : Sas programming

0 Answers  


What is slibref?

0 Answers  


my problem is to export my report to xsl.i can do that.but the problem is my report has 3 headings first heading should be printed with the merging of (1-5)cells and heading 2 should be of merge(2-4)cells?how to do this condition?

2 Answers   Dr Reddys, Oracle,


Explain the main difference between the sas procedures and functions? : Sas-administrator

0 Answers  


Categories