Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


When you will use nowd option in report???

Answers were Sorted based on User's Feedback



When you will use nowd option in report???..

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

When you will use nowd option in report???..

Answer / vipul bhatnagar

nowd option don't let sas to use window editor.

Is This Answer Correct ?    7 Yes 2 No

When you will use nowd option in report???..

Answer / aarti

NOWD option runs the Proc Report without the report window.
Sas writes in traditional output file like in html body,rtf
or pdf files.

Is This Answer Correct ?    4 Yes 1 No

When you will use nowd option in report???..

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

When you will use nowd option in report???..

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

When you will use nowd option in report???..

Answer / srinu

As per my knowledge If we use the ODS in the proc report that time we use the nowd.

Is This Answer Correct ?    0 Yes 7 No

Post New Answer

More SAS Interview Questions

How will you assign all the variables of an dataset into a macro variable separated by a space? For example if a dataset has variables A,B,C. Assign them to a macro variable X as X=A B C

3 Answers   Accenture, Oracle,


if a program has some 1000 or more line and how to know whether the syntax of the particular code is correct without checking it manually

4 Answers   Accenture,


Can you use a macro within another macro? If so how would SAS know where the current acro ended and the new one began?

1 Answers  


what are different type of sas servers ? On which server does the sas code execute ?

4 Answers   TCS,


What are the difference between sas functions and procedures?

0 Answers  


How to convert HTML file into SAS dataset?

0 Answers  


What SAS statements would you code to read an external raw data file to a DATA step?

10 Answers   NIIT,


What does a PROC TRANSPOSE do?

8 Answers   Accenture,


What are the main differences between sas versions 8.2, 9.0, 9.1?

4 Answers  


How to display duplicate observations in data?

1 Answers  


What is highest missing value for numeric?

1 Answers  


There is a field containing a date. It needs to be displayed in the format “ddmonyy” if it’s before 1975,”dd mon ccyy” if it’s after 1985, and as ‘disco years’ if its between 1975 and 1985. How would you accomplish this in data step code? Using only PROC FORMAT.

3 Answers   CTS,


Categories