Name statements that are recognized at compile time only?
Answers were Sorted based on User's Feedback
Answer / dupe
Array statements are also compile time only statements
| Is This Answer Correct ? | 14 Yes | 0 No |
Answer / vijay
sirisha thanx for the answers,
but i believe all the global statements (wht u mentioned )
including options, title, footnote statements; will work at
both compile and execution time..
only compile drop, keep,
rename,label,format,informat,attrib, where,by, retain,
length statements are comile time statements only
| Is This Answer Correct ? | 10 Yes | 1 No |
Apart from doing numerous tasks during the compilation phase..
SAS also processes statements which are limited to compile time.These statements provide information to the compiler as to how the things will be set up in the PDV.they include
drop keep rename retain array by where attrib length format label.it also sets up automatic variables:
_N_ _ERROR_ IN= END= POINT= FIRST. LAST.
| Is This Answer Correct ? | 0 Yes | 0 No |
describe about joins? briefly?
Why is a STOP statement needed for the point=option on a SET statement?
For what purposes have you used sas macros? : sas-macro
data task; input id date date9. visit; cards; 101 01jan2015 1 101 02jan2015 2 101 06jan2015 3 102 04jan2015 1 102 07jan2015 2 102 12jan2015 3 103 06jan2015 1 103 13jan2015 2 ; run; write a program to find out missing dates between visits by each subject.
Did you used proc test? when?
0 Answers Accenture, Quintiles,
What is the one statement to set the criteria of data that can be coded in any step?
You need to perform an analysis on a massive dataset by groups, but are unable to sort the data due to memory constraint. How would you accomplish the task?
What is instream data in SAS?
Tell e how how dealt with..
i have a dataset with 100000 records. i want 100 records from that dataset and create a dataset.we need to pick the observations random order like 100obs,500obs,1020obs,1890obs,2565obs like that i need 100 obs in random order? how can we create this one?
Can anyone help to find a statement to get all the predefined formats?
3 Answers Verinon Technology Solutions,
what is the use of sas management console? : Sas-di