Search found 137 matches

by olgc
Fri May 29, 2015 3:14 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Does Datastage provide bitwise logical OP?
Replies: 5
Views: 2836

Thanks a lot. So bitwise op can be done with BASIC, but for parallel, we have to use C to manipulate it, even it's hard. I just wonder why bitwise logic op is not provided as a stardard ligocal op. It's easy to do so.

Thanks,
by olgc
Fri May 29, 2015 8:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Does Datastage provide bitwise logical OP?
Replies: 5
Views: 2836

Does Datastage provide bitwise logical OP?

Hi there,

Does Datastage provide bitwise op? Can you get the highest 2 bits of a byte and then 4 bits, then the lowest 2 bits? I.e., a byte data is split to three parts: highest 2 bits, middle 4 bits, lowest 2 bits with Datastage?

Thanks,
by olgc
Mon Apr 13, 2015 9:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequential operator cannot preserve partitioning of parallel
Replies: 10
Views: 28428

Also, this warning is caused by a preceeding stage having the "Preserve Partitioning" flag set to "Propagate". This is the default value, and tells PX that it should attempt to maintain a partitioning method. Obviously the sequential stage can't preserve the partitioning. If thi...
by olgc
Fri Sep 12, 2014 7:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Read and write from single dataset in job
Replies: 13
Views: 13239

Even they are the same customer, they are from different service providers, so it's a different account, you can not remove them. Business needs both of them in the system.
by olgc
Thu Sep 11, 2014 12:44 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Read and write from single dataset in job
Replies: 13
Views: 13239

Thanks, Eric, for your good suggestion. But only database table look up can be configured with sparse look up as statement below. For look up into sequential file, there is no sparse look up possible. Thanks, Configuring sparse lookup operations Data that is read by a database stage can serve as ref...
by olgc
Thu Sep 11, 2014 8:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Read and write from single dataset in job
Replies: 13
Views: 13239

This is not a case for server job or enterprise job. It's problem how enterprise edition can handle it. Such as for surrogate key case: you generate a surrogate key for a new customer. In the same run, the new customer can be present in more than one service providers, so can have more than one inst...
by olgc
Wed Jun 18, 2014 7:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Read from a file set
Replies: 5
Views: 2908

what is meant by with 12 writes? The job writes to 12 filesets with the same control file pathname and setting. This job tries to test whether fileset has the capacity of supporting multiple writes in one job or from different jobs like hash file in server edition. It seems fileset does not have the...
by olgc
Wed Jun 18, 2014 7:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Read from a file set
Replies: 5
Views: 2908

Yes, both have the following config file:

ParmSet_Common.$APT_CONFIG_FILE = .../Configurations/default.apt (From value file)
by olgc
Tue Jun 17, 2014 2:42 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Read from a file set
Replies: 5
Views: 2908

Read from a file set

A fileset is created by a parallel job with 12 writes running in 2 nodes, so 24 files are created. When another job reads from the same fileset, it does not read all 24 files, instead it seems it just reads one of them. Both write and read jobs have the same pathname of the control file for the file...
by olgc
Wed Apr 09, 2014 6:35 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Output responses from Web Service
Replies: 5
Views: 4344

I know what's wrong in the data. That's not the issue here. The issue here is that this response is not outputed. What's the criteria for the web service stage outputing error responses?

Thanks,
by olgc
Wed Apr 09, 2014 2:23 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Output responses from Web Service
Replies: 5
Views: 4344

All messages are logged in the job log, but it's not outputed. such as below is logged in the job log, but is not outputed in Output link. Thanks, Server:xx Project:xx Job No:574 Job name:jb_call_services Invocation:group1 Event Number:73712 Event type:Info User:xx Timestamp:09-Apr-2014 3:52:00 PM M...
by olgc
Wed Apr 09, 2014 10:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Output responses from Web Service
Replies: 5
Views: 4344

Output responses from Web Service

Hi there, Can you point out where I can find the message about web service stage output resonpse from a web service? I have a job with web service stage invoking Oracle Siebel web service with xml records. Sometimes the web service stage outputs responses with the data issue, sometimes doesn't. It o...
by olgc
Tue Nov 26, 2013 2:34 pm
Forum: Enhancement Wish List
Topic: A Switch to Disable Pop Up Job Diagram
Replies: 3
Views: 34977

A Switch to Disable Pop Up Job Diagram

Datastage 8.7 is coded in Java so its response to mouse clicks or keys type in is very slow, just as a very old senior, which almost can not move. You can see Not Responding all the time at its title Pane. You need have a great patience to use this very very slow software. Like this is not slow enou...
by olgc
Thu Feb 28, 2013 4:03 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Does SCD Apply to Compound Key Slow Change Dimension Table?
Replies: 8
Views: 3378

Does anyone know that in order for SCD stage to work, both surrogate key and business key have to be in the target table? And you have to use surrogate key to track history for type 2. You can not use others, such as, start date to track history. The SCD stage can not handle tracking history by usin...
by olgc
Thu Feb 28, 2013 4:02 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Does SCD Apply to Compound Key Slow Change Dimension Table?
Replies: 8
Views: 3378

Does anyone know that in order for SCD stage to work, both surrogate key and business key have to be in the target table? And you have to use surrogate key to track history for type 2. You can not use others, such as, start date to track history. The SCD stage can not handle tracking history by usin...