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

What is the difference between an informat and a format? Name three informats or formats.

13 Answers   Accenture, IBM,


what is the difference between calculating the 'mean' using the mean function and proc means? : Sas programming

0 Answers  


Hello Friends, am new to this forum and am not good at sas progarmming. please can any one of you send me couple of sample large sample SAS Jobs which can you use 200 MB of data and other sas job upto 25GB of data. am doing a performance testing on our legacy systems and new upgraded system. I would really appreciate if you can do me this favor Thank you Priya

0 Answers  


Identify statements whose placement in the DATA step is critical.

6 Answers   Accenture, Labasol,


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

2 Answers   Oracle,






What is the order of evaluation of the comparison operators: + - * /** ()?

3 Answers   Quintiles,


it will become easy if uuu provide website linkssss and list of consultanciessssss

0 Answers  


how the sas basic syntax style described? : Sas-administrator

0 Answers  


How does Mr.Lanka Srinivas teach SAS? Are his accomplishments real? What are the future prospects for SAS?

1 Answers   Student,


Have you ever used the SAS Debugger?

0 Answers   Quintiles,


How would you determine the number of missing or nonmissing values in computations?

0 Answers  


why is the use of Retrive statement and give me with example?

1 Answers   ME,


Categories