Search found 53125 matches
- Sun Sep 30, 2007 2:30 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: maximum profit from overall branch
- Replies: 11
- Views: 2792
Nobody said it was not possible in DataStage. The point was that you are using a sledgehammer to repair a watch. If it can be done in SQL, do it in SQL. DataStage can issue the SQL, if you must, but it would be better using a reporting tool, either a database client tool or a business intelligence t...
- Sun Sep 30, 2007 2:28 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Sql Like Clause in DataStage EE
- Replies: 5
- Views: 2186
- Sun Sep 30, 2007 2:26 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Ignoring a column in the target DB stage
- Replies: 12
- Views: 6999
- Sun Sep 30, 2007 2:25 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to generate Hex(15) in Seq File
- Replies: 7
- Views: 2108
- Sun Sep 30, 2007 2:24 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Command output of ExecCommand
- Replies: 24
- Views: 14220
- Sun Sep 30, 2007 2:21 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Upgrade to EE
- Replies: 4
- Views: 1121
- Sat Sep 29, 2007 3:33 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to generate Hex(15) in Seq File
- Replies: 7
- Views: 2108
You can use the function Char(21) to generate this value. The argument to the Char() function must be a decimal number. Tip: If you are going to use this a lot, initialize a stage variable (in a Transformer stage) with this function, and do not provide a derivation for that stage variable. This way ...
- Sat Sep 29, 2007 3:31 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Command output of ExecCommand
- Replies: 24
- Views: 14220
- Sat Sep 29, 2007 3:29 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Issue in Transformer
- Replies: 2
- Views: 776
- Sat Sep 29, 2007 3:26 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to hiding Password in the joblog
- Replies: 4
- Views: 1182
Don't pass it on the command line. Access it within the script.
Code: Select all
dsjob -user gerald -password $CMDW_DB2_PASSWORD -run -jobstatus $1 $2- Sat Sep 29, 2007 3:24 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Comparing numeric and string value
- Replies: 3
- Views: 1178
- Sat Sep 29, 2007 3:23 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: calculating no of days from timestamp values
- Replies: 6
- Views: 1811
... or even just "DYMD".
As this article indicates, the Iconv() function is very smart about being able to eliminate delimiters without you needing to specify what they are.
As this article indicates, the Iconv() function is very smart about being able to eliminate delimiters without you needing to specify what they are.
- Sat Sep 29, 2007 3:20 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: dsjob fails staus code 30107
- Replies: 6
- Views: 6315
- Sat Sep 29, 2007 2:28 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to hiding Password in the joblog
- Replies: 4
- Views: 1182
- Sat Sep 29, 2007 2:24 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: CHANGE CAPTURE & CHANGE APPLY- DATASTAGE
- Replies: 3
- Views: 1570
Express it in English. Make it a more specific question, and tell us what you are trying to achieve. U is also a registered user. Consult the Parallel Job Developer's Guide and discover what the Change Apply actually does (particular its relationship to the Change Capture stage) and you may find tha...