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 / koduri
using DATA _NULL_;
| Is This Answer Correct ? | 19 Yes | 0 No |
Post New Answer View All Answers
what type of graphs we will create(for 2+years candidates)?
what versions of sas have you used (on which platforms)? : Sas programming
What can be the size of largest dataset in SAS?
What is auto call macro and how to create a auto call macro? What is the use of it? How to use it in sas with macros? : sas-macro
How would you define the end of a macro?
how will you locate the sas platform applications? : Sas-bi
how does sas handle missing values in assignment statements? : Sas programming
what is the difference between infile and input? : Sas-administrator
In proc transpose and data step with arrays which one you pick?
Difference between informat and format?
what is sas enterprise intelligence architecture? : Sas-bi
What are the statements that are executed only?
if a variable contain dates like "2015/01"---"2015/12" (yymm) ,How to add day to those dates,if them month is jan then 31 if the month is feb then 28 so on ...
What makes sas stand out to be the best over other data analytics tools?
How do you control the number of observations and/or variables read or written?