Search found 53125 matches

by ray.wurlod
Thu Apr 19, 2012 11:07 pm
Forum: General
Topic: Import to Director ??
Replies: 6
Views: 1699

There is an API function and a dsjob option for writing events to the log, but neither of these allow you to tamper with existing events. I agree with the undesirability of importing logs. On the other hand, a tool that could view archived logs might be a useful thing to have (and not difficult to c...
by ray.wurlod
Thu Apr 19, 2012 4:51 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to get first or nth character from a string?
Replies: 9
Views: 11778

Actually substrings() is a function available in the Transformer stage, but the substring operator ([]) will be slightly more efficient. The nth character in a string is given by string[n,1] Note, too, that substrings in the Transformer stage are 1-based, not 0-based. You also have string_trim() ava...
by ray.wurlod
Thu Apr 19, 2012 4:48 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Issue in SQL statement
Replies: 5
Views: 1218

Is isnull() really the function you want to use, and does it really take two arguments?
by ray.wurlod
Thu Apr 19, 2012 4:46 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Single charcter match along with LIKE
Replies: 10
Views: 2363

With an Index() function. It searches for substrings (specify the substring - you don't need a wildcard character).
by ray.wurlod
Thu Apr 19, 2012 4:42 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reading TEXT from SYBASE into CLOB in ORACLE
Replies: 15
Views: 5761

Connectors are available in server jobs.
by ray.wurlod
Thu Apr 19, 2012 4:36 pm
Forum: General
Topic: $DSHOME/bin not part of dsenv file
Replies: 4
Views: 2961

By default $DSHOME/bin is not included in PATH in dsenv. DataStage projects know where it is (because they know where $DSHOME is). Lots of sites do include it so that they can source dsenv and then execute commands from the command line (explaining your experience), but it's not necessary for DataSt...
by ray.wurlod
Thu Apr 19, 2012 3:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: provide logic to find rank
Replies: 17
Views: 5316

Not true. You have to change the Transformer stage properties explicitly to have it run in sequential mode (another way is to force the entire job to run in sequential mode, or to use a one-node configuration file). Rank is not really an ETL function - it's a display function. That said, it can be d...
by ray.wurlod
Wed Apr 18, 2012 8:22 pm
Forum: General
Topic: Find where used not showing all the dependent items
Replies: 4
Views: 1133

Are the Dependencies tab information details in the sequence all set correctly?
by ray.wurlod
Wed Apr 18, 2012 8:20 pm
Forum: General
Topic: Client Installation Error 8.7 Windows
Replies: 7
Views: 2921

The AppServerAdmin.bat -user command can be used to reset the administrative user.
by ray.wurlod
Wed Apr 18, 2012 8:05 pm
Forum: General
Topic: Datastage App using API
Replies: 7
Views: 9823

Should be.

There was a browser-based Director client available in the mid 7.x releases, but they dropped this idea for no given reason.
by ray.wurlod
Wed Apr 18, 2012 4:12 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Complex Flat File Stage
Replies: 27
Views: 10509

The "A margin" in a COBOL FD is the column in which the "01" of the Level 01 items exists.
by ray.wurlod
Wed Apr 18, 2012 4:11 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Use Virtual dataset as reference in lookup
Replies: 2
Views: 3245

The virtual data set is created and indexed automatically (by the LUT_CreateOp operator in the score). You don't have to worry about it.
by ray.wurlod
Wed Apr 18, 2012 4:08 pm
Forum: General
Topic: SQL Server - Windows Authentication
Replies: 2
Views: 1074

From UNIX ?!! Where do you propose to get this Windows authentication from?
by ray.wurlod
Wed Apr 18, 2012 4:06 pm
Forum: General
Topic: log files not releasing space
Replies: 12
Views: 6349

Hashed files do not release space unless they are resized. The philosophy is that they will soon need that space again, so may as well hang on to it when records are deleted.
by ray.wurlod
Wed Apr 18, 2012 4:01 pm
Forum: Information Analyzer (formerly ProfileStage)
Topic: Notes
Replies: 5
Views: 2480

Good thought. Alas customer does not (yet) have MWB. But I'll try it myself, maybe can convert into an opportunity.