If you’re not wanting any SAS output from a data step, how
would you code the data statement to prevent SAS from
producing a set?
Answer Posted / prateek
I think one should not be stopped from giving answeres, the
reader should apply his/her knowledge also.
Anyways the DATA _NULL_; statement is the correct answere.
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
what do the mod and int function do? What do the pad and dim functions do? : Sas programming
How do you control the number of observations and/or variables read or written?
What do you code to create a macro? : sas-macro
Name some categories in sas 9? : sas-grid-administration
How would you include common or reuse to be processed along with your statements?
Which command is used to perform sorting in sas program?
If you need the value of a variable rather than the variable itself what would you use to load the value to a macro variable? : sas-macro
How we can create SAS USER DEFINED CODE?
Differentiate between format and informat? : sas-grid-administration
How you can read the variables that you need?
How would you code a merge that will write the matches of both to one data set, the non-matches from the left-most data?
what are sas/access and sas/connect? : Sas programming
What do the mod and int function do? : Sas programming
what are the types of interactive display types? : Sas-bi
How to create list output for cross-tabulations in proc freq?