At compile time when a SAS data set is read, what items are
created?
Answer Posted / madhavi
At Compile time SAS creates
1.Input buffer
2.PDV(Program data vector)
3.Descriptor portion of the o/p dataset
| Is This Answer Correct ? | 25 Yes | 2 No |
Post New Answer View All Answers
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 ae onset date n what is RDS
what are validation tools that are used in sas? : Sas-administrator
why is sas considered self-documenting? : Sas programming
What sas features do you use to check errors and data validation?
How do you connect the desktop application to metadata server? : sas-grid-administration
Tell e how how dealt with..
how do you pull data from equifax?tell me the process?
Explain bmdp procedure?
What is SAS informats?
What are symget and symput? : sas-macro
Differentiate input and infile.
What are the different versions of sas that you have used until now? : sas-grid-administration
What is by-group processing?
i want for interview question & answer plz it need immediate send t my mail raviprakashmot@gmal.cm