That would be the DMNS* stage, which was proposed for version 6.1 but never made it through beta.
* DMNS = do what i mean not what I say
Search found 53125 matches
- Thu Apr 28, 2005 3:55 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Implicit columns & transform question
- Replies: 3
- Views: 1009
- Thu Apr 28, 2005 3:53 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: splitting the column
- Replies: 3
- Views: 998
I answered the second question, about how to handle the input being a single row. You may need more than one output from a Transformer stage to handle different record types. As to adding data to the output record, you have to tell us where you're getting those other data from, then - and only then ...
- Thu Apr 28, 2005 12:43 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: MergeStage
- Replies: 6
- Views: 2559
Access Violation means an attempt to access a memory location that doesn't belong to the application. This can occur, for example, by trying to put a character string N characters long into a buffer smaller than N characters (e.g. you've used a Char data type). It can also occur when there are unexp...
- Thu Apr 28, 2005 12:39 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: splitting the column
- Replies: 3
- Views: 998
- Thu Apr 28, 2005 12:36 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Problem with BASIC transformer in parallel job
- Replies: 8
- Views: 3932
OK. If the problem is with a BASIC Transformer stage (as per your subject), then you ARE hitting it every row. But, of course, you're not even getting to process row #1. Yet the log file is telling us that the runLocally() function associated with the operator generated by compiling the BASIC Transf...
- Wed Apr 27, 2005 8:30 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: based on previous record how to update record
- Replies: 14
- Views: 3387
- Wed Apr 27, 2005 8:27 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Purging deleting data from batch job
- Replies: 5
- Views: 1218
You could invoke your BAT file through ExecDOS as a before/after subroutine. In the Input Values field build a string of job parameters that corresponds to the required command line arguments of the BAT file. For example:
Code: Select all
#Server# #User# #Password# #Database# #Query# #Month# #Day# #Year#- Wed Apr 27, 2005 8:24 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: LIBPATH DSENV
- Replies: 6
- Views: 3997
- Wed Apr 27, 2005 8:20 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: account hash files usage
- Replies: 8
- Views: 2142
- Wed Apr 27, 2005 8:15 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Error Control
- Replies: 3
- Views: 796
- Wed Apr 27, 2005 8:14 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: VOC DELETE ERROR 39125
- Replies: 17
- Views: 6466
It might be worth trying the following. 1. Copy VOC, D_VOC, VOCLIB and D_VOCLIB from another project, using operating system command ( cp on UNIX, COPY on Windows). 2. Change to the project directory and enter the dssh environment. . $DSHOME/dsenv $DSHOME/bin/dssh 3. Execute the DataStage command: C...
- Wed Apr 27, 2005 8:07 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Trying to use REPORT ASSISTANT in the Data Stage ( 7.1V)
- Replies: 7
- Views: 2664
- Wed Apr 27, 2005 8:03 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: DataStage Setup
- Replies: 3
- Views: 1485
- Wed Apr 27, 2005 5:27 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Use of the following commands
- Replies: 9
- Views: 3119
You won't, of course, find any information about the ds... executables in UniVerse documentation, though there are uv... equivalents for some of them. dsrpcd is the DataStage RPC daemon, that listens for connection requests from DataStage clients and instantiates the dscs (DataStage common server) f...
- Wed Apr 27, 2005 5:19 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Problem with BASIC transformer in parallel job
- Replies: 8
- Views: 3932