Search found 53125 matches

by ray.wurlod
Thu Jan 24, 2008 7:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Operator terminated abnormally recieved signal SIGSEGV
Replies: 1
Views: 1057

Doesn't Search work for you? This question has been answered a bazillion times (to steal one of Craig's non-words).
by ray.wurlod
Thu Jan 24, 2008 7:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sort in Ascending or Descending based on parameter
Replies: 8
Views: 1960

You still haven't answered my question about why you believe you need sequential execution.
by ray.wurlod
Thu Jan 24, 2008 7:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Remove duplicates-Unique only
Replies: 2
Views: 1165

Remove Duplicates stage will remove duplicates without needing any other stage.

You do, however, need to ensure that the data are key-partitioned and sorted on the keys being used to identify duplicates.
by ray.wurlod
Thu Jan 24, 2008 7:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: dsrecords command not working properly
Replies: 5
Views: 4774

You need to determine what operating system you are using (not just "UNIX" - I suspect it's Solaris) then what the appropriate shared library search list environment variable is for that operating system, whether it's LD_LIBRARY_PATH, LIBPATH or SHLIB_PATH. Then make sure that the requisite librarie...
by ray.wurlod
Thu Jan 24, 2008 7:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: numeric datatype ( problem retrieveing data )
Replies: 7
Views: 1873

The first problem is we have no idea what stage type you are using in each job, nor what the property settings of that stage type might be.
by ray.wurlod
Thu Jan 24, 2008 7:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Not able to fetch the files from parameter file
Replies: 2
Views: 804

Too many "it" and not enough detail. How - precisely - does the script work? Does DataStage invoke the script or vice versa? How do you transfer values, once read, into the job parameters? What's different when the different behaviours are observed?
by ray.wurlod
Thu Jan 24, 2008 7:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: problem with dssearch command
Replies: 8
Views: 5271

You can, of course, query the repository tables to find out what's recorded there. You can do this from a TCL command prompt or from the Administrator client command window. A suitable query is (and we should be well into the premium area by now): SELECT EVAL "@RECORD<31>" FMT '32L' COL.HD...
by ray.wurlod
Thu Jan 24, 2008 7:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: problem with dssearch command
Replies: 8
Views: 5271

What you see in the job properties is precisely what is in the repository tables at the time the job is opened.
by ray.wurlod
Thu Jan 24, 2008 7:13 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: want to get how many rows written/updated to the o/p file
Replies: 6
Views: 2642

A variable in a shell script or a variable in a DataStage BASIC routine, or a variable in some other setting?
by ray.wurlod
Thu Jan 24, 2008 7:12 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error in viewing the data
Replies: 4
Views: 1145

Whatever the error was in the data browser it has prevented the return of rows from the table, hence the "is empty" message. You need to involve your support provider who can ascertain what action #3 for the helper routine DSD.Browse is, and thereby narrow the focus of your investigation.
by ray.wurlod
Thu Jan 24, 2008 7:07 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Ignore one or more keys of an hashed file in a lookup
Replies: 14
Views: 3652

Are you using a custom before-job subroutine or one of the out-of-the-box ones? If the latter you can easily queue as many commands as you like, with @FM between them. If you are using, say, ExecTCL, then you need a workaround. The easiest is to execute each of the commands in turn in Administrator ...
by ray.wurlod
Thu Jan 24, 2008 7:04 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error while running Dsjobs
Replies: 12
Views: 4280

uvconfig file. But a better way to check the value actually being used is

Code: Select all

${DSHOME}/bin/analyze.shm -t | grep T30FILE
by ray.wurlod
Thu Jan 24, 2008 7:01 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Environment variable
Replies: 6
Views: 1275

That you are wrong when you assert that nothing had changed.

By recompiling you've destroyed all the evidence.
by ray.wurlod
Thu Jan 24, 2008 7:00 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: SERVER JOB NOT STOPPING!!!!!!
Replies: 13
Views: 4770

Find somebody who does have the requisite authorization, and have them clear the status file for this job.
by ray.wurlod
Thu Jan 24, 2008 6:57 am
Forum: General
Topic: Data Stage Version Compatibility.
Replies: 3
Views: 1072

Welcome aboard. Please do not ask for ASAP here, as it offends. DSXchange is an all-volunteer site; people post as and when they can. If you want urgent help sign up with your support provider for premium service and learn the true cost of "urgent" or "ASAP". 7.5.2 and 7.5.3 should be interchangeabl...