What is the use of the %include statement?
No Answer is Posted For this Question
Be the First to Post Answer
What are the statements in proc sql?
/*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
what are the considerations when picking a SAS/STAT procedure?
0 Answers Accenture, Quintiles,
What are the 3 components in sas programming?
Please write codes to merge two datasets and keep every record in the first dataset.
What is PROC in SAS?
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?
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?
what is the difference btw proc means and proc univariate?
Difference between nodup and nodupkey options?
SAS System ?
What is the maximum length of the macro variable?