Search found 53125 matches

by ray.wurlod
Sun Dec 19, 2010 3:38 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Datastage Interview questions
Replies: 1
Views: 2970

Server job questions (as posted) or parallel job questions (as marked)? The answers would vary depending on job type.

As a general rule we don't provide answers to interview questions, as we hold the belief that an interviewee should demonstrate his or her own merits, not someone else's.
by ray.wurlod
Sun Dec 19, 2010 3:35 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: What are the types of nodes in datastage?
Replies: 1
Views: 2168

Nodes are not relevant to DataStage server jobs.
by ray.wurlod
Sun Dec 19, 2010 3:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Disabled Parallel Jobs in the fresh(new) installation
Replies: 5
Views: 3101

Open Web Console for Information Server. Under Domain Management choose Licensing. What does that report show?
by ray.wurlod
Sun Dec 19, 2010 3:32 am
Forum: IBM QualityStage
Topic: How long has QualityStage been around?
Replies: 1
Views: 1099

Not sure, but I'd take a punt that it was about March 2002. The product they acquired was called INTEGRITY, and came from a company called Vality.
by ray.wurlod
Sat Dec 18, 2010 2:51 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Disabled Parallel Jobs in the fresh(new) installation
Replies: 5
Views: 3101

They're always installed. What enables them is the licensing. I believe you've provided a "server only" licence file. The licence file is an XML document, so you can view it with any text editor.
by ray.wurlod
Sat Dec 18, 2010 2:48 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Multiple Instance Job - Invocation ID
Replies: 2
Views: 3237

That is, in the Job activity that invokes the inner sequence, to provide the value of the parameter using an expression containing that macro. It is true, as you identify, that you have to pass the invocation ID as a job parameter (as well as setting the inner sequence's invocation ID).
by ray.wurlod
Sat Dec 18, 2010 4:26 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to control Transactions
Replies: 1
Views: 1118

Use "grouped transaction" in an ODBC stage with multiple input links.
by ray.wurlod
Sat Dec 18, 2010 4:24 am
Forum: General
Topic: How to purge the RT_LOG using DELETE command in uvsh
Replies: 1
Views: 1762

DELETE purges data from both parts. Space is made available against future re-use rather than being reclaimed, so it may appear (from the sizes) that OVER.30 is not being purged. If you ever need to reclaim the available space in a dynamic hashed file the appropriate commands are either CLEAR.FILE f...
by ray.wurlod
Fri Dec 17, 2010 2:44 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: help needed over Parallel Routines
Replies: 3
Views: 1076

No.

DataStage moves records by the buffer-full, but processes them in memory one at a time.
by ray.wurlod
Fri Dec 17, 2010 2:43 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to understand this error message
Replies: 6
Views: 5464

Maybe you don't (and shouldn't have?) INSERT privilege to this table?
by ray.wurlod
Fri Dec 17, 2010 2:42 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Delimited file or fixed-width or CSV file
Replies: 7
Views: 4417

In version 8.1 delimited files CAN be read using multiple readers per node, though it remains true that this is more efficient with fixed-width files.
by ray.wurlod
Fri Dec 17, 2010 2:40 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Two differnt delimitters in one file
Replies: 11
Views: 4122

You could even do that within one job. Just ignore the word "file" in what DSGuru2B suggested.
by ray.wurlod
Fri Dec 17, 2010 2:37 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Metadata from Schema File
Replies: 1
Views: 2025

The name "sequential" stems from the fact that, when processing these files, you have to read past each byte to get to the next. Therefore you have to read the precise structure. You can reorder columns elsewhere in your job, for example using a Copy stage. (And even that doesn't necessari...
by ray.wurlod
Fri Dec 17, 2010 2:33 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to get exact integer value
Replies: 5
Views: 2022

There's no AsInteger() function in server jobs. Please confirm your job type so we don't waste any more time.
by ray.wurlod
Fri Dec 17, 2010 2:32 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unicode 0x0
Replies: 3
Views: 2200

The final byte may have been interpreted as the first byte of a truncated multi-byte character.