BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
barlocaroni
Obsidian | Level 7

Hi everyone,
... a small question about PROC SQL pass-through to Oracle.

Is there an option to turn off the AUTOCOMMIT? and where should I put it? on the libname definition, on the dataset name, on the connection string?

Tks a lot

Carlo

1 ACCEPTED SOLUTION

Accepted Solutions
LucaCampa74
Calcite | Level 5

There is a LIBNAME Statement Option so put in your statement AUTOCOMMIT=NO.

For mre details see 

https://documentation.sas.com/?cdcId=pgmsascdc&cdcVersion=9.4_3.5&docsetId=acreldb&docsetTarget=p174...

View solution in original post

2 REPLIES 2
LinusH
Tourmaline | Level 20

You can set it on the LIBNAME statment if you are using CONNECT USING.

Otherwise try it in an EXECUTE block.

Not tested...

Data never sleeps
LucaCampa74
Calcite | Level 5

There is a LIBNAME Statement Option so put in your statement AUTOCOMMIT=NO.

For mre details see 

https://documentation.sas.com/?cdcId=pgmsascdc&cdcVersion=9.4_3.5&docsetId=acreldb&docsetTarget=p174...

hackathon24-white-horiz.png

The 2025 SAS Hackathon Kicks Off on June 11!

Watch the live Hackathon Kickoff to get all the essential information about the SAS Hackathon—including how to join, how to participate, and expert tips for success.

YouTube LinkedIn

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
  • 2 replies
  • 1240 views
  • 2 likes
  • 3 in conversation