Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

Answers were Sorted based on User's Feedback



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

Answer / 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

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

Answer / x

Use levels option with no print for table

Is This Answer Correct ?    1 Yes 2 No

Post New Answer

More SAS Interview Questions

What is PDV?

0 Answers  


What are symget and symput? : sas-macro

0 Answers  


How would you compile all macros from a folder in a study, within the autoexec program?

1 Answers  


What is the pound sign used for the DATA _NULL_?

14 Answers  


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

2 Answers  


for what purpose would you use the retain statement? : Sas programming

0 Answers  


if you have 365 no of data set and each one having different variable from each other. how will you read by creating macros and create a single data set.

2 Answers  


How many tiers in sas architecture?

2 Answers  


How would you code a merge that will write the matches of both to one data set, the non-matches from the left-most data?

0 Answers  


If you need the value of a variable rather than the variable itself what would you use to load the value to a macro variable?

2 Answers  


Do you prefer Proc Report or Proc Tabulate? Why?

9 Answers   Oracle,


Assuming {et} is randomly drawn from N(0,1) and e0 = 0, generate 200 observations of xt = et &#8722; 0.5e(t&#8722;1) and draw a line graph of xt.

0 Answers  


Categories