if we dont want to print output what we have to do..???give
syntax..???
Answer Posted / pal
ods output close;
| Is This Answer Correct ? | 3 Yes | 10 No |
Post New Answer View All Answers
Difference between informat and format?
What does PROC print, and PROC contents do?
Do we follow ADAM in analysis dataset development?How? Usually which version? Why is it necessary?
What is connection profile? : sas-grid-administration
what are the categories that sas informats are used to the place the data? : Sas-administrator
Mention how to limit decimal places for the variable using proc means?
What can be the size of largest dataset in SAS?
What is the purpose of _character_ and _numeric_?
how does sas handle missing values in functions? : Sas programming
What are the different types of sas functions?
What are the statements that are executed only?
Is the physical structure of the data set in the same orientation as the report? Do you need to reshape the data sets? What method should you use to reshape the data–DATA steps,PROC TRANSPOSE,output data set from a procedure?
What do the put and input function do?
How we can create SAS USER DEFINED CODE?
what is proc Index? and what is proc document?