code the tables statement for a single level frequency?
Answers were Sorted based on User's Feedback
Answer / rajaanku11
proc freq data=lib.dataset;
table var; *here you can mention single variable of multiple
variables seperated by space to get single
frequency;
run;
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / aravind9882
proc freq data=lib.dataset;
table var;
run;
| Is This Answer Correct ? | 1 Yes | 0 No |
if the Id has more then two transcatiion then show the first observation, IF Id has only two observation then It show both the observation
Are you involved in writing the inferential analysis plan? Tables specfications?
How to convert a given date value into SAS date
9 Answers CitiGroup, Quintiles,
what is data access? : Sas-di
Which of the following is not created during compilation phase?
How to read the file names of a text files from a shared drive using SAS?
what is the use of proc sql? : Sas programming
What is the purpose of using the N=PS option?
How do I CREATE an external dataset with sas code? I would like to create within a sascode a non-exsistent textfile on the host. So I am not forced to create the file befor filling it.
name few built in sas transformation in DI studio ?
What is the difference between Proc tabulate and Proc print
What are TEAEs
2 Answers Accenture, Quintiles,