Search found 1028 matches

by PhilHibbs
Fri Oct 01, 2004 4:20 am
Forum: Enhancement Wish List
Topic: Integrate BASIC file reading with other component
Replies: 8
Views: 7100

chulett wrote:Sure it can. Set 'Terminators' to 'None' and then ensure your Display metadata is correctly sized.
So have you ever needed to write a "Job Control" procedure that opens a file via a filehandle and writes out to another handle? Can you think of a file type of file that would need this?
by PhilHibbs
Fri Oct 01, 2004 3:46 am
Forum: Enhancement Wish List
Topic: Export log files
Replies: 2
Views: 3889

ray.wurlod wrote:That you can do. Choose File > Print, then the Print to File check box.
Wow thanks! The guy running the course said it wasn't possible, and I tried printing to a "Generic/Text Only" with "File..." as the port, and that just spewed gibberish. This is very useful.
by PhilHibbs
Fri Oct 01, 2004 3:17 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Diagnosing job aborts
Replies: 3
Views: 1972

Diagnosing job aborts

I was getting this failure earlier today: ========== Project:New (LTPW2PHIBBS) Job name:MergeTest Event #:25 Timestamp:01/10/2004 09:57:49 Event type:Warning User:UKI\phibbs Message: Attempting to Cleanup after ABORT raised in stage MergeTest..Merger ========== It turns out that the Merge stage didn...
by PhilHibbs
Wed Sep 29, 2004 6:39 am
Forum: Enhancement Wish List
Topic: Export log files
Replies: 2
Views: 3889

Export log files

I would like to be able to export the DataStage Director logs to plain text files that can be grepped.
by PhilHibbs
Wed Sep 29, 2004 6:34 am
Forum: Enhancement Wish List
Topic: Fixed-width, non-ambiguous font
Replies: 0
Views: 2456

Fixed-width, non-ambiguous font

Any edit box that contains code should be (or have the option to be) in a fixed-width serif font such as Courier New. It can be important whether that is a capital I or a lower-case L in a field or function name. Also, SQL is generally easier to read if it is laid out well, and that needs fixed-widt...
by PhilHibbs
Wed Sep 29, 2004 5:00 am
Forum:
Topic: i need metastage student guide
Replies: 9
Views: 4737

You get one by enrolling in the Ascential class. Any other source is illegal. Why is it illegal? I didn't sign an NDA or a contract not to re-sell my course notes (although my employer might have, I suppose). Not that I intend to, they belong to my employer anyway, I'm just interested to know what ...
by PhilHibbs
Wed Sep 29, 2004 4:45 am
Forum: Enhancement Wish List
Topic: Integrate BASIC file reading with other component
Replies: 8
Views: 7100

Why does it have to be BASIC? It doesn't, I'd rather write it in Perl! :wink: I am suggesting an enhancement (or replacement for) the existing facility to write a Server Job that is entirely implemented in BASIC. The Sequential File component does not appear to be capable of processing a file that ...
by PhilHibbs
Wed Sep 29, 2004 4:10 am
Forum: Enhancement Wish List
Topic: Integrate BASIC file reading with other component
Replies: 8
Views: 7100

Integrate BASIC file reading with other component

You can write a Server Job that is just a BASIC program that reads a binary file and spits out a text file that DataStage can then read with a Sequential File component. The Server Job canvas is blank, and can't hold any other components. :idea: What I would like is a "BASIC Code" componen...