if we dont want to print output what we have to do..???give
syntax..???
Answer Posted / ramesh varma
proc print data=dsn;
run cancel;
| Is This Answer Correct ? | 0 Yes | 4 No |
Post New Answer View All Answers
how does sas handle missing values in formats? : Sas programming
Differences between where and if statement?
how does sas handle missing values in assignment statements? : Sas programming
Difference between informat and format?
How do you debug and test your SAS programs?
how can you put a "trace" in your program? : Sas programming
How to convert a numeric variable to a character variable?
Mention how to limit decimal places for the variable using proc means?
How would you identify a macro variable? : sas-macro
How can you create a macro variable with in data step? : sas-macro
I have a dataset concat having variable a b & c. How to rename a b to e & f?
What are the parameters of scan function?
What is the maximum length of the macro variable?
what are some problems you might encounter in processing missing values? In data steps? Arithmetic? Comparisons? Functions? Classifying data? : Sas programming
What is Linear Regression?