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

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

Explain the use of proc print and proc contents?

1013


Mention what is SAS data set?

1177


What are common programming errors committed in sas

1183


What is substr function?

1239


Explain the main difference between the sas procedures and functions? : Sas-administrator

1112


What is the difference between nodupkey and nodup options?

1078


How to include or exclude specific variables in a data set?

1163


How to limit decimal places for the variable using proc means?

1120


Difference between SAS STATA & SPSS?

1176


what is the different between functions and procs that calculate the same simple descriptive statistics? : Sas programming

1146


What is the command used to find missing values?

1143


Explain bmdp procedure?

1082


Differentiate between ceil and floor functions.

1198


What are the 3 components in sas programming?

1238


how does sas handle missing values in functions? : Sas programming

1280