Search found 6797 matches
- Thu Jan 04, 2007 3:17 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Date Format
- Replies: 11
- Views: 2549
- Thu Jan 04, 2007 2:29 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: load sequential file with varying number of columns
- Replies: 7
- Views: 2733
- Thu Jan 04, 2007 2:18 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: load sequential file with varying number of columns
- Replies: 7
- Views: 2733
- Thu Jan 04, 2007 2:15 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: ExecCommand output value
- Replies: 44
- Views: 10563
- Thu Jan 04, 2007 2:10 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: "Telnet Before Command" sporadically not running c
- Replies: 12
- Views: 4187
Not everything will be outlined. In DataStage there are more ways than one to achieve a task. Are they all good ? No, Are they all supported? maybe not. Telnet execution might not be able to react to the return code, but before/after job subroutine does. So can a routine. Some functions have some ca...
- Thu Jan 04, 2007 1:25 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Help: Abnormal termination of stage
- Replies: 13
- Views: 4639
- Thu Jan 04, 2007 12:43 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: how to create multiple rows from a row
- Replies: 10
- Views: 3766
Granted. This will take more work than just a simple use of multiple pivot stages as the number of fields that are comma delimited are unknown. Pivot stage would have worked if the comma delimited columns (3, 4 and 5) were static. You need something like awk. Here is what i came up with. This script...
- Thu Jan 04, 2007 12:33 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to get source file's name into a transformer?
- Replies: 12
- Views: 4328
Do it at the OS level. Do a
Now you have that name in a file. Read it in your job and load it in the table. You can run this command in the before job subroutine 'ExecSH'
Code: Select all
ls <dir path>| grep "FILENAME" | awk -F"\_" '{print $2}' > result.txt
Now you have that name in a file. Read it in your job and load it in the table. You can run this command in the before job subroutine 'ExecSH'
- Thu Jan 04, 2007 11:52 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Deriving different Levels
- Replies: 17
- Views: 4705
- Thu Jan 04, 2007 11:23 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Deriving different Levels
- Replies: 17
- Views: 4705
- Thu Jan 04, 2007 11:22 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: "Telnet Before Command" sporadically not running c
- Replies: 12
- Views: 4187
Well, if DataStage is used properly then it wouldnt frustrate you. I have been using DS for doing different things, from awk scripts to calling ftp scripts, from file size checking on windoze box to using c routines. Its been good to me. You could create a routine and execute the shell via DSExecute...
- Thu Jan 04, 2007 10:20 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Specifying first line is column name
- Replies: 3
- Views: 1078
- Thu Jan 04, 2007 10:13 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: "Telnet Before Command" sporadically not running c
- Replies: 12
- Views: 4187
- Thu Jan 04, 2007 10:09 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Specifying first line is column name
- Replies: 3
- Views: 1078
- Thu Jan 04, 2007 10:07 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Help: Abnormal termination of stage
- Replies: 13
- Views: 4639