Search found 53125 matches

by ray.wurlod
Tue Feb 07, 2012 6:32 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Modify Stage Dynamic Specifications
Replies: 3
Views: 4080

You need a KEEP specification OR an explicit specification.

Using both just bewilders the Modify stage.
by ray.wurlod
Tue Feb 07, 2012 6:30 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: NODES AND SCRATCH ON SAN DISKS
Replies: 8
Views: 4253

I reckon the second suggestion in the error message warrants closer examination. What is your temporary directory? How much free space exists on its file system? Change the value of TMPDIR environment variable so that it points to a directory on a file system with lots more space than that of /tmp. ...
by ray.wurlod
Tue Feb 07, 2012 6:27 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Routine Function
Replies: 17
Views: 7276

rupeshg wrote:Have you tried creating a Transform ? That is reusable too.
Transforms are only applicable in server jobs and BASIC Transformer stage.
by ray.wurlod
Tue Feb 07, 2012 6:26 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Decode the image
Replies: 4
Views: 1539

Let's begin by asking what "decode" means in this context - and whether the image is embedded in the XML document or referred to from it.

Do you have the software required to decode these images installed on your DataStage server machine(s)?
by ray.wurlod
Tue Feb 07, 2012 6:21 pm
Forum: General
Topic: Know link type in a job per stage
Replies: 6
Views: 1696

Do some research - use help or the DataStage BASIC manual. What are the InfoType argument values that may be used with DSGetLinkInfo() function?
by ray.wurlod
Tue Feb 07, 2012 7:53 am
Forum: General
Topic: SystemErr.log and SystemOut.log
Replies: 6
Views: 6221

What are you actually doing on this Information Server? DataStage? QualityStage? Information Analyzer? Information Services Director? Business Glossary? Metadata Workbench? other? Do any of these have dsadm hard coded, for example the Analysis Engine settings in Information Analyzer? Has the dsadm p...
by ray.wurlod
Tue Feb 07, 2012 7:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Routine Function
Replies: 17
Views: 7276

Search DSXchange for examples, for example pxEreplace().
by ray.wurlod
Tue Feb 07, 2012 7:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Logic to implement
Replies: 8
Views: 2447

There were three questions.
by ray.wurlod
Tue Feb 07, 2012 5:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Routine Function
Replies: 17
Views: 7276

It appears to me that you lack C++ programming skills and want someone else to create the routine. You have implemented the logic in a Transformer stage, so that part is under control. Why not inspect the C++ source code that is generated when the Transformer stage is "compiled"? You will ...
by ray.wurlod
Tue Feb 07, 2012 5:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Logic to implement
Replies: 8
Views: 2447

Have you been given a masking algorithm, or don't they care and are allowing you to invent one? Does it simply have to mask, or does it have to be difficult to decode too? It's easily possible, but you need C++ programming skills to create a parallel routine. Do you have these?
by ray.wurlod
Tue Feb 07, 2012 3:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Read a network request and response file
Replies: 37
Views: 7283

chetan wrote:Can you please let me know how to output the single string whihc has XML once the closing tag is processed?
Place a constraint expression on the output link the specifies that the input field value is "</Request>".
by ray.wurlod
Tue Feb 07, 2012 3:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Logic to implement
Replies: 8
Views: 2447

Ask your vendor about Optim Data Masking. There's even a Data Masking stage (that uses Optim technology) in DataStage version 8.7.
by ray.wurlod
Tue Feb 07, 2012 3:10 am
Forum: General
Topic: dsjob command - Issue while running from LINUX
Replies: 8
Views: 2402

:?

I did not mention any of those options (which ARE required). Read my post again.
by ray.wurlod
Tue Feb 07, 2012 3:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: dataset_scenario
Replies: 5
Views: 1805

Add a stage to drop the unwanted columns.
by ray.wurlod
Tue Feb 07, 2012 1:16 am
Forum: General
Topic: dsjob command - Issue while running from LINUX
Replies: 8
Views: 2402

Options -wait and -jobstatus are mutually incompatible. Choose one or the other. This is true at all versions.