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 |
What SAS statements would you code to read an external raw data file to a DATA step?
What are the five ways to do a table lookup in sas? : sas-grid-administration
What is the difference Using & and && in the macro variables
Why is a STOP statement needed for the point=option on a SET statement?
hi i am nipun can anybody tell me that if a clinical sas programmer write the code and after successfull execution where do they store it. how they submit tables to TL how work is assigned to programmers either both code, log, output to be submitted. can any one tell me the process
is it possible to generate sas datasets using proc print ???
1 Answers GSK GlaxoSmithKline,
What would the following datastep do? Data _null_; Set Dist end=eof; Call Symput("xx"!!left(put(_n_,2.)),&dimension); If EOF then Call Symput('numrows',left(put(_n_,2.))); Run; dimension is a macro variable that is being passed here
Name any two sas spawners? : sas-grid-administration
Where do the database management systems store data and how do u import them.
Have you ever linked SAS code? If so, describe the link and any required statements used to either process the code or the step itself.
what is operational data and operational system? : Sas-di
For a user to have access to a standard workspace server, is internal authentication alone is sufficient? : sas-grid-administration