When you will use nowd option in report???
Answer Posted / suri
it is supressing to print the report in proc report window
example:-proc report data=ds1 nowd;
run;
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
what are _numeric_ and _character_ and what do they do? : Sas programming
Which function is used to count the number of intervals between two sas dates?
Explain what Proc glm does?
how to change the execute of macro
What is the basic structure of the SAS base program?
To what type of programms have you used scratch macros?
explain what is data set in sas? : Sas-administrator
how to remove duplicates using proc sql?
describe about metadata object? : Sas-di
what is the difference between nodup and nodupkey options? : Sas programming
What are the statements in proc sql?
How would you identify a macro variable? : sas-macro
Give some ways by which you can define the variables to produce the summary report (using proc report)?
what do the sas log messages "numeric values have been converted to character" mean? What are the implications? : Sas programming
how would you create a data set with 1 observation and 30 variables from a data set with 30 observations and 1 variable? : Sas programming