if we dont want to print output what we have to do..???give
syntax..???

Answer Posted / paul

--Output in sas is only through a procedure, so OPTIONS
NOPRINT will disable the output universally, and might be
suitable for a batch run.
--It's advisible to use NOPRINT option with individual
procedures, such as
Proc sql noprint;
<sql >
quit; as it only supress the output for a particular proc.
--ODS listing close; can be used to disable output in
OUTPUT window of SAS session and redirect it to some
external file, if the o/p is not re-directed then we get a
warning in log as:
WARNING: No output destinations active.
--dm out 'clear'; is to clear the output window, it wont
suppress o/p while running a proc.
--The real intensio nof the question must be whether the
user know the technique to re-direct the o/p.

cheers!
-Paul

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

WHAT IS SAS WEB SERVICE and what are the steps to create an xml service ?

2270


what are all the reports you generated in your recent project?

1688


Are you involved in writing the inferential analysis plan? Tables specfications?

2119


Name any two sas spawners? : sas-grid-administration

564


Where do you use proc means over proc freq?

568






What is the difference between order and group variable in proc report?

846


explain what is data set in sas? : Sas-administrator

531


How will you generate test data with no input data?

565


What are types of transport files?

6879


State the difference between INFORMAT and FORMAT ?

599


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

634


What do you know about sas and what we do? : sas-grid-administration

608


What was the last computer book you purchased? Why?

1918


For clinical entire study how many tables will create approx?

1525


How long can a macro variable be? A token? : sas-macro

721