What is the one statement to set the criteria of data that
can be coded in any step?
Answers were Sorted based on User's Feedback
Answer / g.s redy
OPTIONS STATEMENT CAN BE USED TO SET THE CRITERIA OF DATA
THAT CAN BE CODED IN ANY STEP
| Is This Answer Correct ? | 8 Yes | 0 No |
Answer / sunymuny
WHERE Statement can be used to set the Criteria of the DATA
in Both Proc Step and DATA Step.
| Is This Answer Correct ? | 0 Yes | 3 No |
How to read the file names of a text files from a shared drive using SAS?
The Lion King is hosting an animal conference. All the animals in the world attend except one. Which animal does not attend?
name some data transformation used in sas di? : Sas-di
Please write codes to merge two datasets and keep every record in the first dataset.
How do you control the number of observations and/or variables read or written? Approximately what date is represented by the SAS date value of 730?
i am importing large data from oracle to work library. in log there is a error message worklibrary space is not enough. then how to import the data safely to sas environment.
how to change the execute of 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
What is instream data in SAS?
what is sas? is a package or tool? give me introduction about sas?
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.
Do you need to compute new variables? If so,should you do this before you execute the report-writing procedure?