Search found 53125 matches

by ray.wurlod
Wed Jul 19, 2006 5:22 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Non-Standard EBCDIC -> ASCII translation
Replies: 4
Views: 1602

Unfortunately, 7.5X2 does not support NLS.

I am currently running 7.5x2 with NLS enabled.
by ray.wurlod
Wed Jul 19, 2006 5:18 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unknown Exception from runlocally()
Replies: 7
Views: 10295

Can a network name legally begin with a non-alphabetic character?
by ray.wurlod
Wed Jul 19, 2006 5:17 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: OS/390 ODBC connection setup problems
Replies: 10
Views: 3902

And thank you - anyone who has the same issue in future can now find a solution, with reasoning to convince their DBA.
by ray.wurlod
Wed Jul 19, 2006 8:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: OS/390 ODBC connection setup problems
Replies: 10
Views: 3902

I can see that Collection, Location, Package, Package Owner and TCP Port have changed. Can you shed any light on why the new values are good and the old values are bad?
by ray.wurlod
Wed Jul 19, 2006 7:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: parallel job
Replies: 2
Views: 698

Do you mean PX or TX? You've posted in the parallel (PX) forum, but asked a question about TX (Mercator). The answer will be different in each case. In a parallel job I'd use a Transformer constrained to output only when CODE is 2. I'd store the code 1 column values in stage variables conditionally ...
by ray.wurlod
Wed Jul 19, 2006 7:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Creating Time_Key from TimeStamp giving Error
Replies: 4
Views: 1106

Some examples of values where it succeeds and, particularly, where it fails may aid the diagnostic process! You should be able to capture these via a Peek stage connected to the Transformer stage's Otherwise/Log output.
by ray.wurlod
Wed Jul 19, 2006 4:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Difference between Server and Enterprise Edition
Replies: 11
Views: 2148

Ocean wrote:Look like I've been running out of time.

Don't worry too much - server jobs will be around for a long time yet.
by ray.wurlod
Wed Jul 19, 2006 4:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Implicit conversion from source type "int32" to de
Replies: 8
Views: 8288

All of that is entirely predictable given the differences in data types.

Try an explicit CAST when selecting the data. That is, instead of selecting the Decimal(6,0) column called Col3, select CAST (Col3 AS DECIMAL(6,0))
by ray.wurlod
Wed Jul 19, 2006 4:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DataStage Parallel Extender
Replies: 3
Views: 1083

Welcome aboard. :D The answer is no. The only version of DataStage that supports execution on a Windows platform is 7.5x2 (not the same as 7.5.2). Even this release is not supported on Windows XP Professional server; it can be installed and will work, but you're on your own if you need support. Data...
by ray.wurlod
Wed Jul 19, 2006 4:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: datastage xe/390
Replies: 6
Views: 1265

It would be better if you research this yourself. The mainframe.pdf guide is part of the standard DataStage manuals. Read about the various file handling stage types, particularly Chapters 3 and 4.
by ray.wurlod
Wed Jul 19, 2006 2:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Change Capture-duplicate records show different change_codes
Replies: 5
Views: 932

The first match "consumes" the 100 10 x row from the second Data Set. Therefore other "matches" are reported as inserts.
Try identifying both COL1 and COL2 as keys.
by ray.wurlod
Wed Jul 19, 2006 2:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Implicit conversion from source type "int32" to de
Replies: 8
Views: 8288

Is it Decimal(6,0) or Integer in SQL Server? You are not generally allowed to lie about the metadata when connecting to database tables.
by ray.wurlod
Wed Jul 19, 2006 2:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: datastage xe/390
Replies: 6
Views: 1265

No. Even with DS 390 you would use an FTP stage to transfer data to the UNIX server.
by ray.wurlod
Wed Jul 19, 2006 2:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: A Datastage Job creating an Issue to the entire Database
Replies: 9
Views: 2459

Start with one row per transaction. This should work.
Increase it to 1000. This should work also, since DB2 can easily handle 1000 row transactions.

Ask your DBA whether the database can handle a transaction containing 1 crore records, and be prepared to run for cover!
by ray.wurlod
Wed Jul 19, 2006 2:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: length of strings in jobparameters
Replies: 4
Views: 968

No practical limit.

There may be a limit to the length that you can enter as a default value, imposed by the grid control rather than by the underlying technology.