Search found 42189 matches

by chulett
Wed Jun 22, 2005 2:48 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: shell script
Replies: 7
Views: 3361

There's one here.
by chulett
Wed Jun 22, 2005 1:49 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Why Rnd() function generates same number twice?
Replies: 10
Views: 2965

Re: Why Rnd() function generates same number twice?

saadmirza wrote:keeping in mind that Rnd() function will not generate random number twice...

What makes you think that statement is true? :? Kind of flies in the face of what the term 'random' means.
by chulett
Tue Jun 21, 2005 7:34 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Installing ClickPack?
Replies: 3
Views: 1353

Yah, the addition of this seems to enable using Perl from your DataStage jobs, which is what it uses to do the log parsing from what I've read. I'll see about importing the .dsx they have provided, but don't recall seeing documented anywhere the need to register any plugins - even though that does m...
by chulett
Tue Jun 21, 2005 4:57 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Installing ClickPack?
Replies: 3
Views: 1353

Installing ClickPack?

I need to get ClickPack installed for one of the developers here on our dev server and I don't know beans about it other than what it purports to do. At this point I'm wondering if there is more to it than simply mounting the cdrom and running the 'install.sh' script in the 'clickpack' directory? I ...
by chulett
Tue Jun 21, 2005 10:36 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Category and SubCategory
Replies: 6
Views: 1394

Either precreate it in the Manager (File/New Category) or just create it on the fly when saving the job. A backwards slash denotes a subcategory.
by chulett
Tue Jun 21, 2005 10:34 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Category and SubCategory
Replies: 6
Views: 1394

databin wrote:Save job 'xyz' in the directory Jobs/newdirectoryname.

Actually, it would be 'Jobs\newdirectoryname'. :wink:
by chulett
Tue Jun 21, 2005 8:18 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: SQL Runing On Several Tables
Replies: 7
Views: 1264

Maybe you haven't gotten a 'reasonable answer' because your question is practically incomprehensible. Going off the "I want to run sp and thatis it" part, why not just write a batch file to call your sql tool of choice and execute the stored procedure? Run it from a Routine Activity stage in the Seq...
by chulett
Tue Jun 21, 2005 7:20 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Need Help In Resolving Lookup
Replies: 10
Views: 3287

In other words, directly in the Key Expression. :wink:
by chulett
Mon Jun 20, 2005 6:09 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to measure performance?
Replies: 19
Views: 5910

I'd be happy to help as well - as long as you promise not to laugh at the numbers we get off of our [cough] 'Super' [/cough] domes, that is. Is it worth waiting for the Sept Hawk release and the new repository? Process metadata may be easier to extract in that release then it is in the previous rele...
by chulett
Mon Jun 20, 2005 11:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Exporting Jobs/Sequencers
Replies: 5
Views: 1888

Search the forum for 'DSX Cutter'.
by chulett
Mon Jun 20, 2005 6:47 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ODBC Connection from DataStage to Informix
Replies: 7
Views: 5833

Ask your DBA.
by chulett
Sat Jun 18, 2005 6:43 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to measure job complexity?
Replies: 30
Views: 13226

:D Something similar going on at the company I'm currently working for. Salespeople are tracked and compensated by two different systems. The tracking system is very cool and quite flexible when it comes to dealing with all of the tricks people have come up with to 'beat the system'. On the compensa...
by chulett
Fri Jun 17, 2005 7:17 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: $ErrMessage in body of email from notification stage
Replies: 2
Views: 1648

Not specifically. There is a check box to include errors in the outgoing email, but it is basically excerpts from job logs. There is no support for Job Parameters in the Notification Activity stage but I can't say for sure regarding environment variables.

Give it a try, let us know.
by chulett
Fri Jun 17, 2005 3:41 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Invalid Character
Replies: 6
Views: 2234

The 'invalid character' is the semi-colon you put at the end of the SQL statement... take it off. View Data will work with it there, but the job won't run. :wink:
by chulett
Fri Jun 17, 2005 1:10 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: trouble importing OracleOCI definitions
Replies: 9
Views: 1577

PeopleSoft by chance? :twisted: In a PeopleSoft instance, all application tables are owned by SYSADM - and that can be 20 or 30 thousand tables.

You must learn patience, Grasshopper.