Search found 53125 matches
- Fri Aug 29, 2008 5:28 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Case sensitive String
- Replies: 3
- Views: 1157
- Fri Aug 29, 2008 5:27 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: sqlcode & sqlstate
- Replies: 6
- Views: 1473
Read my earlier post.
SQLState is for
You will not get it in an Oracle Enterprise stage.
SQLState is for
Code: Select all
ODBC onlyYou will not get it in an Oracle Enterprise stage.
- Fri Aug 29, 2008 5:25 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: 2 header rows and one tail row should be removed
- Replies: 2
- Views: 943
Read the sequential file using a schema that is correct for the detail lines. Add a Reject link - this will capture the headers and trailer because they do not have the same structure as the detail lines. The Reject link can then lead to other stages that can re-parse the captured string (maybe usin...
- Fri Aug 29, 2008 5:20 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Generate Month Calendar
- Replies: 5
- Views: 1669
Use the UNIX cal command. You can call the command from your job or routine. cal August 2008 Su Mo Tu We Th Fr Sa 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 cal mmm gives the calendar for month mmm in the current year. cal mmm yyyy gives the calenday for mont...
- Fri Aug 29, 2008 5:17 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Generate Month Calendar
- Replies: 5
- Views: 1669
- Fri Aug 29, 2008 5:16 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Reading from oracle enterprise stage
- Replies: 5
- Views: 1510
1. Prove that they are NOT NULL (a DESCRIBE would do, but the record schemas from the imported table definitions would be even better). 2. Tell us what stage types you have in your job. In particular, since the error message appears to mention a modify operator, do you have a Modify stage in the job...
- Fri Aug 29, 2008 5:11 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Converting Julian dates to YYYYMMDD
- Replies: 2
- Views: 1900
How do you know to which year the y refers? Is it 1998, 2008, 2018 or something else (for example 8 years after some arbitrary zero year)? What will it be when your job executes in 2011 if y is 8 ? <rant> Who writes these specifications anyway? The need for this compression went away when disks beca...
- Fri Aug 29, 2008 5:09 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Datastage Director
- Replies: 10
- Views: 2888
- Fri Aug 29, 2008 5:07 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: data stage designer
- Replies: 1
- Views: 1084
Welcome aboard. You will need for U to log in again before U can say anything. The second person personal pronoun in English is spelled "you". Plz may or may not be a town in the Balkans - I assume you meant "please". "Hai" is acknowledgment in Japanese. A professional standard of written English is...
- Fri Aug 29, 2008 5:04 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Error While Loading from Progress Database
- Replies: 5
- Views: 2266
- Fri Aug 29, 2008 6:00 am
- Forum: Site/Forum
- Topic: Run Time Error for PX Routine
- Replies: 2
- Views: 4390
- Fri Aug 29, 2008 3:21 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Architecture
- Replies: 1
- Views: 732
Welcome aboard. The last time I did this it took 6 hours, and that to people experienced with 7.5. Admittedly it was more "what's new" rather than just architecture, but the architecture considerations alone took probably an hour of that. I don't propose to be sitting here typing for that long! Ther...
- Fri Aug 29, 2008 3:18 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Processing Large Amounts of data
- Replies: 4
- Views: 2215
Consider ways in which you can build in some parallel processing, for example multi-instance jobs. Can you create an Oracle table of the distinct transaction IDs and join to that, to minimize the number of rows that you need to extract from Oracle? Such a table is called a "bucket table" - it contai...
- Fri Aug 29, 2008 1:22 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to we import SAP data into EXCEl sheet
- Replies: 3
- Views: 2279
- Fri Aug 29, 2008 1:21 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: nested convert function.
- Replies: 3
- Views: 1550