Search found 42189 matches
- Mon Aug 11, 2014 1:19 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: excel file in ds 8.7 unix environment
- Replies: 1
- Views: 1147
- Mon Aug 11, 2014 10:16 am
- Forum: General
- Topic: Scheduler for SEQUENCE Job
- Replies: 2
- Views: 1930
- Mon Aug 11, 2014 10:02 am
- Forum: General
- Topic: Send mail Error
- Replies: 3
- Views: 2810
- Mon Aug 11, 2014 8:19 am
- Forum: General
- Topic: Purging the XMETA LOGGING_LOGGING table
- Replies: 5
- Views: 3005
- Mon Aug 11, 2014 7:37 am
- Forum: General
- Topic: Scheduler for SEQUENCE Job
- Replies: 2
- Views: 1930
- Mon Aug 11, 2014 7:34 am
- Forum: General
- Topic: Regarding Datastage Patch
- Replies: 1
- Views: 1358
Re: Regarding Datastage Patch
Upgrade.Sharali001 wrote:If there is any othet alternate option then please share your Ideas with me.
- Sun Aug 10, 2014 7:39 am
- Forum: General
- Topic: DataStage 8.5 32 or 64 bit application?
- Replies: 8
- Views: 4491
- Fri Aug 08, 2014 11:49 am
- Forum: General
- Topic: Importing table definitions from excel
- Replies: 1
- Views: 1828
I'm not aware of any mechanism specifically for this. Of course, worst case you could type the metadata in manually. There's another discussion of your topic here which outlines a mechanism where you could become familiar with what that DDL would look like in a .dsx export and then create something ...
- Fri Aug 08, 2014 10:05 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: What NLS should I use for Binary UUID?
- Replies: 7
- Views: 4231
- Fri Aug 08, 2014 9:52 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Folder Stage seems to read file content, only need filenames
- Replies: 3
- Views: 2920
Re: Folder Stage seems to read file content while only want
does the folder stage really read all file content first, even I only use one column for filename? From what I recall and what you've documented - yes. If literally all you need are the filenames, I'd suggest an ExecSH command Before Job to list the filenames to a flat file and then use that file a...
- Fri Aug 08, 2014 7:51 am
- Forum: General
- Topic: Purging the XMETA LOGGING_LOGGING table
- Replies: 5
- Views: 3005
- Thu Aug 07, 2014 5:33 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: output to seq file
- Replies: 3
- Views: 1695
:!: Please don't pull stunts like this. You posted a question on outputting XML to multiple files and then (apparently) didn't like the fact that you couldn't read all of Ernie's answer. So you then deleted your reply then edited your original question to be something completely different. :evil: Ne...
- Thu Aug 07, 2014 12:52 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: What NLS should I use for Binary UUID?
- Replies: 7
- Views: 4231
- Thu Aug 07, 2014 12:16 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: junk character removal
- Replies: 17
- Views: 6921
- Thu Aug 07, 2014 11:02 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to convert quote into double quote
- Replies: 6
- Views: 3544
EReplace was added to the Parallel world in the 9.1 release, I do believe. So you could use a Server job (is it doing anything that requires PX?) or perhaps use a BASIC Transformer. Or you could find the C++ version called pxEReplace that users put together and posted here, give that one a shot alth...