In 50 minutes only? You are a very fast reader indeed!
It's taken me years.
Search found 53125 matches
- Tue Sep 23, 2008 5:32 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: UV unlock - detail
- Replies: 4
- Views: 1867
- Tue Sep 23, 2008 5:31 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to identify a Job Server y Parallel
- Replies: 8
- Views: 2340
- Tue Sep 23, 2008 5:29 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Splitting the coulmn in a record
- Replies: 14
- Views: 4100
Or, since you're on Windows, use Ereplace() to replace each";" with carriage return and line feed.
Code: Select all
Ereplace(InLink.TheString, ";", Char(13):Char(10), -1, 0)- Tue Sep 23, 2008 5:28 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Failing to connect to UniData 6 database from Designer
- Replies: 9
- Views: 2267
- Tue Sep 23, 2008 4:19 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to identify a Job Server y Parallel
- Replies: 8
- Views: 2340
There is a column called JOBTYPE (or JOBTYPEIND) in the DS_JOBS table.
Code: Select all
SELECT JOBTYPEIND FROM DS_JOBS WHERE NAME = '<<Job name>>';- Tue Sep 23, 2008 4:16 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Merging rows based on the key
- Replies: 1
- Views: 753
Search DSXchange for "vertical pivot".
- Tue Sep 23, 2008 4:15 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Significance of generated CPP code in exported DSX file
- Replies: 2
- Views: 822
- Tue Sep 23, 2008 4:13 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: parallel job errors
- Replies: 3
- Views: 1326
- Tue Sep 23, 2008 4:12 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Insert Query in Update window.
- Replies: 3
- Views: 959
- Tue Sep 23, 2008 4:11 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: APT_BUfferOperator error
- Replies: 4
- Views: 3973
- Tue Sep 23, 2008 4:10 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: DB2EE stage - write data to 2 different DB instances
- Replies: 14
- Views: 4736
- Tue Sep 23, 2008 4:09 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: UV unlock - detail
- Replies: 4
- Views: 1867
The best place is the IBM class UV910 UniVerse Theory and Practice.
It's not really well documented anywhere but the UniVerse manuals are your best bet.
It's not really well documented anywhere but the UniVerse manuals are your best bet.
- Tue Sep 23, 2008 4:07 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Warning regarding partition of rows
- Replies: 2
- Views: 1099
Search - this has been asked - and answered - more than once already.
- Tue Sep 23, 2008 4:05 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Need suggestion
- Replies: 2
- Views: 851
- Tue Sep 23, 2008 4:04 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Datastage Sequencer problem
- Replies: 19
- Views: 5627