Search found 53125 matches

by ray.wurlod
Wed Feb 13, 2008 3:46 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: compile error in transformer
Replies: 1
Views: 755

Check the settings of APT_LINKER_OPTIONS environment variable, or whatever you've overridden it with on the Build tab in the Transformer stage properties. The error message complained about this command: cxx -LD:/Ascential/DataStage/Projects/Awas_test_james/RT_BP14.O/ -LD:/Ascential/DataStage/PXEngi...
by ray.wurlod
Wed Feb 13, 2008 3:43 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Changing field datatype from Double to Decimal
Replies: 10
Views: 12993

There is a global Decimal Output property in the Aggregator stage. As well any calculated column can override that with its own Decimal Output property. Specify precision,scale (that is, the precision value, a comma, and the scale value).
by ray.wurlod
Wed Feb 13, 2008 3:38 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Data Retrieval from DataSet Stage
Replies: 7
Views: 1426

If it can be read with a Sequential File stage it was created with a Sequential File stage, or something at the command (operating system) level. It is not a Data Set, which is a parallel structure.
by ray.wurlod
Wed Feb 13, 2008 3:36 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Can we call a parallel job in a Batch server Job.
Replies: 13
Views: 3115

There is no such thing as a parallel job sequence. There are only four job types in DataStage: server, mainframe, parallel and job sequence.

Therefore the "vice versa" question is really moot.
by ray.wurlod
Wed Feb 13, 2008 3:32 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Execute a routine into a command stage
Replies: 16
Views: 6896

Now you're getting well into the realm of "outside DataStage" - the Command stage executes a command, not a subroutine. You would need to create a command in code (and therefore be relying on a "support file", albeit one containing the command source code and another containing the compiled command)...
by ray.wurlod
Wed Feb 13, 2008 3:29 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Concatenating multiple rows from the same column
Replies: 11
Views: 4792

"Last" in the Aggregator means you don't need to do that. :D
by ray.wurlod
Wed Feb 13, 2008 3:27 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reading a Complex Flat File
Replies: 4
Views: 1815

Please post the actual record layout, ideally in COBOL FD format. You can process this file with a Sequential File stage; read the entire line as a single VarChar column then use the record identifier (the first six characters) to constrain output links from a Transformer stage. On each output link ...
by ray.wurlod
Wed Feb 13, 2008 3:22 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Rollback Option in DataStage
Replies: 10
Views: 7179

Pre-load and preserve an image of the parent table in a hashed file. Use this image to prevent referential integrity constraints. Mark every row you load, as Wolfgang suggested or with the job run timestamp, so that they can be undone irrespective of your commit setting.
by ray.wurlod
Wed Feb 13, 2008 5:09 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Warning in transformer
Replies: 27
Views: 8375

Look in RT_BP2311/JOB.1396960201.DT.1465440079.TRANS1 and check the code either side of line number 107 to see what might have happened. In particular look for a reference to a subroutine whose name begins with "$".
by ray.wurlod
Wed Feb 13, 2008 5:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Deleted Category
Replies: 6
Views: 1241

You can use SQL if you prefer.

Code: Select all

SELECT PREVDTD, PREVDELETOR FROM DS_AUDIT WHERE INSTANCE = '<<Job name>>' AND CLASS = '2' ;
by ray.wurlod
Wed Feb 13, 2008 5:01 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Execute a routine into a command stage
Replies: 16
Views: 6896

DSSetUserStatus is actually a subroutine. To use it from a Transformer stage you need to embed it in a routine of type "transform function". Search the forum to find an example.
by ray.wurlod
Wed Feb 13, 2008 4:59 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job is not in the right state(compiled and not running)
Replies: 11
Views: 16748

Clear Status file is dangerous. That's why it asks "are you sure?" twice.

Please use correct English on DSXchange. The word "wud", whatever it is, is not a past tense or subjunctive form of the verb "to be".
by ray.wurlod
Wed Feb 13, 2008 4:57 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Warning in transformer
Replies: 27
Views: 8375

Have you reset the job? (This is done in Director - it is not recompiling. If you have recompiled you have lost the evidence, and will need to re-run the job to reproduce the problem, then reset the job.) After you have reset the job there will probably be an Informational message in the log, with s...
by ray.wurlod
Wed Feb 13, 2008 4:53 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job Deployment in Datastage
Replies: 4
Views: 1481

How soon is the interview?
by ray.wurlod
Wed Feb 13, 2008 1:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem with the datastage designer
Replies: 3
Views: 981

Your Repository may need re-indexing, or you may be running out of memory on the client.