Search found 53125 matches
- Thu Apr 07, 2011 3:13 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DRS stage:Inserted value too large for column ,row rejected
- Replies: 4
- Views: 3337
- Thu Apr 07, 2011 3:12 pm
- Forum: General
- Topic: Datastage 7.5.1A Migration From Solaris to AIX
- Replies: 39
- Views: 16310
- Thu Apr 07, 2011 1:55 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Which Partition techniques for which stage
- Replies: 5
- Views: 3833
This link might help.kstechno wrote:And I m not premium member of this website. So that I cant read your message reply.
- Thu Apr 07, 2011 1:53 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Convert string to 1st letter capitalized
- Replies: 8
- Views: 3010
- Thu Apr 07, 2011 1:50 am
- Forum: General
- Topic: passing i/p argument to DSExecute in Before Job Routine
- Replies: 4
- Views: 1971
Code: Select all
UnxCmd="opt/BIM/SCRIPT/TUS_count.sh /opt/BI"- Thu Apr 07, 2011 12:11 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: can any one tell example for datastage functions
- Replies: 7
- Views: 7284
Vertical pivot. Search DSXchange for examples.
- Thu Apr 07, 2011 12:10 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Convert string to 1st letter capitalized
- Replies: 8
- Views: 3010
- Thu Apr 07, 2011 12:09 am
- Forum: General
- Topic: Search for a word in a file
- Replies: 4
- Views: 1545
Yes, the Index() function.
Code: Select all
Counter = 0
Value = DSGetParamInfo(hJob, "jpSearchString", DSJ.PARAMVALUE)
Loop
While ReadSeq Record From fOpened
Counter += (Index(Record, Value, 1) > 0)
Repeat
Ans = Counter- Wed Apr 06, 2011 6:44 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Get 'change value' column values of both before and after ds
- Replies: 3
- Views: 1335
- Wed Apr 06, 2011 3:30 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Get 'change value' column values of both before and after ds
- Replies: 3
- Views: 1335
- Wed Apr 06, 2011 3:29 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Convert string to 1st letter capitalized
- Replies: 8
- Views: 3010
- Wed Apr 06, 2011 3:28 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: SQL server 2008
- Replies: 3
- Views: 1618
- Wed Apr 06, 2011 3:26 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: converting db2 function
- Replies: 5
- Views: 3335
- Wed Apr 06, 2011 3:24 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Which Partition techniques for which stage
- Replies: 5
- Views: 3833
- Wed Apr 06, 2011 3:20 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Trying to understand the warning message...
- Replies: 4
- Views: 1701