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 LAG function?How is it used? can any one explain
3 Answers TRE, Verinon Technology Solutions,
What statement do you code to write the record to the file?
What procedure you used to calculate p-value?
2 Answers Accenture, Quintiles,
what is the difference btw proc means and proc univariate?
How is character variable converted into numeric variable and vice versa?
what is sas database server? : Sas-di
I have a SCD Type 2 Dimention for Location In which A Sales Office in Having two Surrogate Keys just because of the change in it's Sales Group. SKey SalesGroup Sales Office BeginDate EndDate 280 SG1 SO1 01APR2000 01APR2010 281 SG2 SO1 02APR2010 31MAR2999 Now while loading the Fact, the Lookup ir returning SKey 280 for records before and after 01APR2010. I am not able to give WHERE condition in the Lookup Properties (TranDate between BeginDate and EndDate). Please help.
Give an example where SAS fails to convert character value to numeric value automatically?
If you were told to create many records from one record show how you would do this using arrays and with PROC TRANSPOSE?
it will become easy if uuu provide website linkssss and list of consultanciessssss
how can u create zero observation dataset?
What is proc sql pass through facility?