Hi All,
I am posting this question on behalf of my Colleague.
My Colleague and myself running the same SAS code in SAS EG 8.3 version. I am getting full results (about 100s of records), but my colleague is getting only 10 records as an output ( it's happening for all the queries). I have verified the options in the tool tab. But it all looks same for both of us. Please advise me here.
Thanks.
Hi,
It is still showing 10 records only.
This is the example code.
Proc sql;
Select * from work.table;
Quit;
Work.Table has 100 observations and i am able to see all the records. But not my colleague.
Run a PROC CONTENTS on WORK.TABLE in both sessions to see what you start from.
see Maxim 50.
(check the first link of my footnote)
@Kurt_Bremser wrote:
see Maxim 50.
(check the first link of my footnote)
Thanks for your reply @Kurt_Bremser. Somehow it's data level permission issues and he is able to see all the records upon admins help with permission. Thanks again.
SAS Innovate 2025 is scheduled for May 6-9 in Orlando, FL. Sign up to be first to learn about the agenda and registration!
Learn how use the CAT functions in SAS to join values from multiple variables into a single value.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.