proc means?
proc sort?
proc append?
proc freq?
proc print?
proc content?
Answer Posted / ankit
Proc means is used for to find discrptive statistics for
continuous data.
proc sort is used to sort the data in ascending or
descending order
Proc Append The APPEND procedure bypasses the
processing of data in the original data set and
adds new observations directly to the end of the
original data set.
proc freq is to find frequency for catogirical data
Proc print is used just to print the data tables.
Proc contents lists the structure of the specified SAS data set.
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
How might you use MOD and INT on numeric to mimic SUBSTR on character Strings?
how do you test for missing values? : Sas programming
how does sas handle missing values in sort order? : Sas programming
What would be the result of the following SAS function (given that 31 Dec, 2000 is Sunday)?
what is null hypothesis? why do you consider that?
sas implementing companies in pune implementing clinical projects if anyone knows plz send ans immediately
what r the job openings SAS for fresher graduates !
what is proc Index? and what is proc document?
what is program data vector? : Sas-administrator
What do you know about sas data set?
How to create an external dataset with sas code?
How you are maintaining sas programmes in your company...any specific version control software you are using? If so, tell me the name?
Can you execute macro within another macro? If so, how would sas know where the current macro ended and the new one began? : sas-macro
Explain the purpose of retain statement.
how do the in= variables improve the capability of a merge? : Sas programming