code the tables statement for a single level frequency?

Answer Posted / aravind9882

proc freq data=lib.dataset;
table var;
run;

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the difference between the sas data step and sas procs?

596


Enlist the functions performed by sas.

664


What commands are used in the case of including or excluding any specific variables in the data set?

581


Mention what is the difference between nodupkey and nodup options?

583


Name validation tools used in SAS

676






How can I remove header from output data set?

2053


What is a method to debug and test your SAS program?

700


what is sas enterprise intelligence architecture? : Sas-bi

532


What are the difference between sas functions and procedures?

627


What do the sas log messages “numeric values have been converted to character” mean? What are the implications?

703


Mention sas system options to debug sas macros.

650


What is the difference between using drop = data set option in data statement and set statement?

629


How would you define the end of a macro? : sas-macro

595


how does sas handle missing values in assignment statements? : Sas programming

563


What are the table names in oracle database...?

2238