BookmarkSubscribeRSS Feed
Jsendzik
Fluorite | Level 6

Hey,

I just learned about the power of proc datasets and was wondering what would happen if I used this procedure on data stored on a SQL server. Does it affect the way the data is stored there? Right now I'm dumping the data into a dummy data set before modifying it's attributes. I'm just concerned, that if I use this procedure on data without creating the dummy data set, I might have people screaming at me about making changes to the formats of their data.

Thanks

1 REPLY 1
jakarman
Barite | Level 11

The sas/access interface is attempting to make the behavior of an external dbms and sas datasets transparant. Yes the "proc datasets" will do some tricks like "delete a:" .

You must have del data definition language access.

Can you do all tricks of "proc datasets" NO.

That is because the proc datasets was designed for sas datasets and the audit trail gig concepts are not existent with an external dbms.

---->-- ja karman --<-----

hackathon24-white-horiz.png

2025 SAS Hackathon: There is still time!

Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!

Register Now

What is Bayesian Analysis?

Learn the difference between classical and Bayesian statistical approaches and see a few PROC examples to perform Bayesian analysis in this video.

Find more tutorials on the SAS Users YouTube channel.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 1 reply
  • 1219 views
  • 0 likes
  • 2 in conversation