How experienced are you with customized reporting and use
of Data _Null_ features?
Answer Posted / ganesh
This is used for when you dont want any output and u want
to save your time i will not gives u results but the
message can be displayed inthe log.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What are the automatic variables for macro? : sas-macro
Mention what is SAS data set?
What system options would you use to help debug a macro? : sas-macro
How do you control the number of observations and/or variables read or written? Approximately what date is represented by the SAS date value of 730?
Describe a time when you were really stuck on a problem and how you solved it?
What are the difference between the sas data step and sas procs?
if you were told to create many records from one record, show how you would do this using array and with proc transpose? : Sas programming
do you prefer proc report or proc tabulate? Why? : Sas programming
what has been your most common programming mistake? : Sas programming
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 is the use of divide function?
what is hash files in sas and why we are using this one in sas?
What is the use of %include statement?
How can you create a macro variable with in data step? : sas-macro
What do the put and input function do?