Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: wdeny
  • Order by date
  1. wdeny

    datastage: job parameter read from table in database

    Here's the code: Funcion: ExecSQL(OraHost, OraUser, OraPassword, SQL) Note: Although built for Oracle, works with ANY ODBC Data Source. ********************************************************** #include DSINCLUDE ODBC.H Common /execsql/ result, rowcount, info rowlimit = 0 fcname =...
  2. wdeny

    Stage Sequence Control

    Here's how: First, create the function below (I call it "WaitForStage") as a before/after job routine: ********************************************************* #include DSINCLUDE JOBCONTROL.H StartTime = time() Call DSLogInfo("Start waiting for ":InputArg...

Part and Inventory Search

Back
Top