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

How to convert HTML file into SAS dataset?

0 Answers  


I am preparing SAS Certified Advanced Programmer for SAS 9 in 2014. If anybody has the latest dumps for this exam, please mail me at dhiman.mukherjee@gmail.com

0 Answers  


What would be the result of the following SAS function (given that 31 Dec, 2000 is Sunday)?

0 Answers  


how do we mail reports from SAS environment to our team leader

5 Answers   Wockhardt,


What are the best sas programming practices for handling very large datasets? : sas-grid-administration

0 Answers  






what r the job openings SAS for fresher graduates !

0 Answers   TetraSoft, Wipro,


what are informats in sas? : Sas-administrator

0 Answers  


What SAS statements would you code to read an external raw data file to a DATA step?

10 Answers   NIIT,


Can Some one Explain How the Datasets from SAS can be loaded in to the MVS OS?

1 Answers   HCL,


Name types of category in which SAS Informats are placed?

0 Answers  


What sas features do you use to check errors and data validation?

0 Answers  


how to get second highest salary from a employee table and how get a 5th highest salary from a employee table?

11 Answers   ABC, Amex,


Categories