Search found 42189 matches
- Wed Jan 23, 2013 4:49 pm
- Forum: General
- Topic: How to pass filenames 1 at a time to server routine
- Replies: 2
- Views: 827
- Wed Jan 23, 2013 1:23 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Folder stage Issue
- Replies: 10
- Views: 3305
- Wed Jan 23, 2013 12:44 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Folder stage Issue
- Replies: 10
- Views: 3305
- Wed Jan 23, 2013 9:31 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Slowly Changing Dimension Stage - size limitations?
- Replies: 5
- Views: 2933
- Wed Jan 23, 2013 9:28 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: replace special characters
- Replies: 16
- Views: 8504
- Wed Jan 23, 2013 8:52 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: replace special characters
- Replies: 16
- Views: 8504
- Wed Jan 23, 2013 8:03 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: change current date + different second for each row
- Replies: 19
- Views: 5106
- Wed Jan 23, 2013 8:00 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: replace special characters
- Replies: 16
- Views: 8504
- Wed Jan 23, 2013 7:56 am
- Forum: General
- Topic: Previous day in User variable activity
- Replies: 3
- Views: 2569
- Wed Jan 23, 2013 7:51 am
- Forum: General
- Topic: IS 9.1 Installation on RHEL 6.0 - DB2 instance start problem
- Replies: 2
- Views: 1170
Not a DB2 guy, but are you certain the instance is configured to start automatically? The link is specific to another component: On Red Hat Enterprise Linux 6 (RHEL6) systems, the DB2 Fault Monitor Coordinator daemon (db2fmcd) is not restarted after a system restart. As a result, DB2 instances are a...
- Tue Jan 22, 2013 2:38 pm
- Forum: General
- Topic: Pass job parameter inside Job Control
- Replies: 5
- Views: 1363
- Tue Jan 22, 2013 2:31 pm
- Forum: General
- Topic: Pass job parameter inside Job Control
- Replies: 5
- Views: 1363
You know, I used to religiously follow those steps to take parameters from the current job or job control and then pass them to another job. One day, I accidently skipped the 'get param' part and it still worked. Meaning they were there and accessible, I believe the get is only needed when you need ...
- Tue Jan 22, 2013 10:41 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Problem reading a sequential file
- Replies: 7
- Views: 2281
- Tue Jan 22, 2013 10:07 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Problem reading a sequential file
- Replies: 7
- Views: 2281
- Tue Jan 22, 2013 8:05 am
- Forum: General
- Topic: Pass job parameter inside Job Control
- Replies: 5
- Views: 1363
Welcome! First, as a Best Practice I would suggest you use a Sequence job to accomplish this rather than putting it in another job's Job Control tab. Visibility is one issue, so is restartability. However, first suggestion would be to check that ErrCode value and use DSLogInfo() to record the result...