Search found 53125 matches
- Thu Sep 29, 2005 4:30 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: surrogate ID generation in DS EE
- Replies: 18
- Views: 6832
Try searching the forum and on-line help. For example you will learn that there is a Surrogate Key Generator stage in DS EE. There are many other techniques within DS, which your search will uncover. It mainly boils down to two questions for me. One is whether other agencies are likely to be updatin...
- Thu Sep 29, 2005 4:25 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Not able to see any parallel jobs in Job category
- Replies: 4
- Views: 1359
- Thu Sep 29, 2005 4:24 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: ERROR when compling parallel job having transfeprmer stage
- Replies: 9
- Views: 3544
Re: ERROR when compling parallel job having transfeprmer sta
I think you should have installed Visual Studio .Net Before you install DataStage. I think parallel extender server is mostly loaded in Unix OS, Installing .net in Unix is how much reality, I do not know. This option does not hold good If I'm wrong do correct me The OP specified a Windows server. T...
- Thu Sep 29, 2005 4:22 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: About data set mgt
- Replies: 5
- Views: 1318
- Thu Sep 29, 2005 1:26 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: END-OF_MONTH, ADD_MONTHS, NUM_OF_WEEKS
- Replies: 4
- Views: 1351
I have a bulletproof routine for doing that. Anyone who engages my professional services for DataStage is entitled to the suite, which includes AddDays, AddWeeks, AddMonths and AddYears (both to dates and to timestamps), fully documented and tested. Essentially the algorithm is to add the months, ad...
- Thu Sep 29, 2005 1:19 am
- Forum: Data Quality Best Practices
- Topic: Before or after??
- Replies: 9
- Views: 11996
After has no real advantages for the ETL process. But that should not preclude ongoing data quality audits of the DW to ensure that processes are not out of control. It is much better to address data quality issues before or during ETL. That way you are much more likely to load "good" data and handl...
- Thu Sep 29, 2005 1:15 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: About data set mgt
- Replies: 5
- Views: 1318
The configuration file should be irrelevant to Data Set management. Information about the location of the files making up a persistent Data Set is contained in the Data Set's control file. When you use orchadmin -rm name.ds you specify the name of the Data Set's control file from which the location ...
- Thu Sep 29, 2005 1:12 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Serverjob - Parameters in column derivation
- Replies: 8
- Views: 3446
- Thu Sep 29, 2005 1:09 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Upgrade DS 4 to 5 issues with AS400
- Replies: 12
- Views: 4502
Stop pushing. We post as and when we can. Read the post I recommended. Right now I am posting during a break in a training class that I'm running, when I could be eating snacks and drinking coffee. As far as I am aware/concerned, there is no such thing as an "AS/400 database". From one point of view...
- Thu Sep 29, 2005 1:03 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Serverjob - Parameters in column derivation
- Replies: 8
- Views: 3446
I would never put a sql function into a column derivation, simply because it doesn't work. You can certainly use job paramter values in column derivations (I'm assuming that we're in a Transformer stage here). It's the SQL functions that you can't have. On the other hand, if you have an ADD_MONTHS a...
- Thu Sep 29, 2005 12:54 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Semaphores / batch queues
- Replies: 5
- Views: 1155
- Thu Sep 29, 2005 12:50 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: using @USER0 in Sequential stage file name
- Replies: 8
- Views: 1975
- Thu Sep 29, 2005 12:46 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Conversion code
- Replies: 9
- Views: 2192
- Wed Sep 28, 2005 11:08 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: slowly changing dimensions
- Replies: 2
- Views: 803
- Wed Sep 28, 2005 11:07 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: END-OF_MONTH, ADD_MONTHS, NUM_OF_WEEKS
- Replies: 4
- Views: 1351
Welcome aboard! :D Start by reviewing Transforms such as MONTH.LAST, MONTH.FIRST and so on. Then search the forum for suggestions. Get back if you're still struggling. Adding weeks is easy. It's adding (7 * days). Since dates are stored internally as days (search for Iconv() function), this is simpl...