Search found 42189 matches

by chulett
Mon Jul 15, 2013 7:26 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: XMLOutput 1 header and n content
Replies: 4
Views: 2305

mgsteiner wrote:Please can you make visible the entire message to me, because I'm still not a Premium member.
That kind of defeats the whole purpose of setting up a system like that.
by chulett
Mon Jul 15, 2013 7:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to process Variable Length File
Replies: 5
Views: 2018

Well... the variable length record part with packed decimals and a record length field at the front would work in the CFF stage - up until the 'padded to a multiple of 4' part, which throws a damper on things. I'm thinking you'd have to go 'BuildOp' (or some other custom solution) here but curious w...
by chulett
Mon Jul 15, 2013 7:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Perform join with OR condition
Replies: 4
Views: 1927

So... what's your workaround?
by chulett
Sun Jul 14, 2013 10:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Transaction Processing
Replies: 1
Views: 1479

Many of the places where I've worked preferred an 'all or nothing' like you are describing. We managed this back in the Server world by simply setting the Transaction Size to zero which meant a single commit is issued at the end of the load. Yes, that does mean you need to work with your DBA team to...
by chulett
Sun Jul 14, 2013 8:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Alpha characters in Decimal Field
Replies: 12
Views: 4438

DSUser2000 wrote:(no idea if that is any standard what you are describing)
EBCDIC Zoned Decimal
by chulett
Sat Jul 13, 2013 10:17 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to implement join
Replies: 9
Views: 3714

Either import the file into your database and join them there or export the table to a file and use the Merge stage. From what I recall,those are your two primary choices in a Server job. Depending on the type of kind of join, you may be able to put the file into a hashed file and use a lookup to pe...
by chulett
Sat Jul 13, 2013 9:11 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to implement join
Replies: 9
Views: 3714

That would be the Merge stage, not to be confused with the Parallel stage off the same name.
by chulett
Sat Jul 13, 2013 7:52 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to write the data in Text file
Replies: 4
Views: 2140

I don't but I'm sure you can google something up rather easily. I'm not sure off the top of my head that you can do all of this from 'your end'... I'd imagine your company / SysAdmin would need to set this up on their end or at least be involved in the process. [shrug]
by chulett
Sat Jul 13, 2013 7:37 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to write the data in Text file
Replies: 4
Views: 2140

Everything runs on and all work is local to the ETL server, so things like files must be there to be read and will be written there. The 'workaround' is the use of an NFS mount (or Samba and the like) so that external systems appear local to the ETL server.
by chulett
Sat Jul 13, 2013 7:13 am
Forum: General
Topic: DataStage Server Engine
Replies: 3
Views: 1144

Odd... but good to know. Thanks.
by chulett
Fri Jul 12, 2013 11:39 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Alpha characters in Decimal Field
Replies: 12
Views: 4438

What kind of conversion are you doing in the transformer - implicit or explicit?
by chulett
Fri Jul 12, 2013 10:28 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Parallel jobs
Replies: 5
Views: 2283

Nope.
by chulett
Fri Jul 12, 2013 9:59 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Create output file names based on data in a column
Replies: 21
Views: 7827

Sure, just use the proper field delimiter - a comma in that case.
by chulett
Fri Jul 12, 2013 7:57 am
Forum: General
Topic: Load Multiple Files From FTP Location
Replies: 3
Views: 1456

A UNIX script. And if you really need a DataStage job to run it, use a Sequence job. However, what does "local machine" mean here - the ETL server?
by chulett
Fri Jul 12, 2013 7:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Row generator and Column generator
Replies: 4
Views: 2138

Start by posting in the correct forum. :wink: I moved your post. Secondly, provide more details as I don't really see any of those stages requiring any 'performance tuning'. Did you have a specific job or job design in mind when posted this question? And since you started in a forum that doesn't req...