Search found 53125 matches

by ray.wurlod
Thu Nov 09, 2006 8:50 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Link collector stage
Replies: 5
Views: 1460

You don't get a choice. Some operating systems implement semaphores using mutex locks. End of story. OK, you're still allowed to hate them, but your only alternative is to change operating systems, an expensive undertaking!
by ray.wurlod
Thu Nov 09, 2006 8:48 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Shocking Private mail
Replies: 8
Views: 3574

Certification is designed to sort out the sheep from the goats. Not passing the certification exam may not be a bar to employment. What it will provide, however, is a "report card" of areas where the candidate is strong and areas where the candidate is weak (related to the exam's objectives, as docu...
by ray.wurlod
Thu Nov 09, 2006 8:39 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reference lookup generated, Only the last row was used
Replies: 11
Views: 7829

Sounds like you are populating your reference data set (from the dimension table) with both current and non-current rows. Check that you only load current rows.
by ray.wurlod
Thu Nov 09, 2006 8:38 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: pcard
Replies: 4
Views: 1412

Maybe this thread belongs in the General forum, rather than in the server forum with a job type of "parallel"?

Could it be "punched card"?
by ray.wurlod
Thu Nov 09, 2006 8:37 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Capture errors on multiple fields in a record ?
Replies: 8
Views: 1765

It does work. I've done this with over 80 tests. I use intermediate stage variables to concatenate each group of 10 or so, then concatenate those together, just to make things more manageable.
by ray.wurlod
Thu Nov 09, 2006 8:35 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Parsing fields from flat file
Replies: 10
Views: 1746

That construction is so useful I store it as a reuseable component, a Transform called FinalDelimitedSubstring.
by ray.wurlod
Thu Nov 09, 2006 8:34 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sub String in DS UV Query
Replies: 8
Views: 5096

You can edit your uvodbc.config file to set MAXFETCHBUFFSIZE to a value larger than its default of 8192 bytes. The UniVerse/SQL syntax requires a SUBSTRING function. SELECT SUBSTRING(FULL.TEXT FROM 1 FOR 1000) FROM RT_LOG217; Or you can override the format. SELECT FULL.TEXT FMT 'L#1000' FROM...
by ray.wurlod
Thu Nov 09, 2006 8:28 am
Forum: General
Topic: How to implement multiple joins in DataStage?
Replies: 8
Views: 5460

Buried among all the jocularity above is my answer.

The Join stage in mainframe jobs does a pairwise join so, to join five tables you would need to cascade four Join stages.

Probably it's easier to specify the join in the DB2 stage.
by ray.wurlod
Wed Nov 08, 2006 5:15 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Buttons disabled like Scheduled, Mainframe, Parallel, Remote
Replies: 7
Views: 1985

The Schedule tab in Administrator does not schedule jobs. Rather it sets up a Windows user ID under which scheduled jobs will be executed (by AT) and allows the user ID/password combination for that user ID to be tested.
by ray.wurlod
Wed Nov 08, 2006 5:13 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Interesting Sample stage problem
Replies: 9
Views: 2053

Max rows per partition = 10 means 20 rows on two partitions.

It's your design - specifically this property - that is limiting the number of rows output from the stage.

You have taken a sample!
by ray.wurlod
Wed Nov 08, 2006 5:11 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Buttons disabled like Scheduled, Mainframe, Parallel, Remote
Replies: 7
Views: 1985

Schedule is disabled because you are not logged in as dsadm or root or because you are not connected to a Windows-based server. Mainframe is disabled because you do not have a licence for mainframe jobs. Parallel is disabled because you do not have a licence for parallel jobs or, if you do, because ...
by ray.wurlod
Wed Nov 08, 2006 4:34 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Modify Stage - System Date to Timestamp conversion??
Replies: 7
Views: 4729

The Parallel Job Developer's Guide chapter on Modify stage gives full information about constructing specifications, though it has some of the functions incorrect (for example NullToValue should be handle_null). Ask your support provider to obtain the Orchestrate Operators manual (and the other Orch...
by ray.wurlod
Wed Nov 08, 2006 4:26 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Metadata From Hawk Beta version
Replies: 1
Views: 567

None at all. Send an email to the Hawk beta team, like your beta testing agreement requires you to do.
by ray.wurlod
Wed Nov 08, 2006 4:24 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Copy tables from one Database to another Database
Replies: 8
Views: 4605

It's called Runtime Column Propagation and you get it in parallel jobs only.
by ray.wurlod
Wed Nov 08, 2006 4:21 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: UDB STored Procedure Call
Replies: 2
Views: 1701

Check your .odbc.ini file in the $DSHOME directory and the uvodbc.config file in the project for existence of an entry for this DSN.