Search found 15603 matches
- Fri Oct 14, 2005 2:47 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Embedded quotes in Sequential stages
- Replies: 10
- Views: 2810
Embedded quotes in Sequential stages
I can't seem to find the answer either in the documentation or by using the search facility here, but I think I've done it before... Strings with embedded quotes are usually "doubled" when written to sequential files. This applies to server jobs and such .csv as generated from Excel: Actual string c...
- Thu Oct 13, 2005 9:04 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Read Lookup Fileset twice?
- Replies: 1
- Views: 797
- Thu Oct 13, 2005 6:01 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: upgradation
- Replies: 2
- Views: 782
- Thu Oct 13, 2005 5:34 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Time conversion using StringToTime
- Replies: 3
- Views: 1118
- Thu Oct 13, 2005 5:12 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: To Reset the DS Job if the status is Abort using Routine
- Replies: 4
- Views: 1282
ray.wurlod wrote:... and a DSDetachJob to indicate that you're finished with it and another process doesn't get a "locked" message.
You caught me out; I noticed the omission when I posted yesterday and was too lazy to go back and edit the post; even though I knew that you would notice and correct my error.
- Thu Oct 13, 2005 4:54 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: QAS Error
- Replies: 1
- Views: 862
- Wed Oct 12, 2005 1:15 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: EBCDIC/Binary to Ascii
- Replies: 2
- Views: 805
- Wed Oct 12, 2005 12:38 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Concurrent reads from sequential file
- Replies: 4
- Views: 1058
- Wed Oct 12, 2005 12:11 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Error when executing command
- Replies: 2
- Views: 2116
deepesh, The best way for you to overcome this problem would be to actually read PDF documentation on before and after stage subroutines. The shell script (ksh on Windows?) command invoked did not complete successfully and returned a '1' - the before/after expects a successful call to return '0'. Tr...
- Wed Oct 12, 2005 8:15 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: metadata store
- Replies: 7
- Views: 2151
- Wed Oct 12, 2005 8:15 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Job Running Slow - Need Guidance to improve performance
- Replies: 9
- Views: 2572
- Wed Oct 12, 2005 5:48 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Job Running Slow - Need Guidance to improve performance
- Replies: 9
- Views: 2572
Nagesh, change your job to make the output go to a sequential file with the path "/dev/null" and see what your performance numbers are and if they remain constant. If the speed slows down over time as it did before then you can eliminate that part of your job. If the speed remains constant then you ...
- Wed Oct 12, 2005 5:44 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Excel functions for Normsdist and Normsinv
- Replies: 1
- Views: 634
You will have to write some DataStage Basic code to replicate these two functions manually. I took a look at some definitions on the web for this and they can easily be programmed - except the actual formulas that I have seen are somewhat different, so you would have to choose the "best" ones for yo...
- Wed Oct 12, 2005 4:38 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: To Reset the DS Job if the status is Abort using Routine
- Replies: 4
- Views: 1282
- Wed Oct 12, 2005 4:09 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Conversion of date from (Mon dd yyyy hh:mmAM) to (dd-mon-yyy
- Replies: 18
- Views: 5773