Search found 42189 matches

by chulett
Thu Dec 18, 2008 10:05 am
Forum:
Topic: Deleted
Replies: 2
Views: 1141

OK, I take that back. FIVE times now, why is this so hard for you to get right? One post in the proper forum is all it takes. :roll: This is not a metadata question. It is a technique question. It should be posted in the forum appropriate to job type (server or parallel). Metadata Workbench is not D...
by chulett
Thu Dec 18, 2008 9:59 am
Forum:
Topic: Deleted
Replies: 1
Views: 930

:!: Dude, you've now posted this same question FOUR TIMES in the wrong damn forum. Post it in the proper forum based on the job type and people will be more than happy to share helpful thoughts with you.
by chulett
Thu Dec 18, 2008 9:54 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: create epty files
Replies: 4
Views: 1188

You just need to create them empty? Empty empty? It's not like a database table where you create it based on metadata, for that on UNIX just use 'touch' and the filename to create the zero byte placeholder. If you need a header record with column names, you could cat that to each name to create a 1 ...
by chulett
Thu Dec 18, 2008 9:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to minus one day from a give timestamp data
Replies: 9
Views: 3398

Investigate the use of the DaysFromDateSince function, both by searching here and by reading the documentation.
by chulett
Thu Dec 18, 2008 8:02 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Server jobs vs parallel jobs
Replies: 6
Views: 2364

Where is your expertise - Server or Parallel? What part of this do you need help with?
by chulett
Thu Dec 18, 2008 7:54 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ds_uvput():record contains characters not define in NLS Map
Replies: 3
Views: 1663

Generally, one overcomes problems by answering the questions the people trying to help have asked.
by chulett
Thu Dec 18, 2008 7:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: warning while running the job
Replies: 4
Views: 1955

DB2 does that. Make sure your update or delete actually has a row to update/delete before you fire it. Or use a message handler to demote the warning to informational.
by chulett
Thu Dec 18, 2008 7:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML Output Filenames
Replies: 5
Views: 1464

Which part is unclear? Basically, all I was noting is what we are doing - building the XML files with what is in essence a static name and then renaming them afterwords to what we really want them to be. Part of the process writes out to a flat file (from the data) the information we need to do the ...
by chulett
Thu Dec 18, 2008 7:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Scramble the data
Replies: 3
Views: 957

I don't think kamalshil noticed not just the order was 'scrambled' but the first and last names were as well. What you are doing is called data masking and it is not all that easy without dedicated routines / functions. IBM does supply them, but (for now) only through engaging their services. Some d...
by chulett
Thu Dec 18, 2008 7:36 am
Forum:
Topic: How to minus one day from a give timestamp data
Replies: 1
Views: 1028

:!: This is not a metadata question. It is a technique question. It should be posted in the forum appropriate to job type (server or parallel). Metadata Workbench is not DataStage. This forum is for Metadata Workbench questions.
by chulett
Wed Dec 17, 2008 10:08 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Fault Type 11
Replies: 6
Views: 1727

Wherever you found it should have included some information about its use, I would think.
by chulett
Wed Dec 17, 2008 9:44 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to install Teradata Client
Replies: 1
Views: 1206

Welcome. That's not really a DataStage question, though some here may be able to answer it. You are probably better off posting in an official Teradata support forum or pinging their support people for help, especially if no-one else chimes in here.
by chulett
Wed Dec 17, 2008 6:08 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: reguler expression substitution
Replies: 8
Views: 3133

You mean like 'F' and 'U'? :wink:
by chulett
Wed Dec 17, 2008 6:06 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to abend a job that has Oracle insert/update rejects?
Replies: 12
Views: 6507

Then simpy set the "Abort after X rows" value on the reject link to 1 and the first record down it will abort the job. Now, someone else will need to speak to how this is impacted by running in a multi-node configuration in a Parallel job but I believe this should work for you.
by chulett
Wed Dec 17, 2008 5:12 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to abend a job that has Oracle insert/update rejects?
Replies: 12
Views: 6507

The answer will be different, depending on if you want to track all rejects and then abort after all have been logged or simply abort on the first one you find.