Search found 53125 matches

by ray.wurlod
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...
by ray.wurlod
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...
by ray.wurlod
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

The more usual arrangement is to have your client open a tunnel (for example Citrix Metaframe) to a distant DataStage client and it is that which connects to the server.
by ray.wurlod
Wed Apr 28, 2010 4:28 pm
Forum: General
Topic: Job not showing in Designer !!!!
Replies: 11
Views: 5027

HOW did you try to delete the job?
by ray.wurlod
Wed Apr 28, 2010 4:28 pm
Forum: General
Topic: DS 7.5 ODBC Stage
Replies: 7
Views: 2681

You are trying to INSERT into an indexed view. There are particular rules (within the database, not within DataStage) for this.
by ray.wurlod
Wed Apr 28, 2010 4:23 pm
Forum: General
Topic: Automated Package Installer
Replies: 9
Views: 2583

OK, here's some early warning; you have a very steep learning curve for version 8. Trust me on this.
by ray.wurlod
Wed Apr 28, 2010 4:22 pm
Forum: General
Topic: what are all the types of file
Replies: 3
Views: 1492

Nor is there any restriction on dreaming up filename extensions.

Sure there are some conventions (see link in Craig's post) but these are not necessarily universally agreed, and some are used for more than one purpose.
by ray.wurlod
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

Without the actual error message we can not help.

"not working" is merely a synonym for "unemployed" - it is not useful for diagnostic purposes.
by ray.wurlod
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

Yes, and so can the manual (pivot.pdf).
by ray.wurlod
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

Not possible.

Use a Filter stage or a Transformer stage.
by ray.wurlod
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.

Code: Select all

InLink.TheBigString[1,4000]
InLink.TheBigString[4001,4000]
InLink.TheBigString[8001,4000]
...
InLink.TheBigString[28001,4000]
by ray.wurlod
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

No. The Hashed File stage is only available in server jobs or server shared containers. You *can* use server shared containers in parallel jobs under specific conditions, which are detailed in Chapter 2 of the Parallel Job Developer's Guide.
by ray.wurlod
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

At this point your project may be partially deleted.

Can you telnet to the server and attach to the project directory?

Can you telnet to the server and invoke dssh in the $DSHOME directory after executing the dsenv script? If so, is your project listed in both UV.ACCOUNT and UV_SCHEMA ?
by ray.wurlod
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

Are you SURE that the foreign key column allows nulls?
by ray.wurlod
Wed Apr 28, 2010 4:22 am
Forum: General
Topic: Automated Package Installer
Replies: 9
Views: 2583

Nice work, Phil.

Do you have too much time on your hands?
:lol: