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 |
What are the best sas programming practices for handling very large datasets? : sas-grid-administration
Mention what is the difference between nodupkey and nodup options?
What is the purpose of trailing @ and @@? How do you use them?
How to include or exclude specific variables in a data set?
Differences between where and if statement?
1.How to draw pivot tables in Excel by using SAS and in which version we can use VB script for to draw pivot tables in Excel? Answer with example data. 2.What are the advantages of _NULL_ in Data steps? Can we use _NULL_ in Proc steps also? 3. How to call the macro variable into Data Steps? 4. Can we draw pivot tables in Excel using Proc SQL? Please post answers for the above questions with suitable examples, and how to use VB script for Excel using SAS.
if you have 365 no of data set and each one having different variable from each other. how will you read by creating macros and create a single data set.
how to assign a macro value to a variable?
If i doest required Cumilative frequency in my table, generated by using PROC FREQ what i had to do?
How do you debug macros?
What is the difference Using & and && in the macro variables
Briefly explain input and put function?