Search found 53125 matches

by ray.wurlod
Sat Dec 02, 2006 4:16 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: creating datadictionary
Replies: 3
Views: 806

Given what you're trying to do, you don't need to create a data dictionary. All of the repository tables have dictionaries, containing all the metadata that the vendor is prepared to reveal. What you are trying to do is to hack the Repository tables, which would involve creating additional column de...
by ray.wurlod
Sat Dec 02, 2006 4:12 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Physical storage of the jobs
Replies: 3
Views: 774

For a few cents a day - all of which goes to paying for this site - you CAN read premium posts.
by ray.wurlod
Sat Dec 02, 2006 4:10 am
Forum: General
Topic: How do I concatenate two input Character fields
Replies: 19
Views: 8927

Re: How do I concatenate two input Character fields

TJX Companies wrote:This kind of concatenation worked with numeric fields in another job. :?

Just noticed this in the original post. Which suggests to me that the other job was a server job.
by ray.wurlod
Fri Dec 01, 2006 3:16 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Teradata TPUMP Invalid Timestamp error
Replies: 5
Views: 1677

You don't understand me. It affects the size of the column in the data file used by TPUMP, not the column size in Teradata.
by ray.wurlod
Fri Dec 01, 2006 3:15 pm
Forum: General
Topic: Which stage for matching a date value in a range
Replies: 1
Views: 1578

You have not specified the logic. There appears to be no way to solve the problem as posed, as there is no relationship between the two tables. Even if I can select a row - or several rows - in the date range from table B, how does that tell me which row(s) to select from table A?
by ray.wurlod
Fri Dec 01, 2006 3:13 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Physical storage of the jobs
Replies: 3
Views: 774

All design objects are stored in DS_JOBOBJECTS which is a table in the DataStage Repository. When the job is compiled, information about the runtime configuration is stored in the RT_CONFIGnnn table apposite to the job. UniVerse database is not involved at all. DataStage ceased to be a UniVerse appl...
by ray.wurlod
Fri Dec 01, 2006 3:10 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: rearding querying universe
Replies: 1
Views: 525

UniVerse is not DataStage.

Do you have UniVerse?
by ray.wurlod
Fri Dec 01, 2006 3:09 pm
Forum: General
Topic: running a series of scripts (ddl/dml) from job sequencer
Replies: 17
Views: 8543

This As to your original questions, what's wrong with sufficient Execute Command activities in the job sequence? The values can be passed to the shell scripts either as command line arguments (retrieved from $1, $2 and so on) or as environment variable values. is a solution. If you have chosen not t...
by ray.wurlod
Fri Dec 01, 2006 3:07 pm
Forum: General
Topic: How do I concatenate two input Character fields
Replies: 19
Views: 8927

How are you asking for the length to be reported? Create more output columns - define their derivations to use the Len() function.

Is the output file fixed-width format? If so, the fields will always be padded to length.
by ray.wurlod
Fri Dec 01, 2006 3:05 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Teradata TPUMP Invalid Timestamp error
Replies: 5
Views: 1677

It may do, because display width governs the width of the column when writing to a fixed-width format file (such as the data file for TPUMP).
by ray.wurlod
Fri Dec 01, 2006 3:04 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Simulating an error
Replies: 12
Views: 4565

1(b) - actually they could be DS provided, they just aren't. There is example code provided elsewhere in the product. The reason is that you have to create, compile and link the C++ routine externally to DataStage; what goes in the Repository is only a description of the routine, not the routine its...
by ray.wurlod
Fri Dec 01, 2006 3:01 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: I want to merge 2 inputfiles into one
Replies: 11
Views: 2457

If you MUST use DataStage, use a Funnel stage and a Sort stage.
by ray.wurlod
Fri Dec 01, 2006 3:01 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Date conversion
Replies: 8
Views: 3113

Wrong! Substring and concatenate does not produce a date, it produces a string.

Stop thinking like a server job developer!
by ray.wurlod
Fri Dec 01, 2006 2:58 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: what is don't check point run
Replies: 2
Views: 813

Perhaps a better caption would have been "do not skip this activity"
by ray.wurlod
Fri Dec 01, 2006 2:56 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Runaway osh processes
Replies: 9
Views: 2749

How is the subset obtained?