Search found 53125 matches
- Wed Apr 28, 2010 4:43 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DSCheckRoutine
- Replies: 5
- Views: 2087
Anyway, TRANS() from VOC is OK within the DataStage context, unless you happen to be using globally cataloged routines, in which case the TRANS() needs to be applied against GLOBAL.CATDIR. And that's where !EXIST is cataloged. You can use the MAP command to verify that it's there. You may need to ha...
- Wed Apr 28, 2010 4:39 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: KeyMgtGetNextValue Limits?
- Replies: 4
- Views: 2638
The limit is the largest integer that DataStage BASIC can handle. If you regard this as 2147483647 you won't be far wrong. Actually the largest number that can be handled without error has 14 digits and may be affected by PRECISION and EXACTNUMERIC settings, but do you really have 2,147,483,647 surr...
- Wed Apr 28, 2010 4:37 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Access Information Server via VPN?
- Replies: 0
- Views: 1439
- Wed Apr 28, 2010 4:28 pm
- Forum: General
- Topic: Job not showing in Designer !!!!
- Replies: 11
- Views: 5027
- Wed Apr 28, 2010 4:28 pm
- Forum: General
- Topic: DS 7.5 ODBC Stage
- Replies: 7
- Views: 2681
- Wed Apr 28, 2010 4:23 pm
- Forum: General
- Topic: Automated Package Installer
- Replies: 9
- Views: 2583
- Wed Apr 28, 2010 4:22 pm
- Forum: General
- Topic: what are all the types of file
- Replies: 3
- Views: 1492
- Wed Apr 28, 2010 4:32 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: how to read 16000 length data using sequential file
- Replies: 5
- Views: 1741
- Wed Apr 28, 2010 4:31 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Pivot stage
- Replies: 3
- Views: 1790
- Wed Apr 28, 2010 4:31 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: can switch stage filter the null values?
- Replies: 1
- Views: 841
- Wed Apr 28, 2010 4:30 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to split a string into bytes
- Replies: 4
- Views: 1790
Welcome aboard.
Do you mean bytes or characters?
Assuming it's characters, you can use substring operators.
Do you mean bytes or characters?
Assuming it's characters, you can use substring operators.
Code: Select all
InLink.TheBigString[1,4000]
InLink.TheBigString[4001,4000]
InLink.TheBigString[8001,4000]
...
InLink.TheBigString[28001,4000]- Wed Apr 28, 2010 4:28 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Migrating hash file
- Replies: 3
- Views: 1129
- Wed Apr 28, 2010 4:25 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Not able to delete the project thru Administrator Client
- Replies: 1
- Views: 1859
- Wed Apr 28, 2010 4:23 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: May I know how can I update SQL server with NULL value???
- Replies: 4
- Views: 1732
- Wed Apr 28, 2010 4:22 am
- Forum: General
- Topic: Automated Package Installer
- Replies: 9
- Views: 2583