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...


What happens in the following code, if u type 8 instead of
*?
proc sql noprint;
create table abc as
select 8 from lib.abc;
quit;

Answers were Sorted based on User's Feedback



What happens in the following code, if u type 8 instead of *? proc sql noprint; create table abc..

Answer / sasuser

It will have one column with value 8 in table abc.

Is This Answer Correct ?    13 Yes 1 No

What happens in the following code, if u type 8 instead of *? proc sql noprint; create table abc..

Answer / ragg

it will just print '8' many times in output window

Is This Answer Correct ?    6 Yes 0 No

What happens in the following code, if u type 8 instead of *? proc sql noprint; create table abc..

Answer / prr

Hi Friends,
If we write 8 in the place of * then SAS Assigns,
8 for all the observations in the output window.

Is This Answer Correct ?    6 Yes 0 No

Post New Answer

More SAS Interview Questions

what is PhaseIII, ODS, TLG, Macro and Proc in SAS

0 Answers  


how does sas handle missing values in functions? : Sas programming

0 Answers  


How do you download a flat file from Mainframe to your local PC using SAS?

3 Answers  


What are TEAEs

2 Answers   Accenture, Quintiles,


How could you generate test data with no input data?

6 Answers   Quintiles,


why is a stop statement needed for the point=option on a set statement? : Sas programming

0 Answers  


Explain why double trailing @@ is used in input statement?

0 Answers  


explain the concepts and capabilities of business object? : Sas-bi

0 Answers  


I Here clinical SAS training by Ramesh Azmeera is good. Is it confirm ?

2 Answers  


I am having a stored process.it needs to route my report to both hthml and Xls.By default SP routes to html.I used the PRINTTO to route the html to Xls.BUt it createsthe file not but no content was written to file(0KB)?how can i do it?

1 Answers  


What is the work of tranwrd function?

0 Answers  


What is Transaction...? And what are Comment, Roll back n Save point..?

2 Answers  


Categories