What is the use of the %include statement?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More SAS Interview Questions

What are the statements in proc sql?

0 Answers  


/*i have the following dataset.*/ data score; input marks ; datalines; 10 20 30 40 50 60 70 80 90 100 ; run; Now i should get the result as sum of 1 to 5 i.e(10+20+30+40+50)=150 and 2 to 6 i.e(20+30+40+50+60)=200 and 3 to 7 i.e(30+40+50+60+70)=250 and so on. how to get it. thanks in advance

2 Answers   Eval Source,


what are the considerations when picking a SAS/STAT procedure?

0 Answers   Accenture, Quintiles,


What are the 3 components in sas programming?

0 Answers  


Please write codes to merge two datasets and keep every record in the first dataset.

1 Answers  






What is PROC in SAS?

0 Answers  


whenever we using the merging through data set merging ,we can get note in log like this "MERGE STATEMENT HAS MORE THAN ONE ONE DATASET BY REPEATED BY VAIABLES" but the output has come in good manner,whenever in in sql(full join) we can get cartion product.so How do overcome this problem in sql?

1 Answers   Accenture,


If reading a variable length file with fixed input, how would you prevent SAS from reading the next record if the last variable didn’t have a value?

3 Answers   Accenture,


what is the difference btw proc means and proc univariate?

8 Answers   HSBC, TCS,


Difference between nodup and nodupkey options?

0 Answers  


SAS System ?

5 Answers  


What is the maximum length of the macro variable?

0 Answers  


Categories