Search found 72 matches

by Bill_G
Tue Mar 09, 2010 12:22 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2z stage
Replies: 6
Views: 3435

Is it also your understanding that DB2Z can only be used with BatchPipes while using DB2Z as a target stage? Not as a source?

Have you been successful in configuring another stage to use BatchPipes as a source?
by Bill_G
Tue Mar 09, 2010 9:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2z stage
Replies: 6
Views: 3435

Looking at the stage, it appears that the BatchPipe option is only available when using the DB2Z stage as a target.

Would anyone know how to read data from IBM's BatchPipe program?
by Bill_G
Mon Mar 08, 2010 5:52 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: writing to AIX sequential files and DB2 concurrently
Replies: 5
Views: 2499

Thanks for the confirmation. I appreciate your replies.
by Bill_G
Mon Mar 08, 2010 5:01 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: writing to AIX sequential files and DB2 concurrently
Replies: 5
Views: 2499

Two jobs controlled by a Job Sequence is the way to go, however the requirement is for concurrent load of both the file and the db table. 2 jobs would require that i process the data in the same manner twice.
by Bill_G
Mon Mar 08, 2010 4:36 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2z stage
Replies: 6
Views: 3435

DB2z stage

Has anyone configured this stage to work with IBM's BatchPipes for z/OS?

I want to read in mulitple streams of data from BatchPipes and was curious if this stage is a viable option.

TIA
by Bill_G
Mon Mar 08, 2010 1:14 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: writing to AIX sequential files and DB2 concurrently
Replies: 5
Views: 2499

writing to AIX sequential files and DB2 concurrently

I have a question regarding job design. I am not sure i have ever seen this done in 7.x, but thought i'd ask the masses in case i am just not as well versed in DS as i think OR 8.x brings new functionality that could be leveraged. If i have a single parallel job - reads data from a database, churns ...
by Bill_G
Wed Mar 03, 2010 11:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How does NLS affect EBCDIC Data
Replies: 0
Views: 762

How does NLS affect EBCDIC Data

I have a question regarding DS and how it handles various code sets. From searching the forum, i see that DS uses UV-UTF8 as an internal code set. If NLS is enabled and I have an EBCDIC source and target with transformation in the middle, does DS convert the EBCDIC code set to UV-UTF8? If so can thi...
by Bill_G
Mon Feb 08, 2010 11:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Installation Error during 8.1 install on linux suse 10
Replies: 1
Views: 1398

Installation Error during 8.1 install on linux suse 10

We are using two seperate servers for our install, one for the engine and one for services. our repository resides on a third server connected by a high speed backbone (same frame). We are also installing the 64 bit version on a 64 bit OS and hardware and have verified we meet the software and hardw...
by Bill_G
Tue Oct 06, 2009 3:18 pm
Forum: General
Topic: Upgrade from 7.5.1a Enterprise to 8.1 - NLS compatibility
Replies: 0
Views: 652

Upgrade from 7.5.1a Enterprise to 8.1 - NLS compatibility

Background: We are planning our upgrade from 7.5.1a to 8.1 and changing OS from Red Hat 3.0 to Suse 10. Our 7.5.1a install does not have NLS enabled. We are planning to install 8.1 on a seperate server and run in parallel until the install has proven out. Question(s): If we want to enable NLS on the...
by Bill_G
Thu Jun 12, 2008 9:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Using Oracle ROWID as an Update key
Replies: 4
Views: 8712

use like this (u can use any name u want)RROWID = :ROWID. Since ROWID is a key word in oracle you cannot use the sameone in the job. Change it to something in ur job and it will work. Close, but what actually worked was changing the update to Manual SQL and "tricking" the SQL: WHERE (ROWI...
by Bill_G
Thu Jun 12, 2008 7:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Using Oracle ROWID as an Update key
Replies: 4
Views: 8712

Using Oracle ROWID as an Update key

We are trying to use the Oracle ROWID pseudo column as the update key in an Oracle Enterprise Stage. The job does a lookup on the table which returns the ROWID of the matching record (if one exists). We added ROWID to the column list of the Oracle stage, which is set as an Upsert with an Auto-Genera...
by Bill_G
Wed May 21, 2008 10:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SQLLDR truncating decimal places beyond a scale of 10
Replies: 2
Views: 1547

Thanks for the enviroment variable. I'll give it a shot.
by Bill_G
Wed May 21, 2008 10:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SQLLDR truncating decimal places beyond a scale of 10
Replies: 2
Views: 1547

SQLLDR truncating decimal places beyond a scale of 10

I am using the OCI stage with the Load option in DS 7.5.1a on Linux - writing to an Oracle 10g database. I have values with more than 10 decimal places. I've tried using several datatypes: Decimal, Double and text but still the digits are being lost with the Load option I've converted these numbers ...
by Bill_G
Wed May 21, 2008 9:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SQLLDR truncating decimal places beyond a scale of 10
Replies: 1
Views: 789

SQLLDR truncating decimal places beyond a scale of 10

I am using the OCI stage with the Load option in DS 7.5.1a on Linux - writing to an Oracle 10g database. I have values with more than 10 decimal places. I've tried using several datatypes: Decimal, Double and text but still the digits are being lost with the Load option I've converted these numbers ...
by Bill_G
Mon Apr 21, 2008 4:20 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Slowly Changing Dimension Stage: Issues with Null
Replies: 7
Views: 3932

As I suspected (read: hoped), this is a known bug and is resolved in Fix Pack 1a. We will install the pack tomorrow and retest. Bottom line, the SCD stage should be able to handle NULLs in the comparison without kludging a special NULL transformation for each input and reference field. Let's hope Fi...