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
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 |
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 |
Describe the ways in which you can create macro variables? : sas-macro
To what type of programms have you used scratch macros?
Hi im new to sas. I have a file with some charecter variables and some numeric variables now i want to load charecter variables into one datastep and numeric variables into another data step pls let me know Thanks
what is the difference between the SAS v8 and SAS v9?
Can anyone help me about SAS Realtime scenarios in Clinical field
How would you include common or reuse code to be processed along with your statements?
Tell e how how dealt with..
how could you generate test data with no input data? : Sas programming
Tell different ways to create Macrovarible?
3 Answers Accenture, PharmaNet i3,
what is the difference between proc means and proc summary?
How would you code a merge that will write the matches of both to one data set, the non-matches from the left-most data set to a second data set, and the non-matches of the right-most data set to a third data set?
Which are the statements whose placement in the data step is critical?