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 |
what can you learn from the sas log when debugging? : Sas programming
what are the new features included in the new version of sas i.e., Sas 9.1.3? : Sas programming
how can you import .csv file in to sas? : Sas programming
Can anyone help me about SAS Realtime scenarios in Clinical field
When merging 2 datasets with a common variable (not merge key), how to keep both?
what is star schema? : Sas-di
do you need to know if there are any missing values? : Sas programming
How would you code a merge that will write the matches of both to one data set, the non-matches from the left-most data set to a second data set, and the non-matches of the right-most data set to a third data set.
WHAT IS LAG FUNCTION ? WHERE CAN YOU IMPLEMENT THIS FUNCTION?
Hi,by usining ptf how we have to combine (likr merge)10 datasets at a time in the oracle database(and write a macro code also)?Like this i have a douts a lot if you dont mind may please send one text mail for me(madhusudhanap16@gmail.com)?
i want for interview question & answer plz it need immediate send t my mail raviprakashmot@gmal.cm
What is the SAS data set?