Search found 53125 matches
- 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...
- 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
- 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
- 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
- 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)...
- 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
- 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 ...
- Wed Feb 13, 2008 3:22 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Rollback Option in DataStage
- Replies: 10
- Views: 7179
- Wed Feb 13, 2008 5:09 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Warning in transformer
- Replies: 27
- Views: 8375
- 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' ;- 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
- 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
- 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...
- Wed Feb 13, 2008 4:53 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Job Deployment in Datastage
- Replies: 4
- Views: 1481
- 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