Code the MEANS to produce output to be used later.
Answers were Sorted based on User's Feedback
Answer / siri
proc means data=XYZ noprint;
by var;
output out=ZYX;
run;
output out is important to producethe poutputt to be used
in later stages
| Is This Answer Correct ? | 5 Yes | 1 No |
Answer / ss
Actually they aksed to produce output to be used later, in
that case you have to give the permanent libref.
| Is This Answer Correct ? | 4 Yes | 3 No |
Are you familiar with special input delimiters How are they used?
/* To determine the maximum and minimum of V1 */ data before3; input v1 v2 v3; cards; 3 2 1 4 6 5 2 1 3 6 5 4 1 3 2 5 4 6 ; run;
Write a SAS macro to calculate number of numbers in an email address
How would you delete observations with duplicate keys?
What is a method to debug and test your SAS program?
How we will Developing new reports Using Data step programming and Macros ?
What is the difference between one to one merge and match merge? Give an example.
What is your favorite all time computer book? Why?
Explain by-group processing?
Hi, I have one dataset like id date ex: id date 1 13 1 13Oct2011 2 14 2 14Oct2011 3 15 3 15Oct2011 --->this is the current date here i want date format like 13Oct2011,14Oct2011 how we can modify the numeric to date format plz answer.
what are the three main credit bureau names
1 Answers Synchrony Financial,
What is maximum storage capability of SAS?