Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

Differentiate between ceil and floor functions.

0 Answers  


How to limit decimal places for the variable using proc means?

0 Answers  


Explain the difference between informat and format with an example.

0 Answers  


what are different type of sas servers ? On which server does the sas code execute ?

4 Answers   TCS,


how to read raw data in sas. Do it manually and throw the programming.

1 Answers   WNS,


What is the difference between input and infile statement?

0 Answers  


How would you identify a macro variable? : sas-macro

0 Answers  


why a stop statement is needed for the point= option on a set statement?

0 Answers  


What does proc print, and proc contents are used for?

0 Answers  


What is the different between functions and PROCs that calculate the same simple descriptive statistics?

0 Answers   Quintiles,


What other SAS features do you use for error trapping and data validation?

2 Answers  


Explain the use of proc print and proc contents?

0 Answers  


Categories