Search found 53125 matches

by ray.wurlod
Fri Mar 16, 2007 1:39 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Migration 7.5x2 to 8.0
Replies: 15
Views: 4088

Data Sets don't migrate. Why would you want to? You normally overwrite them each run anyway. There is a post by kali recently on the question of how to migrate Data Sets, but no useful reply. I don't know of a reliable way to move them. Can't help with your second point, as I still have not played w...
by ray.wurlod
Fri Mar 16, 2007 1:36 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DS FUNCTIONS
Replies: 2
Views: 1028

Re: DS FUNCTIONS

Hi Gurus, can we invoke the functions like DSGetJobInfo from the command prompt. But these are functions, can we call these functions from command prompt or else these functions are used only in processing stages. cheers; saama No, in exactly the same way that you can't call SQL functions other tha...
by ray.wurlod
Fri Mar 16, 2007 1:34 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Moving Version Project
Replies: 3
Views: 1080

Should be just UPDATE queries, except that you have to determine the column names. These tables are fully documented, so you can do so readily with a LIST.DICT command.
by ray.wurlod
Fri Mar 16, 2007 1:33 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to supress leading Zeros
Replies: 7
Views: 2584

Not in a server job, it won't!
by ray.wurlod
Fri Mar 16, 2007 1:29 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage Crashes while loading table definintion
Replies: 6
Views: 3724

The documentation means that DataStage supports OCCURS n TIMES but does not support OCCURS 0 TO n TIMES DEPENDING ON column

While ever you have OCCURS DEPENDING ON in your copybook, the CFF stage is not going to be able to handle it. Prior to version 8.0, anyway.
by ray.wurlod
Fri Mar 16, 2007 1:26 pm
Forum: General
Topic: string replacement in mainframe job
Replies: 8
Views: 1992

It's a mainframe job. Unfortunately there is no function such as the one you seek in mainframe jobs. You have Len() to determine the length, and I think - without checking - that you have Str() which can generate repeated strings. So something like Str("*",Len(MyString)) might do it for you.
by ray.wurlod
Fri Mar 16, 2007 6:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: List of processes - Sun Solaris
Replies: 5
Views: 1519

From Director client you can use the Cleanup Resources tool. For an individual parallel job you can set the APT_PM_SHOW_PIDS environment variable. Or you can get in to the DataStage environment on the server in a project directory and execute the DS.TOOLS menu. Invoke the sub-menu to work with proce...
by ray.wurlod
Fri Mar 16, 2007 6:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ODBC Timeout Expired Error
Replies: 18
Views: 13350

:shock: Can you use TOAD or sqlplus with SQL Server?!!
by ray.wurlod
Fri Mar 16, 2007 6:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Fatal error with Reason codes
Replies: 1
Views: 618

Somewhere in the MQ Series documentation, I would guess.
by ray.wurlod
Fri Mar 16, 2007 6:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: What is the best way to stop a DB2 Load job running?
Replies: 4
Views: 3654

Please post the exact warning.

Check that you are providing the correct pathname for dsrecords and the correct pathname for the xyz.ds file - that is, the Data Set control file.

Code: Select all

$APT_ORCHHOME/bin/drecords -n /opt/etl/.../xyz.ds
by ray.wurlod
Fri Mar 16, 2007 6:11 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: No Limit settings
Replies: 4
Views: 2153

You can set the default in Director using Options from the Tools menu.

But that default is only for jobs started from that particular Director client by that particular user - it becomes a Registry entry on the client PC.
by ray.wurlod
Fri Mar 16, 2007 6:06 am
Forum:
Topic: Needs named companies who successfully implemented MetaStage
Replies: 8
Views: 3588

:!: Just don't break any confidences or non-disclosure agreements!
by ray.wurlod
Fri Mar 16, 2007 6:04 am
Forum: Data Quality Best Practices
Topic: Smart Data Quality Tool
Replies: 5
Views: 10292

I know of no work in the field of neural net or any other "automatic" mechanism to do what you suggest. Maybe there's a PhD in it?
by ray.wurlod
Fri Mar 16, 2007 6:02 am
Forum: IBM QualityStage
Topic: Unable to allocate Output Buffer
Replies: 3
Views: 2356

These are totally unrelated to the first set of errors. What is the nature of "some workaround"? Is this being run from DataStage or wholly within QualityStage? If from DataStage, do you get the warnings when running the QualityStage job within QualityStage only? (For example, if you don't, you've n...
by ray.wurlod
Thu Mar 15, 2007 9:42 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ODBC Timeout Expired Error
Replies: 18
Views: 13350

It's not DataStage. The message shows that the ODBC driver manager was successfully loaded, and the SQL Server driver was successfully loaded using the libssclient20 library. So the problem is outside the ODBC driver - maybe the network but I'd be checking the database server first.