Search found 53125 matches
- Thu Nov 15, 2007 5:09 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: DataSet error
- Replies: 6
- Views: 2100
In the generated OSH you will see that each operator (stage, simplisitically) gets its input(s) from, and writes its output(s) to, a virtual Data Set, whose control file name has a suffix of ".v". Associated with these operators is the record schema that it processes. It is that that I asked to see.
- Thu Nov 15, 2007 5:06 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Change_Capture
- Replies: 2
- Views: 1297
Have you performed a Search?
- Thu Nov 15, 2007 5:02 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: DS Director: error
- Replies: 5
- Views: 1744
- Thu Nov 15, 2007 5:01 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Empty String vs Null
- Replies: 2
- Views: 2419
Code: Select all
If IsNull(InLink.TheString) Then "" Else InLink.TheStringNote that "" is not a valid value for data types other than VarChar.
- Thu Nov 15, 2007 4:58 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: could not serialize - transaction aborted error
- Replies: 3
- Views: 3157
- Thu Nov 15, 2007 4:55 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Zombi
- Replies: 7
- Views: 2387
The term "printer segment" is a hangover from the UniVerse database which DataStage used to use for its Repository. There is one associated with each process. The word "phantom" - likewise originating in UniVerse - simply means "background process". That you have abandoned printer segments means tha...
- Thu Nov 15, 2007 4:51 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: What are the jobs are running
- Replies: 2
- Views: 1264
- Thu Nov 15, 2007 4:50 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Problem running job with parallel routine
- Replies: 4
- Views: 1474
- Thu Nov 15, 2007 4:47 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to read this data
- Replies: 2
- Views: 1207
Create a table definition. On the Format tab of the import dialog specify the column widths. DO NOT include the redefines - limit yourself to non-overlapping elements. When using this table definition in a Sequential File stage make sure that the format is also set to fixed width, and load the colum...
- Thu Nov 15, 2007 4:44 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: An index is out of bounds
- Replies: 8
- Views: 2263
Yuk. It is clearly an incomplete error message. No information is available about whence it was generated, which makes diagnosis difficult. Are you using non-default partitioning? Is there anything in the Transformer code (in RT_SCnnn directory, where nnn is the job number) that suggests that an arr...
- Thu Nov 15, 2007 4:41 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Log a warning
- Replies: 1
- Views: 1279
- Thu Nov 15, 2007 4:37 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to compare two files in windows through datastage
- Replies: 3
- Views: 2149
- Thu Nov 15, 2007 4:33 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Hoe to pass Char(250) value ú as a parameter
- Replies: 1
- Views: 1716
Is this the same project that samit_9999 is asking about?
- Thu Nov 15, 2007 4:31 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: JOB with OCI stages hangs :Write caching disabled
- Replies: 3
- Views: 3700
- Thu Nov 15, 2007 4:29 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Char(250) or Space as Parameter to my job
- Replies: 2
- Views: 1509
Passing Char(250) as a parameter value should be perfectly legal. However to do so from the Job Run Options dialog (running job from Director or Designer) may well prove to be impossible. Create a job sequence - possibly containing just one Job activity - that will allow you to use an expression (an...