if we dont want to print output what we have to do..???give
syntax..???
Answer Posted / 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 |
Post New Answer View All Answers
Given an unsorted data set, how to read the last observation to a new data set?
what has been your most common programming mistake? : Sas programming
what is business intelligence? : Sas-bi
what is the one statement to set the criteria of data that can be coded in any step? : Sas programming
AE datasets names? how many types?
Are you involved in writing the inferential analysis plan? Tables specfications?
what are informats in sas? : Sas-administrator
This entry was posted in General. Bookmark the permalink. Post a comment or leave
How to include or exclude specific variables in a data set?
Give an example where SAS fails to convert character value to numeric value automatically?
What are the uses of sas?
How do you specify the number of iterations and specific condition within a single do loop?
What are the five ways to do a table lookup in sas? : sas-grid-administration
What is the purpose of _character_ and _numeric_?
Assuming {et} is randomly drawn from N(0,1) and e0 = 0, generate 200 observations of xt = et − 0.5e(t−1) and draw a line graph of xt.