Search found 53125 matches

by ray.wurlod
Mon Mar 10, 2008 3:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: version 7 and 8
Replies: 5
Views: 2414

Yes, at least according to IBM. The version 7 installation must, however, be an -itag installation using a non-default memory key.
by ray.wurlod
Mon Mar 10, 2008 2:35 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Difference between basic and normal transformer?
Replies: 5
Views: 1358

All the differences are described by comparing the pertinent two Chapters in the Parallel Job Developer's Guide. There are too many to try to reproduce here.
by ray.wurlod
Mon Mar 10, 2008 2:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: very basic doubt.....lookup
Replies: 1
Views: 941

What did you discrn from consulting either Help or the Parallel Job Developers Guide manual? Please post your specific questions here after undertaking that research.
by ray.wurlod
Mon Mar 10, 2008 2:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Creating Job Sequence number
Replies: 3
Views: 1318

You misinterpreted what I suggested. These SDK routines can equally be called from a Routine activity. Try it.

An additional job somewhere in the sequence can look after updating your audit table, once the actual job has finished.
by ray.wurlod
Mon Mar 10, 2008 2:30 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: last Date of month Calculation
Replies: 4
Views: 1384

Just as easy to subtract 1 from MONTH.FIRST.
by ray.wurlod
Mon Mar 10, 2008 2:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Updating Dimension Table using SCD stage
Replies: 4
Views: 1124

Your "fact table" can be the file NUL (which will eat, and discard, all the rows you append to it). However, be really, really certain that what you say is true. Factless dimensions are extremely rare things, and suggest that something has been overlooked in the design phase - what are they dimensio...
by ray.wurlod
Mon Mar 10, 2008 2:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Troubleshooting unresponsive server
Replies: 7
Views: 1355

Surely clients make a connection only to the head node?
by ray.wurlod
Mon Mar 10, 2008 2:25 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Difference between basic and normal transformer?
Replies: 5
Views: 1358

In a server job they are one and the same. In a parallel job they are not.
by ray.wurlod
Mon Mar 10, 2008 1:59 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Perticular routine used by different # of ds jobs
Replies: 6
Views: 2085

Usage Analysis does not pick up job control routines, nor does it pick up routines invoked by other routines unless their Dependencies tab has had the dependent routines inserted in its grid. Nor - I believe without checking - does Usage Analysis reveal routines that are invoked by Transforms. (I mi...
by ray.wurlod
Mon Mar 10, 2008 1:58 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Last Date of previousmonth calculation
Replies: 4
Views: 1181

Re: Last Date of previousmonth calculation

basu.ds wrote:sorry ray ,
i want to know previous month lastdate.
thanks

Look at a calendar.
by ray.wurlod
Mon Mar 10, 2008 1:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DS warning
Replies: 1
Views: 989

Not on this forum, which is for suggesting topics for the FAQ forum. Please post your question on the appropriate forum - the one for server jobs or the one for parallel jobs or the one for TX jobs, whichever it may be.
by ray.wurlod
Mon Mar 10, 2008 12:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: oracle sequence
Replies: 1
Views: 738

To find that out, you'll have to wait until next time U logs in.

In the interim, a Search would probably prove productive.
by ray.wurlod
Mon Mar 10, 2008 12:48 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: last Date of month Calculation
Replies: 4
Views: 1384

MONTH.LAST Transform
by ray.wurlod
Mon Mar 10, 2008 12:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Creating Job Sequence number
Replies: 3
Views: 1318

The easiest way is to invoke either of the SDK key management routines from a Routine activity in the job sequence you are using to control the job, and to pass the result to the job as a job parameter value.
by ray.wurlod
Mon Mar 10, 2008 12:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Troubleshooting unresponsive server
Replies: 7
Views: 1355

Ordinarily, in the case of a hang, I'd suggest looking at server name resolution, but the fact that telnet is OK pre-empts that suggestion. Can you try leaving one of the hung connection attempts for, say, at least ten minutes to see whether a timeout error occurs? That may contain a useful diagnost...