Search found 53125 matches

by ray.wurlod
Tue Jul 12, 2011 6:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Newbie question regarding a debugger
Replies: 12
Views: 4693

Welcome aboard.

The specific functionality you ask about is called the Data Browser in DataStage; it's invoked usually by clicking on a View Data button or link.

There is a tutorial that ships with DataStage software; find the tutorial manual in your documentation set and work with that.
by ray.wurlod
Tue Jul 12, 2011 6:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SCD Stage-Warnings
Replies: 4
Views: 1993

This is simply a message to alert you that the reference (dimension) table is empty. That could mean referential integrity problems in an underlying star schema. You could demote the warning to informational for the first load, then remove the warning from the message handler once there's some rows ...
by ray.wurlod
Tue Jul 12, 2011 6:49 am
Forum: General
Topic: Number of stages in Job sequences
Replies: 10
Views: 2750

Sequences don't have stages. They have activities. There is no option for the dsjob command for listing the activities in a sequence. However the information should be able to be had from a query against the DS_JOBOBJECTS records for the sequence.
by ray.wurlod
Tue Jul 12, 2011 6:44 am
Forum: General
Topic: Number of parallel, sequential jobs, routines
Replies: 11
Views: 3100

That's not a solution to your original requirement.
by ray.wurlod
Tue Jul 12, 2011 1:30 am
Forum:
Topic:
Replies: 2
Views: 2558

Looks like you're after a generic solution rather than a specific one. One approach would be to create DataStage jobs to extract whatever term-related information you have - and only you can know what you have - and write it into a CSV or XML format ready to be consumed by the Business Glossary impo...
by ray.wurlod
Mon Jul 11, 2011 7:38 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: HASH TABLE
Replies: 4
Views: 1515

... or even "use".
by ray.wurlod
Mon Jul 11, 2011 4:07 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: New line character issue for sequential file stage
Replies: 17
Views: 12208

Have you checked with your client whether they want to keep those newline characters? Or is yours a site with no data governance processes whatsoever?
by ray.wurlod
Mon Jul 11, 2011 4:04 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: count the record lenth, compare and return only the first 5
Replies: 3
Views: 1686

:?
I did not read any requirement to trim characters in the original specification.
by ray.wurlod
Mon Jul 11, 2011 4:01 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: HASH TABLE
Replies: 4
Views: 1515

If you use an Aggregator stage with Hash as its method, the results are stored in memory in a hash table.
by ray.wurlod
Mon Jul 11, 2011 3:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: node change
Replies: 1
Views: 835

What did happen? (You've marked it as 'workaround'.)

Does the job make any use of persistent Data Sets, File Sets or Lookup File Sets?
by ray.wurlod
Mon Jul 11, 2011 3:43 am
Forum: General
Topic: Performances Tuning Tips
Replies: 12
Views: 5648

Tuning tips for running large numbers of parallel jobs in parallel? Don't.
by ray.wurlod
Sun Jul 10, 2011 11:14 pm
Forum: General
Topic: Read records from a file based on index files byte position
Replies: 15
Views: 4779

Not really. ReadBlk is the statement for reading a block of bytes from a file opened with OpenSeq statement. You would also need Seek statements for positioning within the file. All of these statements (and don't forget CloseSeq) are to be found in the DataStage BASIC programming manual.
by ray.wurlod
Sun Jul 10, 2011 11:12 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Conversion error
Replies: 15
Views: 4583

Your dates don't match the default format string for dates in your project, so you will need to provide a non-default format string in your IsValid() function. The whole of the syntax is to be found in the manuals and the on-line help. Craig only gave the "simplest case" solution, and indi...
by ray.wurlod
Sun Jul 10, 2011 11:08 pm
Forum: General
Topic: Could not connect to server on port 9080
Replies: 3
Views: 4290

Suddenly, eh?

What's changed? ("Nothing" is not the correct answer, obviously.)

Usually this problem is associated with the default WebSphere Application Server process (server1) not running. Have you checked this using the serverStatus.sh script?