How the Excel file enter into the SAS environment without
Code of Infile & Import procs,if i have no file Conversion?
Answer Posted / 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 View All Answers
Mention how to limit decimal places for the variable using proc means?
Give an example where SAS fails to convert character value to numeric value automatically?
Define run-group processing?
what are the softwares and applications that are used most frequently used by sas bi applications developers? : Sas-bi
Which command is used to perform sorting in sas program?
explain what is factor analysis? : Sas-administrator
How can I remove header from output data set?
What are SAS/ACCESS and SAS/CONNECT?
What is the difference between proportion and average?
What is substr function?
What is the difference between one to one merge and match merge? Give an example.
What are the statements in proc sql?
what is intially documentation in sas?
what is the primary data source for the wrs? : Sas-bi
how does sas handle missing values in functions? : Sas programming