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

sas-innovate-2024.png

Available on demand!

Missed SAS Innovate Las Vegas? Watch all the action for free! View the keynotes, general sessions and 22 breakouts on demand.

 

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.

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
  • 1 reply
  • 775 views
  • 0 likes
  • 2 in conversation