Search found 42189 matches

by chulett
Tue Sep 16, 2008 3:29 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Trying to skip reading of header and trailer
Replies: 5
Views: 2413

I had maxed my browser window so there was no wrapping, so I guess it's more of a proportional font issue. :wink:
by chulett
Tue Sep 16, 2008 3:26 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: extract data from Emails, PDF files ?
Replies: 7
Views: 2672

There's that. There was also a ClickPack available that would allow you to access emails and weblogs from what I recall, but I say "was" because AFAIK support for it has been dropped and it's not a part of the 8.x release. It was kind of interesting as it brought Perl support into DataStage. I don't...
by chulett
Tue Sep 16, 2008 3:08 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Trying to skip reading of header and trailer
Replies: 5
Views: 2413

This doesn't look fixed-width, even after taking the header and trailer out of the picture. Each record needs to be the exact same number of bytes to be successfully read as a fixed-width file. And that includes the header and trailer records. If you are sure about the fixed-width-ness of it, try re...
by chulett
Tue Sep 16, 2008 2:22 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Not able to view data on OCI stage
Replies: 5
Views: 1507

Turns out you can view reference data for simple queries. Once you added a second reference to the :1 bind variable in your subquery, that's what 'broke' the viewer and generates the "not all variables bound" error.
by chulett
Tue Sep 16, 2008 1:36 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Not able to view data on OCI stage
Replies: 5
Views: 1507

I don't believe you can do a 'View Data' from a reference link with user-defined sql, if at all. I'll see if I can check later...
by chulett
Tue Sep 16, 2008 11:32 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Not able to view data on OCI stage
Replies: 5
Views: 1507

So... a select with bind variables, this is for a direct database lookup yes?
by chulett
Tue Sep 16, 2008 11:31 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Version control setup details
Replies: 3
Views: 1030

version-control is additional feature available in DS Server Edition (7.5.2). :wink:
by chulett
Tue Sep 16, 2008 10:53 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Version control setup details
Replies: 3
Views: 1030

It's an optional client side tool that you'd need to install on your PC from the client CDROM. Once you do, you'll have both online help and a pdf document that lays everything out.
by chulett
Tue Sep 16, 2008 10:03 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to ceate a Signal-File when a job has finished OK
Replies: 4
Views: 2052

Your expectation is faulty. :wink:

Technically, 'after job' the job is still running. You have to check the JOBINTERIMSTATUS to find out what status it will end up with (assuming your after job routine doesn't blow up, of course) and create your file based on that.
by chulett
Tue Sep 16, 2008 8:14 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Creating directories
Replies: 7
Views: 2254

Hmmm... thought that just created intermediate directories in the path but you're correct - it also suppresses errors if the directories already exist. Learned something new today! :lol:
by chulett
Tue Sep 16, 2008 7:59 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: can view data through DB2 aPI Stage, but unable to fetch fro
Replies: 3
Views: 1191

You've not only posted in the 'wrong' forum but you've marked your job as a Server job when it obviously isn't. Please try to set those correctly in the future.
by chulett
Tue Sep 16, 2008 7:58 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Creating directories
Replies: 7
Views: 2254

Right, aren't you going to need a script for this? Unless the directories never exist, you'll need to check first and only create if they don't, otherwise you'll generate errors.
by chulett
Tue Sep 16, 2008 7:55 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: get number of records in the file
Replies: 3
Views: 1254

Aggregator or a stage variable, I would think.
by chulett
Tue Sep 16, 2008 7:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: extract data from Emails, PDF files ?
Replies: 7
Views: 2672

Short answer? No. You might want to expand on what 'extract data' means, however. Any specifics you'd care to share?
by chulett
Tue Sep 16, 2008 7:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: version control features in PX
Replies: 8
Views: 2786

Note the version being discussed. 8. Version Control was removed from the 8.x release and will (eventually) be replaced with support for standard SCCS type tools in a future release... 8.2? I don't recall.