What is the difference between an informat and a format?
Name three informats or formats.
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
what is PhaseIII, ODS, TLG, Macro and Proc in SAS
How would you include common or reuse code to be processed along with your statements?
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?
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
What is the difference between input and infile statement?
what is the difference between proc means and proc summary?
What is your favorite all time computer book? Why?
why a stop statement is needed for the point= option on a set statement?
What are the ways to do a “table lookup” in sas?
how many data types in sas? : Sas-administrator
What is _n_?