Search found 53125 matches
- Fri Jul 23, 2004 5:30 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: A command to describe the hash file
- Replies: 10
- Views: 2533
- Fri Jul 23, 2004 5:10 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: List of Hash files used in all categories
- Replies: 3
- Views: 1191
- Fri Jul 23, 2004 5:05 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Please, HELP
- Replies: 12
- Views: 6634
The dsenv file is a script executed by all DataStage processes, principally to set necessary environment variables. The file is in the DataStage engine directory which, at version 7.x, is defined using the DSHOME environment variable. The file /.dshome may also exist, depending whether or not you're...
- Fri Jul 23, 2004 4:59 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: More than one record from transform stage
- Replies: 5
- Views: 1406
- Fri Jul 23, 2004 4:49 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: A command to describe the hash file
- Replies: 10
- Views: 2533
OK, here we go... @ defines the default output fields for the RetrieVe query language; if there is no @ entry only the key field is displayed @LPTR defines the default output fields for the RetrieVe query language if the LPTR keyword appears in the query; if there is no @LPTR entry @ entry is used. ...
- Fri Jul 23, 2004 4:37 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Change Data Stage Server System Date
- Replies: 2
- Views: 1248
It's the system date. That's where you have to change it. Use the superuser version of the date command on UNIX, or Adjust Date/Time on Windows (you need to be an Administrator). You should be OK if you don't set the date earlier than the date when DataStage was licensed. But make sure you've got a ...
- Fri Jul 23, 2004 4:33 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Please, HELP
- Replies: 12
- Views: 6634
- Fri Jul 23, 2004 4:31 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DataStage UniVerse Repository
- Replies: 2
- Views: 1785
Ascential does not market an ODBC driver for the DataStage Engine. I doubt that the UniVerse ODBC driver would work (since the split of UniVerse and DataStage), because the UniVerse ODBC driver requires a server side component written (and compiled) in UniVerse. DataStage detects programs compiled w...
- Fri Jul 23, 2004 4:25 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: The order in which links are used in a datastage transformer
- Replies: 10
- Views: 2474
- Fri Jul 23, 2004 4:22 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Update table using ODBC
- Replies: 12
- Views: 4154
- Fri Jul 23, 2004 4:20 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DS Repository Interface error
- Replies: 4
- Views: 1284
<rant> It would help to diagnose these errors generated by helper subroutines (such as DSR_RECORD, DSR_SELECT and so on) if the error message included the other input argument values. You can get them in a server-side trace, so why not? Then you could figure out (from DSINCLUDE) what Action 3 is sup...
- Fri Jul 23, 2004 4:16 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Opinion/Discussion on using files at the end of each job
- Replies: 8
- Views: 2243
I almost always advocate staging after extraction and before loading. Not just for the reasons put forward by Kimball and others, and by Ken Bland here particularly, but also because this means that the "T" part of ETL can be fitted into a time window when the databases are unavailable, for example ...
- Fri Jul 23, 2004 4:12 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Doing an ELSE CASE within a CASE
- Replies: 4
- Views: 1061
- Thu Jul 22, 2004 2:51 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DSJ.JOBSTATUS
- Replies: 2
- Views: 2135
The pdf document says DSJS.RESET, DSJS.RUNFAILED, and DSJS.RUNNING are statuses for 'a job that is in progress'. It says DSJS.RUNOK, DSJS.RUNWARN, DSJS.STOPPED, DSJS.VALFAILED, DSJS.VALOK, DSJS.VALWARN are statuses for 'jobs that are not running'. That's just wrong. The only status that a job that ...
- Thu Jul 22, 2004 2:44 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: A command to describe the hash file
- Replies: 10
- Views: 2533
Time to be a little bit pedantic again. The columns that are displayed by an SQL query are specified by a phrase in the dictionary called @SELECT (it only defaults to @ if there is no @SELECT phrase defined). Usually @SELECT is the same as @ but incldues the key column explicitly. But it doesn't hav...