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

what is PhaseIII, ODS, TLG, Macro and Proc in SAS

0 Answers  


How would you include common or reuse code to be processed along with your statements?

3 Answers   Accenture,


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 procedure you used to calculate p-value?

2 Answers   Accenture, Quintiles,


Does anybody has SAS Platform Administration certification dumps. pls send to hariithepalli@gmail.com

0 Answers  


What is the difference between input and infile statement?

0 Answers  


what is the difference between proc means and proc summary?

2 Answers   Accenture,


What is your favorite all time computer book? Why?

0 Answers   Oracle,


why a stop statement is needed for the point= option on a set statement?

0 Answers  


What are the ways to do a “table lookup” in sas?

0 Answers  


how many data types in sas? : Sas-administrator

1 Answers  


What is _n_?

22 Answers  


Categories