What are types of transport files?
Answer Posted / solasa
xpt files.,
pdf,html
These are some of the transport files
| Is This Answer Correct ? | 13 Yes | 2 No |
Post New Answer View All Answers
How to create a permanent sas data set?
Which command is used to perform sorting in sas program?
Hello Friends, am new to this forum and am not good at sas progarmming. please can any one of you send me couple of sample large sample SAS Jobs which can you use 200 MB of data and other sas job upto 25GB of data. am doing a performance testing on our legacy systems and new upgraded system. I would really appreciate if you can do me this favor Thank you Priya
How would you define the end of a macro?
What are the best sas programming practices for handling very large datasets? : sas-grid-administration
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 null hypothesis? why do you consider that?
Mention the category in which sas informats are placed?
Explain proc univariate?
What is the general format of function in sas? : sas-grid-administration
what is the difference between: x=a+b+c+d; and x=sum (of a, b, c ,d);? : Sas programming
what is the limit of the number of the rows and columns available in the worksheet? : Sas-bi
I am preparing SAS Certified Advanced Programmer for SAS 9 in 2014. If anybody has the latest dumps for this exam, please mail me at dhiman.mukherjee@gmail.com
How do you connect the desktop application to metadata server? : sas-grid-administration
Give e an example of..