Search found 15603 matches
- Wed Oct 03, 2012 11:01 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Calculate the difference in seconds for two timestamps field
- Replies: 3
- Views: 1771
- Wed Oct 03, 2012 6:34 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: To stop records after the value *
- Replies: 16
- Views: 6110
- Wed Oct 03, 2012 5:36 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Number of readers per node --
- Replies: 22
- Views: 7657
- Wed Oct 03, 2012 3:05 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Extract produces nothing but columns repeated as output
- Replies: 7
- Views: 2717
- Tue Oct 02, 2012 8:10 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Calculate Months Since from Date
- Replies: 1
- Views: 1457
Compute the YYYY and the MM from a date and compute X as ((YYYY*12)+MM). Do the same for the other date and subtract the larger from the smaller. This returns 0 for (2012-08-31::2012-08-31) and 1 for (2012-08-31::2012-09-01) and would be the number of calendar months between the two dates and might ...
- Mon Oct 01, 2012 9:40 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Compiler Issue with Transformer
- Replies: 8
- Views: 4070
I hope you realize that you cannot TRIM a CHAR() field. A CHAR(6) filled with spaces is 6 spaces long after a TRIM. I don'T see a stage variable in the IF clause. I assume the COLLTN_APPL_ID and COLLTN_APPL_ID_REF are both Char(9) and COLLTN_APP_TYPE_NM and COLLTN_APPL_TYPE_NM_REF are char(6). If Ma...
- Mon Oct 01, 2012 7:27 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Compiler Issue with Transformer
- Replies: 8
- Views: 4070
- Mon Oct 01, 2012 6:03 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: updating contents in dataset
- Replies: 2
- Views: 1191
- Mon Oct 01, 2012 5:16 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Number of readers per node --
- Replies: 22
- Views: 7657
- Mon Oct 01, 2012 4:44 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Number of readers per node --
- Replies: 22
- Views: 7657
This sounds rather strange indeed. If you run your job with 1-reader-per-node from the designer with a 1-node $APT_CONFIG_FILE configuration then write down the number of records shown as coming out of the files 1, 2 and 3. Then change the number of readers per node and re-run the job. Are the numbe...
- Sat Sep 29, 2012 10:05 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Configuration file (job level)
- Replies: 9
- Views: 3527
- Sat Sep 29, 2012 3:02 am
- Forum: General
- Topic: resource disk is 90% used
- Replies: 6
- Views: 910
- Fri Sep 28, 2012 10:10 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Number of readers per node --
- Replies: 22
- Views: 7657
- Fri Sep 28, 2012 10:09 am
- Forum: General
- Topic: Maximum number of jobs running at a given time
- Replies: 7
- Views: 1636
To expand on the previous answer: there are several hardcoded time limits within DataStage that, when they are passed, trigger jobs to fail. The more things you run in parallel in a timesharing operatings system such as UNIX or Windows, the less time each process gets and therefore the slower proces...
- Fri Sep 28, 2012 7:35 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: getting error on 00000000 while doing stringtodate
- Replies: 14
- Views: 3378