Search found 6797 matches
- Thu Jan 25, 2007 2:13 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Best way to implement a business logic in C
- Replies: 9
- Views: 2573
i didnt get u..what do u mean by none of them are compiling..yes we had issues when compiling transformers which had lot of code..but the requirements are so weird that we had to go for a c implementaion in build op. but there was some debate over using a buildop or making them as uder defined rout...
- Thu Jan 25, 2007 2:11 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Populating A user defined enviroment variable TIMESTAMP Data
- Replies: 17
- Views: 4192
- Thu Jan 25, 2007 1:58 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Populating A user defined enviroment variable TIMESTAMP Data
- Replies: 17
- Views: 4192
- Thu Jan 25, 2007 1:56 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Best way to implement a business logic in C
- Replies: 9
- Views: 2573
- Thu Jan 25, 2007 1:55 pm
- Forum: General
- Topic: Regarding parameters
- Replies: 15
- Views: 6147
- Thu Jan 25, 2007 1:49 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: changing a column to row
- Replies: 6
- Views: 1144
So everything in a straight line. Its going to be a very long line if you have huge number of records. You can use stage variables to attach, concatenate the columns and load it to a hashed file keyed on a dummy static key. Once your done. your hashed file will have a single line with everything con...
- Thu Jan 25, 2007 1:46 pm
- Forum: General
- Topic: Regarding parameters
- Replies: 15
- Views: 6147
I dont think any order is necessary. These are environment varaibles. Open your datastage adminstrator, go to your project properties, click on environment variables. You will see a list of all the variables there. You can add and remove parameters there. You can add prompts there that can inturn gi...
- Thu Jan 25, 2007 1:41 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Dimension View
- Replies: 8
- Views: 2085
- Thu Jan 25, 2007 1:37 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Custom Stage in Windows
- Replies: 11
- Views: 4512
- Thu Jan 25, 2007 1:34 pm
- Forum: General
- Topic: Regarding parameters
- Replies: 15
- Views: 6147
- Thu Jan 25, 2007 1:26 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Partitions in DataStage - DB2UDB
- Replies: 2
- Views: 847
- Thu Jan 25, 2007 1:18 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: column import stage error=must be of type string or raw
- Replies: 4
- Views: 1270
- Thu Jan 25, 2007 1:17 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: changing a column to row
- Replies: 6
- Views: 1144
- Thu Jan 25, 2007 1:15 pm
- Forum: General
- Topic: NUMBER data types
- Replies: 6
- Views: 2709
- Thu Jan 25, 2007 1:07 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: FTPing Multiple Files with Parameters
- Replies: 11
- Views: 3299
Thats unix style. Was hoping it would work on NT. Anyways, check out thiswebsite. It tells you how to build a NT ftp script.