How the Excel file enter into the SAS environment without
Code of Infile & Import procs,if i have no file Conversion?

Answers were Sorted based on User's Feedback



How the Excel file enter into the SAS environment without Code of Infile & Import procs,if i h..

Answer / raghava pamulapati

by using pass through facility in sql we can read directly
with out conversion

Is This Answer Correct ?    11 Yes 0 No

How the Excel file enter into the SAS environment without Code of Infile & Import procs,if i h..

Answer / ram

libname libref path='ram.xls';

Is This Answer Correct ?    2 Yes 0 No

How the Excel file enter into the SAS environment without Code of Infile & Import procs,if i h..

Answer / ram

proc Import datafile='file path\ram.xls out=output
dbms=excel replace;
sheet='sheet$4;
run;

Is This Answer Correct ?    2 Yes 4 No

Post New Answer

More SAS Interview Questions

what is SAS OPTIMIZATION?

0 Answers  


What are the parameters of scan function?

0 Answers  


what is Enterprise Guide?what is the use of it?

2 Answers   CitiGroup, Oracle,


What is the difference between order and group variable in proc report?

0 Answers  


what is the difference between %put and symbolgen?

6 Answers  






Explain the purpose of substr functions in sas programming.

0 Answers  


what type of reports you are generating in your company...???

2 Answers   GSK GlaxoSmithKline,


Describe a time when you were really stuck on a problem and how you solved it?

0 Answers   DELL,


how would you determine the number of missing or nonmissing values in computations? : Sas programming

0 Answers  


Code the MEANS to produce output to be used later.

2 Answers  


Can you suggest us materials for sdtm mapping?

0 Answers   TCS,


what is sas metadata server? : Sas-di

0 Answers  


Categories