If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > Other > SAS Language

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 02-15-05, 04:46
Sidnet Sidnet is offline
Registered User
 
Join Date: Oct 2003
Posts: 28
Question SAS Language

Is anyone of you know SAS LANGUAGE

Is the

Proc sql innobs=1 ; is the statement who let the user request to get the only one rows from the Oracle SQL REQUEST or for the SAS DATA SET only one row

for instance table 1 has got 50000 rows

when we do

proc sql innobs=1 ;
proc sql;
select * from table 1 ;
quit ;

Does SAS make the entire CURSOR for 5000 rows and place the all rows in the SASWORK and take the only one row for the display of the result ??

Or Does SAS make place the one row in the SAS WORK ???

Thanks for the reply

Sidnet
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On