Search found 53125 matches

by ray.wurlod
Thu Nov 20, 2008 2:42 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML Read
Replies: 6
Views: 1924

Split the file so that there is only one message type in each file.
by ray.wurlod
Thu Nov 20, 2008 2:41 pm
Forum: Information Analyzer (formerly ProfileStage)
Topic: Information Analyzer and Access
Replies: 9
Views: 4644

If you can find a third-party UNIX-based ODBC driver for MS Access then Information Analyzer can be used to profile MS Access tables.
by ray.wurlod
Thu Nov 20, 2008 2:39 pm
Forum: General
Topic: how can i use NOT operator in TCL Command
Replies: 10
Views: 3821

NOT.MATCHING is a synonym for UNLIKE in RetrieVe query language. If you like that kind of thing.

Code: Select all

SSELECT DS_JOBS WITH NAME NOT.MATCHING "\\..."
by ray.wurlod
Thu Nov 20, 2008 2:35 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to write a unix condition
Replies: 13
Views: 3395

The same as it means in football (soccer) and many other sports. Do it again and there will be some form of sanction imposed.
by ray.wurlod
Thu Nov 20, 2008 2:34 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job Log - Fatal Error : Non-pipe....
Replies: 2
Views: 1582

What's on the other end of the lnk_tgtStHd link?
by ray.wurlod
Thu Nov 20, 2008 2:31 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reject String that has char outside specified ascii range
Replies: 1
Views: 770

You will need to create a routine that tests each character individually.
by ray.wurlod
Thu Nov 20, 2008 2:29 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to write a unix condition
Replies: 13
Views: 3395

You do NOT edit your post to remove the original questions.

YELLOW CARD
by ray.wurlod
Thu Nov 20, 2008 2:25 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: String pattern matching in lookup stage!!!
Replies: 5
Views: 2875

Use user-defined SQL in the database stage that services the reference link.

(Sparse lookup is not available for all database types.)
by ray.wurlod
Thu Nov 20, 2008 2:23 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Exception Handler
Replies: 4
Views: 1600

You can have whatever you like after an Exception Handler.
by ray.wurlod
Thu Nov 20, 2008 2:22 pm
Forum: General
Topic: how can i use NOT operator in TCL Command
Replies: 10
Views: 3821

The SQL SELECT uses NOT LIKE

However the RetrieVe SSELECT (which is not SQL) does not. It can use UNLIKE, but must use pattern match wildcards rather than SQL wildcards.

Code: Select all

SSELECT DS_JOBS WITH NAME UNLIKE "\\..."
by ray.wurlod
Thu Nov 20, 2008 2:18 pm
Forum: General
Topic: Data souce (DSN) using ODBC driver for Excel
Replies: 4
Views: 1333

Data Direct - the vendors of the drivers that ship with DataStage and other drivers. There are other vendors of ODBC drivers for UNIX - use the Internet to find them.
by ray.wurlod
Thu Nov 20, 2008 2:16 pm
Forum: General
Topic: calling routine/job across proejcts
Replies: 10
Views: 2803

I've already said I'm not going there.

All the information you need is in the DataStage BASIC manual. Go ahead, build yourself and your successors a maintenance nightmare!
by ray.wurlod
Thu Nov 20, 2008 2:14 pm
Forum: General
Topic: Populate Field with data from an other source.
Replies: 8
Views: 2194

What have you tried? I would imagine the solution would be fairly identical in a parallel Transformer stage, though the expression to generate the sequence number may need to take account of the fact that the Transformer stage is executing on more than one node - or you could force it to execute in ...
by ray.wurlod
Thu Nov 20, 2008 2:11 pm
Forum: IBM QualityStage
Topic: MatchDesigner usage with Blocking and Matching Columns
Replies: 5
Views: 2529

Try 850 or even 900 as your threshold.
by ray.wurlod
Thu Nov 20, 2008 3:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: copy dataset
Replies: 1
Views: 969

You can certainly copy them, but you must make sure that the data files' pathnames are exactly the same, because these pathnames are recorded in the descriptor file for the Data Set.