If reading an external file to produce an external file,
what is the shortcut to write that record without coding
every single variable on the record?
Answer Posted / selvi
_all_ - Write all var present in Dataset including computed
variables also.
_input_- write only those variables read from input file
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
What are the difference between ceil and floor functions in sas?
What is the function of Stop statement in a SAS Program?
what is the limit of the number of the rows and columns available in the worksheet? : Sas-bi
what is data integration? : Sas-di
Difference between informat and format?
What is SAS? What are the functions does it performs?
What is by-group processing?
Mention few capabilities of sas framework.
what other sas products have you used and consider yourself proficient in using? : Sas programming
Explain substr function?
what is a method for assigning first.var and last.var to the by groupvariable on unsorted data? : Sas programming
What is the different between functions and PROCs that calculate the same simple descriptive statistics?
if you were told to create many records from one record, show how you would do this using array and with proc transpose? : Sas programming
how do you test for missing values? : 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.