BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
Gexern
Fluorite | Level 6
Yes, I do understand why they want to protect the data sets, as if they are changed disaster ensues. But would it be damaging to have read, but not write access? Since if I had read access I could maybe get data from them, but not make any changes?
Quentin
Super User
Perfectly reasonable to ask for read access, particularly as you have it through the view already. Of course since they've got through serious lengths to hide the view from you, it's possible they're doing some trickery in the view that they don't want to let you avoid (e.g. masking sensitive data).
The Boston Area SAS Users Group (BASUG) is hosting our in person SAS Blowout on Oct 18!
This full-day event in Cambridge, Mass features four presenters from SAS, presenting on a range of SAS 9 programming topics. Pre-registration by Oct 15 is required.
Full details and registration info at https://www.basug.org/events.
Gexern
Fluorite | Level 6
Ah, yes, that would make sense. As it is indeed sensitive data and they "scramble" it before I see it. So it might be that!
mkeintz
PROC Star

What you might do is get them to make a view for each yearly dataset (they were yearly datasets, iirc).  They could use a single common code to mask what they want to mask in each such view.  Then you could just select from a union of the subset of view of interest to you. 

 

It would be a minimal one-time (or one-time per year) effort on the db manager's part.  And not only would you save time, but they would conserve a lot of computing resources for use by your colleagues.

 

 

--------------------------
The hash OUTPUT method will overwrite a SAS data set, but not append. That can be costly. Consider voting for Add a HASH object method which would append a hash object to an existing SAS data set

Would enabling PROC SORT to simultaneously output multiple datasets be useful? Then vote for
Allow PROC SORT to output multiple datasets

--------------------------

SAS Innovate 2025: Call for Content

Are you ready for the spotlight? We're accepting content ideas for SAS Innovate 2025 to be held May 6-9 in Orlando, FL. The call is open until September 25. Read more here about why you should contribute and what is in it for you!

Submit your idea!

How to Concatenate Values

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.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

Discussion stats
  • 18 replies
  • 1625 views
  • 8 likes
  • 5 in conversation