Search found 42189 matches

by chulett
Tue Nov 07, 2006 11:50 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DS Hashed File
Replies: 13
Views: 4329

Actually, Ken Bland wrote the article you are thinking of.
by chulett
Tue Nov 07, 2006 10:52 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: folder stage
Replies: 3
Views: 1334

How many columns do you have defined in the Folder stage - one or two? I am also curious how you are planning on 'extracting pdf files' with it. :?
by chulett
Tue Nov 07, 2006 9:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Use of special characters as delimiter in sequential file
Replies: 8
Views: 9113

Actually, just type the '253'... no alt required. :wink:
by chulett
Tue Nov 07, 2006 9:54 am
Forum: General
Topic: Job sequence compilation problems
Replies: 8
Views: 5212

Sequence jobs are agnostic and apply to both products, so are perfectly fine being posted about here.
by chulett
Tue Nov 07, 2006 9:52 am
Forum: IBM<sup>®</sup> DataStage TX
Topic: Difference between TX, Hawk and SOA....
Replies: 7
Views: 4311

'Hawk' was a code name, it is actually the 8.x version of the Enterprise Edition of DataStage.
by chulett
Tue Nov 07, 2006 7:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Flat File with Header, Body And Footer
Replies: 9
Views: 6252

Yup, you can always take that approach as long as you don't mind parsing out all of the individual columns for each piece yourself. Pretty sure the CFF stage will automate all that.
by chulett
Tue Nov 07, 2006 7:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Could not load "V52S0_XXXXXXXX"
Replies: 7
Views: 2244

The implication being that V52S0 is the 52rd container in the job? :?
by chulett
Tue Nov 07, 2006 7:43 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: CheckPoints in Sequencer
Replies: 13
Views: 5689

Thanks Chuck. You can also consider something like a 'check-point' system, one that records the most recent commit point as the job runs in a flat file, for instance. At completion of the job the file is deleted. Before starting the job the file is checked and - if it exists - that number is passed ...
by chulett
Tue Nov 07, 2006 7:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Flat File with Header, Body And Footer
Replies: 9
Views: 6252

Is it a normal file that can be seen using cat command or vi editor? Or is getting generated from mainframe system. Mainframe systems produce 'normal' files, too. Are you trying to ask if it is EBCDIC or has packed fields in it? That would help make the case for using the CFF stage, but its use cer...
by chulett
Tue Nov 07, 2006 7:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Could not load "V52S0_XXXXXXXX"
Replies: 7
Views: 2244

It would help more if you actually posted the complete messages as requested. Not an excerpt or something paraphrased but the actual complete messages you received.
by chulett
Mon Nov 06, 2006 11:41 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Could not load "V52S0_XXXXXXXX"
Replies: 7
Views: 2244

Post a complete example, copy and paste from the log.
by chulett
Mon Nov 06, 2006 10:27 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Time Out Error
Replies: 3
Views: 1179

:idea: Search the forums for 'Timed out while waiting for an event'.
by chulett
Mon Nov 06, 2006 8:23 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Transfer a Batch of Data over a link
Replies: 6
Views: 1091

:oops: Doh! I saw the 'UV' in the question but translated that to 'ODBC' in my head when replying... probably because I had just come from the other post.
by chulett
Mon Nov 06, 2006 8:18 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Accessing DB2 using ODBC
Replies: 2
Views: 648

And make sure you click that 'Get SQL Info' button at least once... it's called something like that, anyway.
by chulett
Mon Nov 06, 2006 7:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to Write the Statistics into a table?
Replies: 8
Views: 3289

Re: How to Write the Statistics into a table?

Chuah wrote:IF you can get them to a file, I don't see why you can't write them to a table, what you need is to write a simple Unix script...

Or... yet another DataStage job! :shock: :wink: