Search found 53125 matches

by ray.wurlod
Mon Nov 20, 2006 2:08 pm
Forum: General
Topic: Getting the last date of month using the first date of month
Replies: 4
Views: 2593

MONTH.LAST Transform (supplied with the product)?
by ray.wurlod
Mon Nov 20, 2006 7:49 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: zipping
Replies: 14
Views: 2915

Yep, man zip gives you the command line interface. You can readily adapt the shell script provided by Th3Und34D-.
by ray.wurlod
Mon Nov 20, 2006 7:47 am
Forum: IBM<sup>®</sup> DataStage TX
Topic: Complex XML output generation
Replies: 2
Views: 2357

Welcome aboard, Paul.

Can you please confirm that you are using DataStage TX (also known as Mercator, also known as "transformation extender")? If you are using some other variant of DataStage, the answer will be completely different.
by ray.wurlod
Mon Nov 20, 2006 7:46 am
Forum:
Topic: Metadata issues while importing jobs into metastage
Replies: 5
Views: 2203

Because it's referenced in your job design, and that linkage is made to the table definition in the Repository, MetaStage expects that the table definition you mention under the Saved category also to be available.
by ray.wurlod
Mon Nov 20, 2006 7:44 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: zipping
Replies: 14
Views: 2915

What kind of UNIX are you on? Mine does not have a zip command.
by ray.wurlod
Mon Nov 20, 2006 7:43 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to capture job log into text file
Replies: 10
Views: 7496

Try -logsum option. If you want detail of all events then you're going to have to create a script (BAT file, perhaps) to loop through each event and append to file. Use -lognewest option to find the earliest event.
by ray.wurlod
Mon Nov 20, 2006 7:42 am
Forum: General
Topic: Oracle stage
Replies: 2
Views: 2242

Welcome aboard.

Please post questions about parallel jobs in the parallel job forum.

Search to learn about how to do images here - you can not post them directly.
by ray.wurlod
Mon Nov 20, 2006 7:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: writing data from oracle table in to sybase table
Replies: 11
Views: 3324

If it's CHAR it's either fully populated or padded. No choice. A Char(x) column must contain exactly x characters. That's its definition.
by ray.wurlod
Mon Nov 20, 2006 7:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: MetaData Mismatch Warning
Replies: 30
Views: 6086

Sign up or Search. My earlier post explained where the dfloat comes from. We need the funding to help to support the site - none of the premium posters is paid - it all goes to purchasing bandwidth and administration of the website.
by ray.wurlod
Mon Nov 20, 2006 7:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem while loading into Sybase tables
Replies: 2
Views: 2319

Duplicate post

Please respond to other thread.
by ray.wurlod
Mon Nov 20, 2006 7:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Lookup Stage - Problem
Replies: 7
Views: 2738

Whether or not you can use a different name and perform key column matching depends on what's feeding the reference input link to the Lookup stage. If it's a Lookup File Set stage or a sparse lookup then the answer is no.
by ray.wurlod
Mon Nov 20, 2006 7:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem while loading into Sybase tables
Replies: 1
Views: 1875

Search is your friend. Your shared library search path does not appear to be set up properly, or Sybase OC is not installed on the DataStage server machine.
by ray.wurlod
Mon Nov 20, 2006 7:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Controller problem: Error calling DSSetParam
Replies: 4
Views: 9944

Leaving the default (if it's "") set when issuing a run request will generate this for all parameter types other than string or encrypted. It's a good way to force the operator to supply a value for that parameter.
by ray.wurlod
Mon Nov 20, 2006 7:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unsupport v1.1 Type Error
Replies: 3
Views: 1118

Please describe your job design, including the stage types used. You have not really supplied sufficient information to permit cogent diagnosis.
by ray.wurlod
Mon Nov 20, 2006 7:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SAP CONNECTIVITY
Replies: 8
Views: 2104

IDOC types and segments types are SAP constructs. You need to ask one of your tame SAP experts, or consult SAP documentation. The DataStage IDoc stage types simply know how to work with them.