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 |
What are MIs reports? what is the use of MIS reports and How can u generate the MIS reports in SAS? If any body know explain with the eg.
2 Answers ABC, ASD Lab, CitiGroup,
What are the data types in sas?
what is the difference between proc means and proc summary?
how can you code the confidence intervals?
6 Answers Cytel, IIT, Ranbaxy,
how does sas handle missing values in assignment statements? : Sas programming
how do i get last 10obs from a dataset when we don't know about the number of obsevations in that dataset?
Name statements that are recognized at compile time only?
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.
how can u import .csv file in to SAS?tell Syntax?
7 Answers CitiGroup, Franklin Templeton,
How could you generate test data with no input data?
What do you know about sas data set?
Hot to suppress characters from a given string?