Search found 42189 matches
- Fri Oct 17, 2014 9:58 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: capture insert statements while migrating data into table
- Replies: 6
- Views: 2432
- Fri Oct 17, 2014 9:56 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: capture insert statements while migrating data into table
- Replies: 6
- Views: 2432
- Fri Oct 17, 2014 8:13 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: capture insert statements while migrating data into table
- Replies: 6
- Views: 2432
- Fri Oct 17, 2014 6:48 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: merge multiple XML's
- Replies: 4
- Views: 2337
So, you need to merge any number of XML files rather than specifically three? And your error is coming from the ESS stage or the XML stage? You will be processing those XML files individually so I don't see how any kind of a 'merge' is possible without a more complex job design. Seems to me you'd ne...
- Fri Oct 17, 2014 6:10 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to specify primary key on OSD used by DataStage
- Replies: 2
- Views: 1296
- Fri Oct 17, 2014 6:05 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Datastage 6.0 - arithmetic loss of precision
- Replies: 16
- Views: 5849
- Fri Oct 17, 2014 5:53 am
- Forum: General
- Topic: Identify userid which used to execute jobs
- Replies: 7
- Views: 3468
Re: Identify userid which used to execute jobs
But it was successful and there were no error. I'm assuming you forgot to add "however, it doesn't do what it was supposed to do" yes? :wink: Don't worry about the userid yet. First suggestion - don't make any assumptions about the environment the script will run in. When you run it from ...
- Fri Oct 17, 2014 5:45 am
- Forum: General
- Topic: How to repair or reinstall XMETA?
- Replies: 3
- Views: 2184
- Thu Oct 16, 2014 11:02 am
- Forum: General
- Topic: Not able to Save, Compile or Import jobs in a project
- Replies: 9
- Views: 3724
- Thu Oct 16, 2014 11:00 am
- Forum: General
- Topic: Auto-purge takes a lot of time
- Replies: 8
- Views: 2119
- Thu Oct 16, 2014 10:44 am
- Forum: General
- Topic: Auto-purge takes a lot of time
- Replies: 8
- Views: 2119
- Thu Oct 16, 2014 7:27 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Datastage 6.0 - arithmetic loss of precision
- Replies: 16
- Views: 5849
- Thu Oct 16, 2014 7:06 am
- Forum: General
- Topic: Running single job for all value file set
- Replies: 8
- Views: 2082
- Thu Oct 16, 2014 7:03 am
- Forum: General
- Topic: Auto-purge takes a lot of time
- Replies: 8
- Views: 2119
Over the time these jobs get called quite a number of times. I can seen that the jobs have more than 2000 instances. No wonder you have log issues with them, did you mention that fact to IBM yet? Perhaps you meant 2000 total over all jobs but let's start with 2000 for one particular job. You do und...
- Wed Oct 15, 2014 4:36 pm
- Forum: General
- Topic: Value Expression in Job Activity Stage
- Replies: 8
- Views: 1678
Don't you actually need it like so?
Code: Select all
Field(Field(SRC_FILE_NAME,'/',7,1),'-',1,2)