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

Hi Sas, 

when running delete from table thought SQL Passthrough on mssql from OPC batch it errors out 

with ERROR: No data found/modified. 

 

CONNECT TO ODBC AS PASSTHRU
(noprompt="DRIVER={SQL SERVER};DATABASE=&_DB;Trusted_Connection=Yes;SERVER=&_INC;ansiNPW=yes;ansi_null=YES;autotranslate=yes");

    &SQLINI from connection to passThru (
	DELETE FROM SQL.TESTTABLE
	
 );

DISCONNECT FROM passThru;

i have notice that it has been mensioned in the past and there should be a hotfix 

https://support.sas.com/kb/42/537.html

But as for now this is not an option. Does anybody know of any workound to avoid this. 

 

 

 

1 ACCEPTED SOLUTION

Accepted Solutions
3 REPLIES 3
ChrisNZ
Tourmaline | Level 20

1. What's variable SQLINI ?   You need an execute by  statement here, not a select ... from statement.

havmaage
Obsidian | Level 7
Oh sorry &SQLINI has a text string value (select * from )

hackathon24-white-horiz.png

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Updates

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.

SAS Training: Just a Click Away

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

Browse our catalog!

Discussion stats
  • 3 replies
  • 2020 views
  • 0 likes
  • 2 in conversation