When you will use nowd option in report???
Answers were Sorted based on User's Feedback
Answer / kumar
if we run the programme in report procedure we will get results in report window,if we use nowd option we will get reults in output window...
| Is This Answer Correct ? | 21 Yes | 0 No |
Answer / vipul bhatnagar
nowd option don't let sas to use window editor.
| Is This Answer Correct ? | 7 Yes | 2 No |
Answer / 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 |
Answer / le0nn
to open an iterative window; to show the result that u xpected, unlike output window(where result differ seemingly).
| Is This Answer Correct ? | 0 Yes | 2 No |
Under what circumstances would you code a SELECT construct instead of IF statements?
How would you combine 3 or more tables with different structures?
What is the role of administrative users? : sas-grid-administration
WHAT DOES A SAS SPECIFICATION DOCUMENT SDS CONTAIN ?
what are the softwares and applications that are used most frequently used by sas bi applications developers? : Sas-bi
What is the difference between INPUT and INFILE ?
How would you invoke a macro? : sas-macro
Mention common programming errors committed in sas ?
What are types of transport files?
2 Answers PRA Health Sciences, Quintiles,
Can you use a macro within another macro? If so how would SAS know where the current acro ended and the new one began?
If you were told to create many records from one record, show how you would do this using array and with proc transpose?
Mention how to limit decimal places for the variable using proc means?