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 the prob plot in clinical domain
Can you execute macro within another macro? : sas-macro
how would you create a data set with 1 observation and 30 variables from a data set with 30 observations and 1 variable? : Sas programming
In ARRAY processing, what does the DIM function do?
if reading an external file to produce an external file, what is the shortcut to write that record without coding every single variable on the record
What is the use of stop statement?
How do you convert basic cube to transaction cube and transaction cube to basic cube?
How is character variable converted into numeric variable and vice versa?
how to write code for left outer join in SAs using datastep?
How to write duplicate records into a separate dataset using sort?
Describe the ways in which you can create macro variables? : sas-macro
There are 200 observations in a dataset, i want to pull out the observation no's 100, 150,180,190 by using Proc SQL? How you can get it?