Search found 42189 matches
- Wed Aug 20, 2008 9:25 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: datastage error
- Replies: 8
- Views: 1495
- Wed Aug 20, 2008 9:04 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: datastage error
- Replies: 8
- Views: 1495
- Wed Aug 20, 2008 8:32 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: datastage error
- Replies: 8
- Views: 1495
- Wed Aug 20, 2008 8:27 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: SQL Server Load stage (Datastage type to OLE DB type error)
- Replies: 9
- Views: 10243
- Wed Aug 20, 2008 7:23 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Unable to find the Environment Variable Settings
- Replies: 5
- Views: 1231
- Wed Aug 20, 2008 7:21 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Reading from sequential file
- Replies: 4
- Views: 1230
- Wed Aug 20, 2008 7:15 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Installing NLS after the DataStage installation
- Replies: 6
- Views: 3191
- Wed Aug 20, 2008 7:14 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: not getting the records in job logs
- Replies: 3
- Views: 1108
- Wed Aug 20, 2008 7:01 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: behaviour of NULLTOZERO against primarykey field
- Replies: 4
- Views: 2533
- Wed Aug 20, 2008 6:58 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Ordering links within a job
- Replies: 8
- Views: 2286
LINK 2 and LINK 1 are NOT completing simultaneously, LINK 2 will finish first so the hashed file is built for the main processing flow and only then will LINK 1 start. It may be fast enough that it appears to be simultaneous but it's not. As noted, you'll need to two jobs if you want to keep this i...
- Wed Aug 20, 2008 6:51 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Service IBMWAS6Service not running
- Replies: 9
- Views: 7268
- Wed Aug 20, 2008 6:48 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: BLOB Data
- Replies: 19
- Views: 12167
- Tue Aug 19, 2008 4:50 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Before/After Stage subroutines
- Replies: 1
- Views: 1515
1. Wherever you tell it to look. Assuming a relative path, that would be controlled by your $PATH environment variable. In Windows it will look in your 'current working directory' first from what I recall, which for DataStage means the Project directory the job is running from, then check $PATH. It ...
- Tue Aug 19, 2008 4:43 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: BLOB Data
- Replies: 19
- Views: 12167
- Tue Aug 19, 2008 4:27 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Question reg. FTP Stage
- Replies: 12
- Views: 8067
You only lose functionality in an 'after job' subroutine if you don't code it in. So whatever you need it to log, code that in. If you need to abort the job, either log a fatal error or set the exit status to a non-zero value. If you need the routine to do multiple things, no reason you can't code m...