What is the difference between an informat and a format?
Name three informats or formats.
Answer Posted / yugesh
A format determines how a value is displayed.An Informat
determines how a value is read
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
why is sas data integration studio important? : Sas-di
If you need the value of a variable rather than the variable itself what would you use to load the value to a macro variable? : sas-macro
what do the mod and int function do? What do the pad and dim functions do? : Sas programming
Describe crosslist option in tables statement?
How do dates work in SAS data?
What is SAS informats?
how to create the AE dataset by using SDTMIG specifications and SAP plan by using UNIX platform?
how do you test for missing values? : Sas programming
What is interleaving in SAS?
How would you determine the number of missing or nonmissing values in computations?
What do you understand by the term Normal Distribution?
What is the difference between input and infile statement?
What are the 3 components in sas programming?
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.
Where do you use proc means over proc freq?