Search found 42189 matches

by chulett
Fri Feb 20, 2009 5:08 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Large routine arguments
Replies: 2
Views: 1148

Good. I seemed to recall you stating this in the past but wanted to double-check. Thanks! :D
by chulett
Fri Feb 20, 2009 4:15 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Large routine arguments
Replies: 2
Views: 1148

Large routine arguments

Just wondering if I should be concerned about something. I'm taking a routine that passes in as one of its arguments a dynamic array of indeterminate size and modifying it to take three arrays. I really can't say how large is 'large' as they will change in size from run to run and call to call but I...
by chulett
Fri Feb 20, 2009 3:53 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DataStage SAP Pack for ECC
Replies: 2
Views: 2608

I would think that's really a question for IBM, but perhaps someone here knows as well.
by chulett
Fri Feb 20, 2009 3:52 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How much time CLEAR command takes to clear RT_LOG of 2 GB
Replies: 7
Views: 2950

No time to speak of. It basically deletes what's there and recreates it empty, from what I've seen.
by chulett
Fri Feb 20, 2009 3:51 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: FTP Plug in fatal Error
Replies: 5
Views: 1687

Not sure there is a 'best' way. Command line ftp is a way, as well as scp. Many shops have 3rd party utilities they've purchase to transfer files. Ask your Admins there how you should be transferring your file.
by chulett
Fri Feb 20, 2009 3:48 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Set Project to Compile before execute
Replies: 37
Views: 9234

You'd need to 'attach' to the job first to establish the handle. How about posting the relevant chunk of your job control code?
by chulett
Fri Feb 20, 2009 3:47 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Is it Possible to Call DataStage Basic in Custom Routine?
Replies: 4
Views: 2256

Ah... sorry - the DEFFUN is not needed for internal functions, but for other routines, yes. And depending on the function, you may or may not need to 'include' anything.
by chulett
Fri Feb 20, 2009 3:44 pm
Forum: General
Topic: calculations on varchar field
Replies: 3
Views: 872

Pretty much exactly what Ray told you when you asked this same question in your other thread. :wink:
by chulett
Fri Feb 20, 2009 12:34 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: JOB STOPPING WITHOUT EXPLANATION
Replies: 32
Views: 6079

If your hashed file needs to grow beyond the well-documented 2GB size barrier with the default 32bit addressing, you'll need to create it as a -64BIT hashed file then.
by chulett
Fri Feb 20, 2009 12:32 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Can DataStage routines write binary files?
Replies: 8
Views: 4938

AHA! There's the secret. :wink:
by chulett
Fri Feb 20, 2009 12:30 pm
Forum: General
Topic: Job already exists in this project - tried DS.REINDEX.ALL
Replies: 5
Views: 5772

Isn't there more to this in the 8.x release now? The issue could be in the relational repository, yes? Or would that generate a different error, I wonder...
by chulett
Fri Feb 20, 2009 12:04 pm
Forum: General
Topic: RANDOM "GCI subroutine: Access violation" WARNING
Replies: 2
Views: 1727

Line 676 is not from the job, it's from the program noted in the log message - an internal DataStage program called DSD.StageRun, of which we don't have access to the source. So... Doing anything... strange... in the transformer in your derivations? Using stage variables? Etc. If you rerun the jobs ...
by chulett
Fri Feb 20, 2009 11:34 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Can DataStage routines write binary files?
Replies: 8
Views: 4938

That's true... if you are producing this for consumption elsewhere (like a mainframe) then you may be able to write it out as normal ASCII and then have the transfer mechanism do the EBCDIC conversion. May be complicated if you have any packed fields, however.
by chulett
Fri Feb 20, 2009 11:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: FTP Plug in fatal Error
Replies: 5
Views: 1687

The host or even the network. You'll need to involve your network and/or system support people to figure it out.
by chulett
Fri Feb 20, 2009 10:43 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Can DataStage routines write binary files?
Replies: 8
Views: 4938

Actually, AFAIK you *should* be able to 'just send it' but honestly never had a need to try. Do you have NLS enabled? :?

Also, what are you using to view the file after it is created?