Search found 53125 matches

by ray.wurlod
Thu Sep 23, 2004 3:58 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Row out of sequence - Error
Replies: 15
Views: 4935

Not if some of the aggregating data are generated within the ETL process itself.
by ray.wurlod
Thu Sep 23, 2004 3:55 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage server on development unix box should be reinstal
Replies: 1
Views: 829

You won't find it on the forum. DataStage Installation and Upgrade Guide (dsupgde.pdf) is part of the documentation set. It's installed with your client software (C:\Program Files\Ascential\DataStage\Docs) and it's on your client CD. Just out of curiosity, why do you need to reinstall? It's a highly...
by ray.wurlod
Thu Sep 23, 2004 3:52 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Warning: Job control error (-4)
Replies: 1
Views: 1782

Are you, or is anyone else in the organization, clearing log files using CLEAR.FILE? This is a common cause of this problem. Clearing the log file using Director, on the other hand, guarantees that there's a first entry (the one that reports that the log was cleared). What's happening is that the co...
by ray.wurlod
Thu Sep 23, 2004 3:47 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Server to PX conversion
Replies: 4
Views: 1786

No. There are limited ways in which server jobs can be incorporated into parallel jobs (see Parallel Job Developer's Guide , end of Chapter 2), but there's a performance penalty for doing it this way, and many restrictions on the type of server job that can be so encapsulated. You're better off, if ...
by ray.wurlod
Thu Sep 23, 2004 3:44 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Filed value after Full Outer Join ???
Replies: 3
Views: 1927

What stage type are you using? Given that it's a full outer join, either A1 or B1 might be NULL. Joins are defined the same way as in SQL. If you fail to find a row, NULL is returned. So you need, in your example, to test whether A1 is null.
(Is this really PX? Your description suggests server.)
by ray.wurlod
Thu Sep 23, 2004 3:40 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Introducing New column in the Transformer Stage
Replies: 5
Views: 2354

Do you have any output constraints on that link?

Otherwise, richdhan's advice about null values seems apposite.
by ray.wurlod
Thu Sep 23, 2004 3:38 pm
Forum:
Topic: i need metastage student guide
Replies: 9
Views: 4737

You get one by enrolling in the Ascential class. Any other source is illegal.
by ray.wurlod
Thu Sep 23, 2004 3:38 pm
Forum:
Topic: I need Metastage tutorial can anyone help me out .
Replies: 1
Views: 1883

As far as I am aware, there is no MetaStage tutorial. My personal opinion is that this is not a piece of software that can be self-taught. Enrol on one of the Ascential instructor-led classes. Seriously. What MetaStage does is very high-tech, very complex, vital to understand properly so that you ca...
by ray.wurlod
Thu Sep 23, 2004 3:35 pm
Forum: Information Analyzer (formerly ProfileStage)
Topic: can ProfileStage/AuditStage analyze EBCDIC data?
Replies: 3
Views: 3256

The short answer is no but, if you're invoking from DataStage, then the conversion could be done "up front". Some FTP clients also have the ability to translate from EBCDIC to ASCII.
by ray.wurlod
Thu Sep 23, 2004 3:33 pm
Forum: Site/Forum
Topic: DataStage Xchange white papers and articles
Replies: 4
Views: 3551

David,
I think you missed it. The OP signed up with DSX only, AFTER DataStageXchange had closed. These folks currently can't get at the white papers area.
by ray.wurlod
Wed Sep 22, 2004 9:10 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Devnet Ascential certification announcement
Replies: 2
Views: 1168

Can't find it. :cry:
Care to post a link?
by ray.wurlod
Wed Sep 22, 2004 8:51 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Column combinations-Cartesian product
Replies: 8
Views: 2450

You can create hashed files in any directory on any local file system. I think you know how to do this. You can create a pointer to that file using the SETFILE command. You can also create hashed files as UV tables in any directory on any local file system. The syntax of CREATE TABLE has DATA and DI...
by ray.wurlod
Wed Sep 22, 2004 8:47 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Working with HEX data
Replies: 3
Views: 2680

Explore the Iconv function with conversion codes like "MX0C" and "MY" in the on-line help. Select the one that is most likely to suit your needs. Because you specify \x0001 is being loaded into CHAR(2), I'm assuming you're using ASCII or some other single-byte character set. Beware of two problems. ...
by ray.wurlod
Wed Sep 22, 2004 8:42 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sequencer Restartability
Replies: 2
Views: 1042

Edit the job properties of the Job Sequence, and look at the generated code on the Job Control tab. This is the code that (in compiled form) is executed when you request a job sequence run. See if this helps you to determine how the Routine Activity is calling Routine AcsDsLogBegin. For example, doe...
by ray.wurlod
Wed Sep 22, 2004 4:25 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Help me on this to solve it
Replies: 6
Views: 2549

I've heard it argued that it helps to be certifiable to be a DataStage consultant! :lol: