Search found 53125 matches

by ray.wurlod
Wed Oct 24, 2007 2:34 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Can any one help me regarding the transformer file?
Replies: 5
Views: 1872

Upgrade to version 8. Then you get a comparison tool.
by ray.wurlod
Wed Oct 24, 2007 2:31 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DSJOB Error -134
Replies: 5
Views: 2117

-server is indeed a valid option for dsjob command. Read the generated syntax a little more closely.
by ray.wurlod
Wed Oct 24, 2007 2:29 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Comparing complete records in Datastage
Replies: 3
Views: 1286

Have you reviewed the capabilities of the Compare stage?
by ray.wurlod
Wed Oct 24, 2007 2:24 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Cannot save the new job..........
Replies: 7
Views: 1483

Where is UNSET coming from? The special token that can be used as the default value for a job parameter has a leading "$" character (that is, $UNSET) but, in any case, reference must be made to the job parameter itself, not to its default value, within the "#" characters.
by ray.wurlod
Wed Oct 24, 2007 2:23 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Need to Run a Datastage job from Unix Prompt
Replies: 2
Views: 798

As with any other UNIX command the directory containing the dsjob executable must be mentioned in your command search path (the PATH environment variable), or you must supply the full pathname of the dsjob executable.
by ray.wurlod
Wed Oct 24, 2007 2:21 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: cannot open executable Job File RT_CONFIG242
Replies: 5
Views: 1307

Check to see whether RT_CONFIG242 is corrupted. For example

Code: Select all

SELECT COUNT(@ID) FROM RT_CONFIG242;
executed from Administrator client command window.
by ray.wurlod
Tue Oct 23, 2007 9:43 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Date
Replies: 4
Views: 1597

You can pick up the date from the @DATE system variable when assigning the job parameter value in your job sequence. You probably want to convert this to a "human readable" format in the assignment expression, for example

Code: Select all

Oconv(@DATE,"D-YMD[4,2,2]")
by ray.wurlod
Tue Oct 23, 2007 6:40 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Mapping a DataStage session to a user and project
Replies: 10
Views: 2446

Read-only hacks are permissible! :wink:

I believe this technique will continue to work through versions 8.x - though I have yet to verify that. In any case Brad (the OP) is still on version 7.5.
by ray.wurlod
Tue Oct 23, 2007 6:19 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: hash file (100 % hard disk usage)
Replies: 8
Views: 2219

For less than 30c per day you CAN be a premium member and have full access to all the benefits of premium membership. This money is 100% devoted to defraying the hosting and bandwidth costs incurred by DSXchange, so by obtaining premium membership you are helping to keep DSXchange alive.
by ray.wurlod
Tue Oct 23, 2007 6:16 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: hash file (100 % hard disk usage)
Replies: 8
Views: 2219

Not quite true. If 4.5 million rows is smaller than the hashed file write cache size then the use of write cache could be explored, as could not loading unnecessary rows and columns into the hashed file in the first place. It might also be worth exploring the use of static hashed file but, when push...
by ray.wurlod
Tue Oct 23, 2007 6:08 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Invacation ID
Replies: 21
Views: 4955

You should have mentioned the -2 error code (DSJE.BADSTATE) earlier!

Do you invoke your jobs with "reset if required, then run" in the job sequence?
by ray.wurlod
Tue Oct 23, 2007 6:05 pm
Forum: General
Topic: How to use MODIFY STATE ? help please
Replies: 12
Views: 2885

Code: Select all

targetfield:string[14]=substring[0,14](sourcefield)

or

Code: Select all

targetfield:nullable string[14]=substring[0,14](sourcefield)
if the target field requires the capability to carry NULL.
by ray.wurlod
Tue Oct 23, 2007 4:31 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Invacation ID
Replies: 21
Views: 4955

Provided that they are all distinct values, no. Your examples do not form a distinct set, though I understand that you have obfuscated the actual values. XXXXXX appears twice for example. So does XXXXX. If the same invocation ID is given twice (or more) the first instance will start but the second a...
by ray.wurlod
Tue Oct 23, 2007 4:28 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: hash file (100 % hard disk usage)
Replies: 8
Views: 2219

What do you expect? A hashed file is on disk - you are writing 4.5 million rows to disk. Not much else is happening, so it shows the disk subsystem to be 100% busy. That ought to be no surprise.

The correct terminology is hashed file.
by ray.wurlod
Tue Oct 23, 2007 4:23 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Mapping a DataStage session to a user and project
Replies: 10
Views: 2446

For all the impatient folks out there, here's a listing of the file dictionary from the DS_LICENSE table. LIST.DICT DS_LICENSE Type & Field......... Field. Field........ Conversion.. Column......... Output Depth & Name.......... Number Definition... Code........ Heading........ Format Assoc....