Search found 53125 matches
- Fri Oct 05, 2007 7:04 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: varchar60 to varchar40
- Replies: 7
- Views: 1306
- Fri Oct 05, 2007 7:02 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to get EBCDIC HEX(15) as record delimeter in SeqFile
- Replies: 1
- Views: 829
- Fri Oct 05, 2007 2:33 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: char to varchar
- Replies: 4
- Views: 1867
The three-argument version of Trim() will remove them.
Performance Tip
Initialize a stage variable to Char(0) and do not derive it. That way the Char() function is evaluated only once per run, rather than once per row.
Performance Tip
Initialize a stage variable to Char(0) and do not derive it. That way the Char() function is evaluated only once per run, rather than once per row.
Code: Select all
Trim(InLink.TheString, svNUL, "A")- Fri Oct 05, 2007 2:29 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: @NULL in PX
- Replies: 2
- Views: 1147
- Fri Oct 05, 2007 2:29 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: datastage
- Replies: 13
- Views: 25339
- Fri Oct 05, 2007 2:27 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Concatenating Two datasets
- Replies: 8
- Views: 3310
- Fri Oct 05, 2007 2:26 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Change DSHostName Value
- Replies: 1
- Views: 959
- Fri Oct 05, 2007 2:24 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Types of Stages in Datastage
- Replies: 1
- Views: 1835
- Fri Oct 05, 2007 2:23 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Error in View Data
- Replies: 3
- Views: 1450
- Fri Oct 05, 2007 2:19 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Overflow in Director Monitor
- Replies: 2
- Views: 1092
- Fri Oct 05, 2007 2:17 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to create sequence number in Datastage px
- Replies: 2
- Views: 2734
In particular you can Search the forum. This question has been answered a number of times, as recently as last week.
- Fri Oct 05, 2007 2:10 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Validate option in job activity stage
- Replies: 3
- Views: 1016
- Fri Oct 05, 2007 2:07 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Concatenating two Input Datasets
- Replies: 1
- Views: 754
- Fri Oct 05, 2007 2:44 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Sequence Number
- Replies: 14
- Views: 2797
- Fri Oct 05, 2007 2:42 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Reading SQL from file to extract data from Oracle Tables
- Replies: 19
- Views: 4627
OK, we've proven that the SQL is being passed to the job successfully. The next step is to establish that the SQL is being passed from the job to Oracle. You will need to enlist the help of your DBA to monitor the connection and record the SQL that was actually received by the Oracle database server...