How the Excel file enter into the SAS environment without
Code of Infile & Import procs,if i have no file Conversion?
Answer Posted / ram
libname libref path='ram.xls';
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
what is sas metadata repository? : Sas-bi
What is the basic structure of a sas program?
what is the use of proc sql? : Sas programming
What are the automatic variables for macro? : sas-macro
What is the use of the %include statement?
what do the mod and int function do? What do the pad and dim functions do? : Sas programming
what are several options for creating reports in web report studio? : Sas-bi
how would you determine the number of missing or nonmissing values in computations? : Sas programming
Briefly explain input and put function?
How would you include common or reuse to be processed along with your statements?
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.
What is run-group processing?
how would you create a data set with 1 observation and 30 variables from a data set with 30 observations and 1 variable? : Sas programming
name the scheduler for scheduling job and explain the scheduler? : Sas-di
What is substr function?