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 |
Please write codes to merge two datasets and keep every record in the first dataset.
Why is SAS considered self-documenting?
here is a string like chq.2312244%4452- from that i want only special characters in a column. dont use compress. bcoz i have 1.2 billion of records.i want another process to find the values instant from the data.
Hi all, If Anybody has Advance SAS Certification dumps??? Please share with me. Email: pramod.kalugade03@gmail.com
explain the proc in sas? : Sas-administrator
What are the difference between sas functions and procedures?
how to read raw data in sas. Do it manually and throw the programming.
what is the difference between proc report and proc format?
How does SAS handle missing values in: assignment statements, functions, a merge, an update, sort order, formats, PROCs?
When looking for data contained in a character string of 150 bytes, which function is the best to locate that data: scan, index, or indexc?
Hi I have list of products in a dataset, which are classified by other name for eg:- there is a product A> Malambo Shiraz Malbec 750ML(0388) which is a Red wine.Now i need to generate a report where it shows if this product appears then it should b displayed as red wine,similarly for other products and other classification. I dont wan use proc format.
How do you write a test plan?