Search found 15603 matches
- Fri Jun 20, 2008 12:35 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Improving Performance in server jobs
- Replies: 5
- Views: 1496
- Thu Jun 19, 2008 8:54 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Error reading Excel file
- Replies: 5
- Views: 2986
- Thu Jun 19, 2008 8:50 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Sequential File - Logic required
- Replies: 5
- Views: 1068
- Thu Jun 19, 2008 8:48 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Named pipes example
- Replies: 4
- Views: 1413
- Thu Jun 19, 2008 8:47 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Error reading Excel file
- Replies: 5
- Views: 2986
- Thu Jun 19, 2008 8:45 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Date Hour calculation
- Replies: 4
- Views: 1781
- Thu Jun 19, 2008 7:35 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How can I Unlock my DS Job
- Replies: 1
- Views: 947
Re: How can I Unlock my DS Job
Gopalraja wrote:...Is it possible to unlock the Job without killing the Process ID in Unix or without restart the DS Server.
You can edit your $DSHOME/dsdlockd.config file and set "start=1", then start the deadlock daemon with the command
Code: Select all
nohup bin/dsdlockd >> dsdlockd.log 2>&1 &- Thu Jun 19, 2008 6:56 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Sequential File - Logic required
- Replies: 5
- Views: 1068
You can use an external filter and implement your choice of awk/sed or other program call that will only copy the part of the file you want or declare the file with just one big string record, run it through a transform to use substring commands to filter out the unwanted records, then use a column ...
- Thu Jun 19, 2008 6:22 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: messages getting truncated when writing into MQ
- Replies: 3
- Views: 1325
- Thu Jun 19, 2008 6:20 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Sequential File - Logic required
- Replies: 5
- Views: 1068
- Thu Jun 19, 2008 6:04 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Trim ' and "
- Replies: 3
- Views: 1112
In Server would work but I don't know if that applies to PX transforms. If not, use
Code: Select all
TRIM(\"'\,'A')Code: Select all
TRIM(CHAR(34):CHAR(39),'A')- Thu Jun 19, 2008 5:14 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to View lookup fileset data which is in .fs Format
- Replies: 1
- Views: 592
- Thu Jun 19, 2008 4:02 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Get project path
- Replies: 1
- Views: 493
- Thu Jun 19, 2008 3:49 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Duplicated entries although using RemoveDuplicates stage
- Replies: 10
- Views: 3995
- Thu Jun 19, 2008 3:46 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Jobs getting aborted when running on 2 or more nodes
- Replies: 5
- Views: 1286