Name statements that function at both compile and execution
time.
Answers were Sorted based on User's Feedback
Answer / radhika
DATA is the statement that function at both compile and
execution time.
| Is This Answer Correct ? | 21 Yes | 3 No |
Answer / suresh
input is the only statement that function at both compile
and execution time
| Is This Answer Correct ? | 8 Yes | 2 No |
Answer / vishh
input is the statement that function at both compile and execution time.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / sweety kumari
Input statement functions both at compile and execution time
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / ganesh
keep and drop statements identifies at both compile and
execution time.
| Is This Answer Correct ? | 8 Yes | 15 No |
what is Business Intelligence?
what is scheduling and how will u implement it. In scheduling 5 jobs r running if there is an error occured at 3rd job and how will u check and waht necessary steps will u take not to repeat the same mistake
What is the difference between %local and %global?
If you need the value of a variable rather than the variable itself what would you use to load the value to a macro variable?
I have a SCD Type 2 Dimention for Location In which A Sales Office in Having two Surrogate Keys just because of the change in it's Sales Group. SKey SalesGroup Sales Office BeginDate EndDate 280 SG1 SO1 01APR2000 01APR2010 281 SG2 SO1 02APR2010 31MAR2999 Now while loading the Fact, the Lookup ir returning SKey 280 for records before and after 01APR2010. I am not able to give WHERE condition in the Lookup Properties (TranDate between BeginDate and EndDate). Please help.
What are the criticality that you have faced during your project in SAS?
what is the difference between proc means and proc summary?
What are types of transport files?
2 Answers PRA Health Sciences, Quintiles,
tell me about intnx, intcx functions?
Describe a time when you were really stuck on a problem and how you solved it?
Hi, Does anybody has lastest SAS certification(base, adv., clinical)dumps,if anybody has please email me at mailtorajani76@gmail.com. Thanks
Dear all, proc means data=dsn noprint completetypes; class trtmntgroup /preloadfmt; output out=tot n=n; format trtmntgroup trtf. ; by vstgrp descending severity; run; This is the code I used for AE table. I got the values without giving the variable ‘trtmntgroup(numeric)’ in var statement. And if I give the var statement for that variable i’m getting the same values.How is that possible? What is the difference between class and var statement? Could any one explain me how does proc means work at the back end. And what is the difference between _freq_ value and N value in proc means. Thanks and regards, Rajesh.