Search found 42189 matches

by chulett
Thu Apr 30, 2009 4:13 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: decimals read as ]38,10]
Replies: 11
Views: 2829

Command line executable.
by chulett
Thu Apr 30, 2009 4:10 pm
Forum: General
Topic: Disable auto purge of job logs
Replies: 5
Views: 2638

It's not a workaround, per se, but yes - Project level stores the default value applicable only to new jobs. Changes to existing jobs need to be done at the individual job level.
by chulett
Thu Apr 30, 2009 1:47 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to get the Job designs based on the Executable Jobs
Replies: 3
Views: 1177

Out of curiousity... 'retrieve' in what sense? Rebuild / reverse engineer?
by chulett
Thu Apr 30, 2009 1:05 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: decimals read as ]38,10]
Replies: 11
Views: 2829

Hmmm... that's more for Server, for PX you should be using orchdbutil from what I understand.
by chulett
Thu Apr 30, 2009 12:09 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: decimals read as ]38,10]
Replies: 11
Views: 2829

So, they are actually NUMBER(15) fields in Oracle? What are you using to do the metadata import? :?
by chulett
Thu Apr 30, 2009 10:28 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Can we call a macro from Datastage job
Replies: 6
Views: 3900

Not that I am aware of, but perhaps someone else knows a way. So, you need to do more than, say, create a .csv data file that someone could then open in Excel, yes?
by chulett
Thu Apr 30, 2009 10:26 am
Forum: General
Topic: Datastage routine to run SQL queries directly
Replies: 11
Views: 23634

You would have to write a batch file to call your command line query tool of choice and then use ExecDOS directly or DSExecute in a routine to execute it. ... That's what I've done now. However the batch file always returns a positive result since even if the SQL query fails as far as DOS is concer...
by chulett
Thu Apr 30, 2009 5:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to read from Oracle Database Source
Replies: 11
Views: 3980

Are you able / willing to try a 9.2.0.1 version of the client on AIX as well?
by chulett
Thu Apr 30, 2009 5:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to restore the datastage projects
Replies: 7
Views: 2029

:shock: No. You can reinstall DataStage but without backups of any kind, all of your work (the jobs, etc) is gone. Someone needs to be shot. A couple of someones, it seems.
by chulett
Thu Apr 30, 2009 5:50 am
Forum: General
Topic: Datastage routine to run SQL queries directly
Replies: 11
Views: 23634

You would have to write a batch file to call your command line query tool of choice and then use ExecDOS directly or DSExecute in a routine to execute it.
by chulett
Thu Apr 30, 2009 5:46 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Can we call a macro from Datastage job
Replies: 6
Views: 3900

Macro? What kind of 'macro'... an Excel macro? :?
by chulett
Thu Apr 30, 2009 5:45 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job Scheduling In Server Edition
Replies: 7
Views: 2333

DataStage does not have a "scheduler" built in but rather leverages whatever the O/S provides. For Windows that would be "at", for UNIX both "cron" and "at".
by chulett
Thu Apr 30, 2009 5:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Code compare tool of DataStage jobs
Replies: 2
Views: 1469

In that version, pretty much all you can do is export both to .dsx files and then use something like UltraCompare to diff them. From what I understand, in later (8.x) versions the 'diff' is built into the GUI.
by chulett
Thu Apr 30, 2009 5:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ODBC Stage as the target table performancance issue
Replies: 1
Views: 851

:? How is this question any different than your other 'performance' issue? Talk to your Sybase DBA about bulk loading options.
by chulett
Thu Apr 30, 2009 5:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem with NUM function
Replies: 8
Views: 3125

As suggested earlier, IsValid() should be another choice.