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...


Code the MEANS to produce output to be used later.

Answers were Sorted based on User's Feedback



Code the MEANS to produce output to be used later...

Answer / siri

proc means data=XYZ noprint;
by var;
output out=ZYX;
run;


output out is important to producethe poutputt to be used
in later stages

Is This Answer Correct ?    5 Yes 1 No

Code the MEANS to produce output to be used later...

Answer / ss

Actually they aksed to produce output to be used later, in
that case you have to give the permanent libref.

Is This Answer Correct ?    4 Yes 3 No

Post New Answer

More SAS Interview Questions

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

0 Answers   CTS,


i am importing large data from oracle to work library. in log there is a error message worklibrary space is not enough. then how to import the data safely to sas environment.

2 Answers   Cap Gemini,


I have a dataset concat having a variable a b & c. How to rename a b to e & f?

0 Answers  


What is the purpose of using the N=PS option?

2 Answers   Oracle,


How do you use the do loop if you don’t know how many times you should execute the do loop?

0 Answers  


Hi , which book should i refer to for preaparing SAS statistical Exam. Searched a lot on books but still did n't find relevant books

2 Answers  


proc means? proc sort? proc append? proc freq? proc print? proc content?

4 Answers   Oracle,


explain about sas business intelligence? : Sas-bi

0 Answers  


How experienced are you with customized reporting and use of Data _Null_ features?

4 Answers   Oracle,


How will you assign all the variables of an dataset into a macro variable separated by a space? For example if a dataset has variables A,B,C. Assign them to a macro variable X as X=A B C

3 Answers   Accenture, Oracle,


what is OLAP?

4 Answers   CitiGroup, TCS,


what is Global Symbol table and Local symbol table?

4 Answers   CitiGroup,


Categories