Search found 53125 matches

by ray.wurlod
Tue Jan 14, 2014 10:26 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle Configuration
Replies: 8
Views: 4060

Try putting lib32 into LIBPATH ahead of lib in the dsenv script.
by ray.wurlod
Tue Jan 14, 2014 8:15 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Mainframe CopyBook question
Replies: 9
Views: 2974

I've never been able to get "." to work with signed decimal numbers (those beginning with "S") which I've mainly used. That's why I thought that only "V" is valid.
by ray.wurlod
Tue Jan 14, 2014 3:41 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Mainframe CopyBook question
Replies: 9
Views: 2974

S9(9).99 is not valid COBOL. It needs to be S9(9)V99 - as the examples that imported successfully show. Have "them" provide a correct copybook.
by ray.wurlod
Tue Jan 14, 2014 3:36 pm
Forum: General
Topic: Getting the list of IS users along with last logged-in time
Replies: 11
Views: 4192

Good catch from Stuart. I'm working in an environment where most users have no access at all to the services tier.
by ray.wurlod
Mon Jan 13, 2014 9:55 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequential File Being Referenced by Separate Jobs
Replies: 6
Views: 2462

Is the file system on which the file is located accessible to every machine in the grid that might be allocated as a compute node? (This is a requirement for success.)
by ray.wurlod
Mon Jan 13, 2014 4:11 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: remove string Dynamically
Replies: 3
Views: 1707

If you use a BASIC Transformer stage the following expression will work. MatchField(InLink.TheString, "~0N0N0X", 2) This returns the first wholly numeric string in the original string. The tilde in the pattern is unrelated to tildes in the source string. The first part of the pattern (&quo...
by ray.wurlod
Mon Jan 13, 2014 4:06 pm
Forum: General
Topic: Getting the list of IS users along with last logged-in time
Replies: 11
Views: 4192

Nothing I know of. There may be something like this in the new operational quality monitoring tool for 9.1.2, but I haven't played with that yet.
by ray.wurlod
Sun Jan 12, 2014 8:08 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Modify Stage to mimic Transformer TRIM() function
Replies: 7
Views: 3220

Contemplate also the following Modify stage functions (available in 9.1 - you'll need to check for earlier versions). compact_whitespace() strip_whitespace() trim_leading() trim_trailing() trimc() - this is the closest approximation to the Transformer Trim() function For ustring data type precede ea...
by ray.wurlod
Sun Jan 12, 2014 4:12 pm
Forum: General
Topic: Drop wasadmin - Problems with WAS & Datastage authentica
Replies: 3
Views: 1749

You may need to run the AppServerAdmin.sh script to re-synchronize. Your official support provider will take you through the process if you're unfamiliar with it.
by ray.wurlod
Sat Jan 11, 2014 4:46 pm
Forum: Site/Forum
Topic: Mark As Unread
Replies: 4
Views: 6605

Mark As Unread

Sometimes when working on a DSXchange question I want to spend more time on it than I currently have available. I'd like the ability to mark a post as unread, so I can easily return to it.

Some other way of flagging posts (apart from adding to Favorites) would be second choice.
by ray.wurlod
Sat Jan 11, 2014 4:39 pm
Forum: IBM QualityStage
Topic: Display output columns in test window
Replies: 5
Views: 3768

Good catch. Your QS processing must populate columns in order for them to be visible in the Test Rule window. For example, if a name without a title is processed, then the NamePrefix column will not appear.
by ray.wurlod
Fri Jan 10, 2014 1:55 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Process/query still running after job aborted
Replies: 1
Views: 1086

Database queries are asynchronous; they are submitted to the database server and results are awaited. There is nothing in DataStage that allows you manually to stop what the database server is doing (though its internal error handling can achieve this if a job aborts). You need to have a DBA termina...
by ray.wurlod
Fri Jan 10, 2014 4:18 am
Forum: IBM QualityStage
Topic: Display output columns in test window
Replies: 5
Views: 3768

If the columns are in the dictionary file, they should appear in the test window.
by ray.wurlod
Wed Jan 08, 2014 4:56 pm
Forum: General
Topic: Using ODBC connection via DS Basic
Replies: 6
Views: 1387

The UNIVERSE.INCLUDE location has been available since version 1.0.
by ray.wurlod
Wed Jan 08, 2014 1:21 am
Forum: General
Topic: Error logging in with newly created user id
Replies: 10
Views: 4754

You're missing one of the DataStage product roles and, if that's DataStage User, configuring that user's access to the project.