What is the use of the %include statement?
No Answer is Posted For this Question
Be the First to Post Answer
what are some differences between proc summary and proc means? : Sas programming
how many types of prompts are there? : Sas-bi
Hi Friends, My name is Priya,am new to this Forum. am looking for SAS Platform Administration Interview Questions.I searched every where but I couldn't find any where.please can anyone help me with the FAQ's. It would be a great favor to me if you can email the Interview Questions to priyafeb84@gmail.com
What is SAS? What are the functions does it performs?
How necessary is it to be creative in your work?
what are different type of sas servers ? On which server does the sas code execute ?
Can you excute a macro within a macro? Describe.
What is connection profile? : sas-grid-administration
how do you test for missing values? : Sas programming
how to generate the test data in sas without input data? : Sas-administrator
what is the SAS/ACCESS and SAS/CONNECT?
9 Answers Accenture, iFlex, TCS,
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;