if we dont want to print output what we have to do..???give
syntax..???
Answers were Sorted based on User's Feedback
proc print data= dataset name noprint;
run;
| Is This Answer Correct ? | 12 Yes | 3 No |
Answer / chandu
OPTIONS NOPRINT;
Since the question was not specified the procedure. We can use the global SAS statement where we can specify the noprint option.
| Is This Answer Correct ? | 4 Yes | 1 No |
Answer / 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 |
What is the registered Key word is sas????
How would you delete observations with duplicate keys?
what is fact table and factless table?
explain the key concept of sas? : Sas-administrator
Explain substr function?
How would you include common or reuse to be processed along with your statements?
In proc transpose and data step with arrays which one you pick?
0 Answers Accenture, Quintiles,
explain about data integrator metadata reports? : Sas-di
What Proc glm does?
How we will Developing new reports Using Data step programming and Macros ?
Can you suggest us materials for sdtm mapping?
what type of graphs we will create(for 2+years candidates)?