Search found 53125 matches

by ray.wurlod
Thu May 29, 2008 3:29 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to get the status of last run of the job running in loop
Replies: 1
Views: 771

Not by default. But you could create your precise requirement as a routine (calling DSSendMail) and invoke that from a Routine activity.
by ray.wurlod
Thu May 29, 2008 3:26 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage 8.0.1: How to open projects from Designer !!
Replies: 1
Views: 968

You can not. It's just how it works.
by ray.wurlod
Thu May 29, 2008 3:18 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Parameters of subjob in batch job
Replies: 4
Views: 1161

Premium membership is not expensive, at less than 30c per day. It is one of the ways that DSXchange is funded - 100% of revenue from premium memberships is allocated to hosting and bandwidth costs incurred by DSXchange. So, by taking up premium membership, you are helping to keep DSXchange alive!
by ray.wurlod
Thu May 29, 2008 3:16 pm
Forum: General
Topic: To check status of the job using Shell Script
Replies: 9
Views: 4083

DSINCLUDE is upper case in the VOC file, and therefore you use the upper case variant in a $INCLUDE declaration.

As to DS_JOBOBJECTS.H, that is something that ag_ram incorporated; it does not exist (as Craig noted).
by ray.wurlod
Thu May 29, 2008 5:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: cannot open executable job file RT_CONFIG0
Replies: 22
Views: 5338

My punt would be DS_JOBS, because there should never be a job number 0.
by ray.wurlod
Thu May 29, 2008 5:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need help: How to sun squence in parallerly in parallel job
Replies: 4
Views: 1345

Use Start Loop and End Loop activity in a job sequence, driven by the result of your query. Or create a server job that reads a file containing the result of the query and uses UtilityRunJob to run the file creation for each society processed. (A parallel job in this instance is a waste of resources.)
by ray.wurlod
Thu May 29, 2008 5:41 am
Forum: General
Topic: junk character - how to identify
Replies: 12
Views: 3371

You can use Oconv(InLink.TheString, "MX0C") to convert all characters to hex-encoded equivalents.
by ray.wurlod
Thu May 29, 2008 1:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to run sequence in parallel
Replies: 2
Views: 953

Very urgent? In that case please sign up with your support provider for premium service, and learn the true cost of "urgent". DSXchange is an all-volunteer (unpaid) site, whose participants post as and when they can. A job sequence is a special case of a server job. Therefore there is no such thing...
by ray.wurlod
Thu May 29, 2008 1:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Junk Values in Sequence
Replies: 3
Views: 908

You may find this thread informative.
by ray.wurlod
Thu May 29, 2008 1:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Compilation issue
Replies: 4
Views: 2646

How do you know that "the C++ compiler is properly installed" on the UNIX system (and that environment variables such as PATH and LD_LIBRARY_PATH properly refer to it)? Which particular C++ compiler is installed? What settings do you have for APT_COMPILER, APT_COMPILER_OPTIONS, APT_LINKER and APT_LI...
by ray.wurlod
Thu May 29, 2008 1:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Regarding Space with output
Replies: 2
Views: 837

Are you sure it's a space, and not a newline? I suspect the latter, which will have been converted to a field mark (@FM). You need to remove whatever it is from the $CommandOutput activity variable, for example using Convert() or Trim() function.
by ray.wurlod
Thu May 29, 2008 12:58 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: regarding surrogate key stage
Replies: 1
Views: 851

Welcome aboard.

Have you read the pertinent Chapter in the manual? You need three jobs, one to create the state file (the stage has no links), one to initialize the state file (the stage has an input link), and one in which surrogate keys are delivered (the stage, if used, has an output link).
by ray.wurlod
Thu May 29, 2008 12:56 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reason for the Sybase server warning.
Replies: 3
Views: 1482

Good point, and I can see how you could believe that. However, from day one we've categorized based on job type. There is a good case to change the forum names.
by ray.wurlod
Thu May 29, 2008 12:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Junk Values in Sequence
Replies: 3
Views: 908

Possibly, but you have not told us how you are initializing the key generator (state file?). This normally has to be done in a separate job.
by ray.wurlod
Thu May 29, 2008 12:52 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job openning error
Replies: 2
Views: 1037

NEVER kill a DataStage process. All you have to do in this case is to release the lock.