How to import the Zip files into SAS? If it is possible in
SAS? If it is posible write the code...
Answer Posted / no no no noooo
PROC IMPORT OUT= WORK.ALL
DATAFILE= "C:\Users\1234Documents\SENTHIL\dmp3split.zip"
DBMS=CSV REPLACE;
GETNAMES=YES;
DATAROW=2;
RUN;
| Is This Answer Correct ? | 4 Yes | 6 No |
Post New Answer View All Answers
what is broad cast agent? : Sas-bi
data data1; input dt account; format dt date9.; cards; 1745 1230 1756 1120 1788 1130 1767 1240 ; data data2; input startdt enddt total; format startdt date9. enddt date9.; cards; 1657 1834 12300 1557 1758 16800 1789 1789 12300 1788 1345 12383 1899 1899 13250 ; proc sql; create table data3 as select * from data1 as x left join data2 as y on x.dt>=y.startdt and x.dt<=y.enddt; quit; Here, we are getting cartision product. But,I want left join report consisting of this program. It should not get duplicate values. you can modify the program also.
what is the use of proc contents and proc print in sas? : Sas-administrator
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?
Explain what Proc glm does?
For what purpose would you use the RETAIN statement?
What are the new features included in the new version of SAS Programming Language?
what are sas/access and sas/connect? : Sas programming
Describe the function and untility of the most difficult SAS macro that you have written.
explain the proc in sas? : Sas-administrator
For clinical entire study how many tables will create approx?
What is the difference between where and if statement?
it will become easy if uuu provide website linkssss and list of consultanciessssss
Which command is used to save logs in the external file?
List out some key concept of SAS