what is the effect of the options statement errors=1? : Sas programming
No Answer is Posted For this Question
Be the First to Post Answer
explain about sas business intelligence? : Sas-bi
what are the new features included in the new version of SAS i.e., SAS9.1.3?
5 Answers College School Exams Tests, Wockhardt,
how to generate report for 0 observation dataset?
How would you remove a format that has been permanently associated with a variables?
Tell e how how dealt with..
what is business intelligence? : Sas-bi
Can you excute a macro within a macro? Describe.
What is the difference between one to one merge and match merge? Give an example.
What Proc glm does?
How to select the observations randomly from a SAS dataset
Identify statements whose placement in the DATA step is critical.
create macros---you have 365 number of data and you need to merge it throw the macros,,,,,, data file1; input a @@; cards; 1 2 3 4 ; run; data file2; input a @@; cards; 5 6 7 8 ; run; data file3; input a @@; cards; 9 10 11 12 ; run;data file4; input a @@; cards; 13 14 15 16 ; run;