Relatively new to datastage, quite possibly a stupid question.
From datastage, I want to run a database query against a SQL Server database. The query is a delete query with a hardcoded WHERE clause (not my decision).
What I cannot figure out is how to run a query through the ODBC connector without inputs or outputs. If I don't link the connector to either an input or output, the 'Usage' section of the ODBC connector does not appear.
Is it possible to make the 'Usage' section appear without linking inputs/outputs? If not, is there another alternative in datastage to accomplishing what I have described?
DataStage only writes to a database when data comes from a link.
What you can do is :
You don't have to use data on the generated row, it's just necessary to trigger action on the target.