Name the option to produce a frequency line items rather
that a table.

Answer Posted / sreekanth rao

use the list option in table statement.it will not print
the table, it will print only line items.

LIST

displays two-way to n-way tables in a list format rather
than as crosstabulation tables

proc freq data= SampleData;
tables XX*YY/ list;

please provide the comments

Is This Answer Correct ?    18 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

how we can create a FLAG datasets? Ex:-ID age_group no_persons 1 to 10 10 to 20 3 11 to 20 21 to 30 7 21 to 3o 31 to 40 5

1656


what are informats in sas? : Sas-administrator

588


How many ways to overcome a missing values???

2336


How we can create SAS USER DEFINED CODE?

1609


What are the applications primarily used by business analyst? : Sas-bi

552






what are validation tools that are used in sas? : Sas-administrator

593


What is the maximum length of the macro variable? : sas-macro

625


Explain the purpose of retain statement.

603


How can you create a macro variable with in data step? : sas-macro

574


If money were no object, what would you like to do?

2691


What is the difference between %put and symbolgen? : sas-macro

669


how does sas handle missing values in sort order? : Sas programming

534


How would you include common or reuse to be processed along with your statements?

1899


i have a dataset with 100 obs i want to generate title from 20th obs onwards with total observations. that should contain 100 obs.dont use firstobs and dnt split the data. use dataset block or proc report? how can we genarate;

1969


Enlist the syntax rules followed in sas statements.

617