Search found 472 matches

by tonystark622
Fri Nov 05, 2004 7:54 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Calling ExecSh from another routine
Replies: 4
Views: 1586

That's what I thought too, Ray. When I call that routine using the DefFun that you supplied, I get: Program "DSU.UnixCmdTest": Line 11, Unable to open the operating system file "DSU_BP.O/ExecSH". My code is: FUNCTION UnixCmdTest(Arg1) DEFFUN ExecSH(InputArg, ErrorCode) Calling &q...
by tonystark622
Thu Nov 04, 2004 6:30 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Calling ExecSh from another routine
Replies: 4
Views: 1586

Yep, I can and did. I just didn't remember it till after I posted. :oops:

Tony
by tonystark622
Thu Nov 04, 2004 5:00 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Calling ExecSh from another routine
Replies: 4
Views: 1586

Calling ExecSh from another routine

Is it possible to call ExecSh from a "regular" (not Before/After) routine? If so, what do I have to put in the DefFun statement to do this?

Thanks,
Tony
by tonystark622
Thu Nov 04, 2004 3:40 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Delete a secondary index file
Replies: 2
Views: 1225

Thanks, Ray! I knew it had to be something like this, but didn't know where to go with it. I appreciate your help.

Tony
by tonystark622
Thu Nov 04, 2004 3:09 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Delete a secondary index file
Replies: 2
Views: 1225

Delete a secondary index file

I have a few instances where I create a secondary index on a hash file using CREATE.INDEX hash_name keyname . These hash files have been created in a directory other than the project directory. When I run the CREATE.INDEX command, DataStage creates a directory named I_hash_name (where hash_name is t...
by tonystark622
Tue Nov 02, 2004 1:55 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Is ODBC required for Database communications in DataStage?
Replies: 4
Views: 2083

If you look in the DataStage directory under "Program Files" on your hard drive (wherever you have it installed), there's a "Docs" directory. In the "Docs" directory is a file called "DRSStage.pdf". This should provide you with the info you need (I hope, I hav...
by tonystark622
Tue Nov 02, 2004 1:45 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Is ODBC required for Database communications in DataStage?
Replies: 4
Views: 2083

You can definitely access the Oracle libraries directly by using an OracleOCI stage (OracleOCI9) or the DRS stage. The Oracle Libraries have to be configured correctly in DataStage's environment. This is usually done in the dsenv file.

Tony
by tonystark622
Tue Nov 02, 2004 7:44 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: looping a record
Replies: 11
Views: 4961

Another thing you might consider: Write the data to a hash file. Add a unique key field (use @Outrownum as the value) and another field, F2. The derivation for F2 is a function (pass in Count as a parameter) (that you have to write) that returns a string of values from 1 to count, separated by @VM c...
by tonystark622
Mon Oct 25, 2004 3:08 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Server Config - dev test prod same machine?
Replies: 2
Views: 909

We've managed to get by with a dev and prod instance and put them on different machines. If we had QA functionality, I would put test on a machine by itself. My reasoning is that, especially with Windows machines, anything done on development or test would affect the performance of the production jo...
by tonystark622
Mon Oct 25, 2004 8:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Is there a limit for sequential file size ??
Replies: 4
Views: 3004

The only limit for file sizes with DataStage the operating system file size limit.

Tony
by tonystark622
Mon Oct 25, 2004 7:17 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Upsert problem
Replies: 4
Views: 2064

Check and make sure that you have the right columns defined as keys.

Good Luck!
Tony
by tonystark622
Thu Oct 21, 2004 4:01 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: job Parameters for Sequencer Jobs
Replies: 16
Views: 8939

Martin, Of course you don't have _all_ the flexibility in a Job Sequencer that you have in Job Control code. But, you can implement some pretty sophisticated things in Job Sequencers. I don't think that we have any Job Control jobs in our projects here. Everything is done in Job Sequencer Jobs. Best...
by tonystark622
Thu Oct 21, 2004 2:12 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: job Parameters for Sequencer Jobs
Replies: 16
Views: 8939

Martin,

It's possible to do the same thing from a Sequencer Job.

Tony
by tonystark622
Wed Oct 20, 2004 7:01 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Mutex errors
Replies: 12
Views: 6673

I thought it might, but couldn't find it when I looked in the manual. Ah well, at least I was trying to help.

Tony
by tonystark622
Wed Oct 20, 2004 7:13 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Mutex errors
Replies: 12
Views: 6673

I can't remember if the Link Collector requires Row Buffering and/or Inter Process to be enabled. Have you tried disabling Row Buffering?

Tony