Search found 53125 matches
- Mon May 19, 2008 6:03 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Job Aborting while loading zero records thro one of nodes
- Replies: 2
- Views: 3841
- Mon May 19, 2008 6:00 pm
- Forum: General
- Topic: Sequential Files, Timestamps, Null values and Asterisks
- Replies: 26
- Views: 15059
I can not read your mind, so can not determine your particular intent. :D However what you say is true if you use "documented effect". As you note, you don't even need to include it in the job as a parameter - simply having it set (and therefore active in the environment) in the project will suffice...
- Mon May 19, 2008 5:58 pm
- Forum: General
- Topic: UVSH - HELP
- Replies: 12
- Views: 9003
In the Connection branch in putty, what is the terminal type string being sent to the server? This becomes the value of the TERM environment variable in the operating system, from which dssh gets its initial terminal type. Mine is currently "xterm". Your SET.TERM.TYPE needs to match this value. Ther...
- Mon May 19, 2008 5:46 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: add single quote in data
- Replies: 6
- Views: 2394
You can convert each "~" to "'~'" using an Ereplace() function [search the forum] and concatenate a single quote character to each end of the string. Or, if the source is a file, you could pre-process it with a stream editor such as sed (I note you are on Windows, but assume you have MKS Toolkit or ...
- Mon May 19, 2008 5:43 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Pivoting Problem
- Replies: 5
- Views: 1409
- Mon May 19, 2008 5:41 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Working with VarBinary datatype
- Replies: 1
- Views: 1131
- Mon May 19, 2008 5:37 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: can i call a perl script in external filter stage
- Replies: 2
- Views: 910
Yes you can. ANY executable can be called from an External Filter stage (subject to the following restriction if it is to work properly). The script must accept (on its standard input) the stream of data from the input link to the External Filter stage, and generate (on its standard output) a stream...
- Mon May 19, 2008 5:35 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: odbc connection problem
- Replies: 3
- Views: 2401
- Mon May 19, 2008 5:33 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Shared Container
- Replies: 3
- Views: 908
- Mon May 19, 2008 5:32 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: FileSet and DataSet
- Replies: 3
- Views: 1411
- Mon May 19, 2008 5:30 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Row count generation
- Replies: 13
- Views: 3837
- Mon May 19, 2008 5:26 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: question on merge stage
- Replies: 1
- Views: 572
- Mon May 19, 2008 5:23 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Some instances of job not getting triggered
- Replies: 1
- Views: 711
Put logging entries into the Job activities that invoke the Audit sequence so that you can determine whether or not they get triggered. Make sure that the invocation ID is reported. Disable log purge on the Audit sequence. It may be that they do get triggered, but you don't see them. For example, if...
- Mon May 19, 2008 5:21 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Oracle error
- Replies: 4
- Views: 923
- Mon May 19, 2008 5:20 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: what ETL develoer do in a project from scratch
- Replies: 7
- Views: 1788
If it's the project that's "from scratch" then you have an excellent opportunity to do things right from the beginning - proper metadata management and control, adherence to in-house naming conventions and, above all, documentation. Grasp the opportunity - you won't often get it. And remember, the s...