How would you code the criteria to restrict the output to be
produced?

Answers were Sorted based on User's Feedback



How would you code the criteria to restrict the output to be produced?..

Answer / sheetal

using noprint

Is This Answer Correct ?    7 Yes 0 No

How would you code the criteria to restrict the output to be produced?..

Answer / guest

WE CAN USE WHERE CLAUSE TO RESTRICT THE OUT PUT.

Is This Answer Correct ?    3 Yes 0 No

How would you code the criteria to restrict the output to be produced?..

Answer / dupe

Various datestep options, can be use to restrict number of
observations
obs=;
firstobs=;
point=obsnum

Is This Answer Correct ?    3 Yes 0 No

How would you code the criteria to restrict the output to be produced?..

Answer / shirisha

using ods

Is This Answer Correct ?    2 Yes 0 No

How would you code the criteria to restrict the output to be produced?..

Answer / selvi

by if exp=codn; - restrict the output to be produced

Is This Answer Correct ?    0 Yes 0 No

How would you code the criteria to restrict the output to be produced?..

Answer / harish

with out proc print statement we can block the out put.

Is This Answer Correct ?    1 Yes 2 No

Post New Answer

More SAS Interview Questions

What are the functions done while Compilation...?

1 Answers   TCS,


what is option year cuttoff in sas

2 Answers   L&T,


how to assign a macro value to a variable?

8 Answers   CitiGroup,


Explain the use of proc print and proc contents?

0 Answers  


What are the differences between proc means and proc summary?

0 Answers  


what is syntax of proc merge ?

7 Answers   TCS,


Hi, I need to create a SAS Map of USA using SAS Graphs(Proc Gmap).The data i have dosent contain any co-ordinates of USA cities or counties or states, and the zip codes are diffrent in the data i have from the zip code in the Maps.US dataset in the Maps Library for SAS MAPS. the data i have is a sales report. i have to generate the maps according to the states,cities aligned in the sales data, HELP Appriciated

1 Answers  


Describe the function and utility of the most difficult SAS macro that you have written?

0 Answers   Oracle,


how can you import .csv file in to sas? : Sas programming

0 Answers  


What do the SAS log messages "numeric values have been converted to character" mean?

0 Answers   Quintiles,


Explain the difference between nodup and nodupkey options?

0 Answers  


What is difference between (a-z) and (a--z)

8 Answers   Accenture,


Categories