Search found 42189 matches

by chulett
Mon Mar 03, 2008 3:46 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Loading SAP data through DataStage
Replies: 15
Views: 9949

Hell if I know, me no do SAP. A dataset you've created from SAP data?
by chulett
Mon Mar 03, 2008 3:44 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: generating flat file from xml file
Replies: 29
Views: 7547

kirankota79 wrote:hi lstsaur..........i am trying now to create a server job in the manner you explained....i am getting the following error:
by chulett
Mon Mar 03, 2008 3:23 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Duplicate Headers
Replies: 6
Views: 1318

I was going to offer that up as well, but they are 'reading data from tables' so... ??
by chulett
Mon Mar 03, 2008 3:21 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hot to load A huge file with space and no proper structure
Replies: 6
Views: 1655

D'oh! '032' would be the decimal equivalent and what the stage needs, first thing I always think of is a hex 20 for a space.
by chulett
Mon Mar 03, 2008 1:17 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hot to load A huge file with space and no proper structure
Replies: 6
Views: 1655

Wasn't gonna touch that, Ken. :wink:
by chulett
Mon Mar 03, 2008 11:49 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hot to load A huge file with space and no proper structure
Replies: 6
Views: 1655

Welcome. If the fields are delimited then it is not a 'fixed width' file. What happens when you specify the delimiter as a space? You can use '020' instead, if you like, to make it more obvious.

You might also want to explain what you mean by 'no proper structure'. :?
by chulett
Mon Mar 03, 2008 10:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: generating flat file from xml file
Replies: 29
Views: 7547

Reread my post. Pay more attention to the initial stage, which is not a sequential file stage.
by chulett
Mon Mar 03, 2008 10:53 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Warning _ORA-01861: literal does not match format string
Replies: 9
Views: 2802

True, you need the single quotes around the job parameter. Missed that. But no, your date mask is still wrong, it needs to match whatever your job parameter looks like.
by chulett
Mon Mar 03, 2008 10:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: generating flat file from xml file
Replies: 29
Views: 7547

lstsaur wrote:Develop a server job, Seq_01--->Xml_Input_02--->Seq_03, to learn how to use XML stage. It's much easier.

That should actually be:

Folder_01--->Xml_Input_02--->Seq_03

With perhaps a transformer in there as well.
by chulett
Mon Mar 03, 2008 10:07 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Warning _ORA-01861: literal does not match format string
Replies: 9
Views: 2802

:? A DATE isn't stored in any kind of external format, so your assertion regarding HLD_INSERT_DT is wrong. And the mask you use in a TO_DATE function should match what you have not what you think you want.

Code: Select all

TO_DATE(#WorkDate#,'DDMMYYYY')

Would be more appropriate.
by chulett
Mon Mar 03, 2008 8:51 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: source and target chaged
Replies: 6
Views: 2377

Not much, other than to point out the Usage Analysis tool for your metadata available from the Manager. It may help.
by chulett
Mon Mar 03, 2008 8:01 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Aggregating
Replies: 5
Views: 1348

Re: Aggregating

Some colleagues are suggesting that this would blow tablespace in Oracle That totally depends on your sql / explain plan, how Oracle decides to implement the table join. Drive from the small table and use nested loops against the larger and you should be fine. If you need to use hints to help it ou...
by chulett
Mon Mar 03, 2008 7:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Regarding the residense of log files in datastage.
Replies: 13
Views: 5414

Equivalents of those same functions exist as part of 'dsjob' so you could do the same from the command line. And the 'log file' is a hashed file, not part of the 'UV database'.