Search found 53125 matches

by ray.wurlod
Tue Jan 29, 2008 1:32 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: datastage Phantom error
Replies: 7
Views: 5030

Or there may be an expression that takes the square root of a negative number - well, attempts to - in the Transformer stage in question. One ought never to leap to conclusions during diagnosis.
by ray.wurlod
Tue Jan 29, 2008 1:10 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Oracle sequence issue
Replies: 21
Views: 5761

OK, not impossible, but insane if the reference column has many rows.
by ray.wurlod
Tue Jan 29, 2008 1:09 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: routine for ftp?
Replies: 2
Views: 1036

Code: Select all

Command = "(pathname of FTP script) && (command to archive)"
Call DSExecute("DOS", Command, Output, ExitStatus)
by ray.wurlod
Tue Jan 29, 2008 1:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Date Conversions
Replies: 2
Views: 1688

What is the format of the data in the character string that you are reading? Use this as the format string in a StringToDate() function. Use that result in a DateToString() function, this time specifying the desired output format. The function calls may be nested.
by ray.wurlod
Tue Jan 29, 2008 1:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Acessing UNIX environmental variable through datastage
Replies: 11
Views: 4837

What Teej really needs to see, rather than all that "how to use sqlplus" waffle, is the output of echo $DATABASE to prove whether or not the environment variable has been assigned a value.
by ray.wurlod
Tue Jan 29, 2008 12:56 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DB2 Connectivity to Datastage (Windows server)
Replies: 5
Views: 2694

There is a manual (white paper?) on DB2 connectivity from DataStage, and setting it up. This should be available through your support provider, as it was created by IBM's support group originally.
by ray.wurlod
Tue Jan 29, 2008 12:54 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Oracle sequence issue
Replies: 21
Views: 5761

It is impossible - on either system - to have a reference link without a key column. How would you specify which row(s) to return?
by ray.wurlod
Tue Jan 29, 2008 12:52 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Notification Job status show 0 records for underlying jobs
Replies: 5
Views: 1333

This is version 8, and there is more in the job report than I expected. TO test whether it's RCP or not should be simple, just disable it and see what happens. Other than that I have no further theories to offer, and am not in a position to test any of them this week even if I did. But, wait! What d...
by ray.wurlod
Mon Jan 28, 2008 10:01 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Fabs function on data
Replies: 16
Views: 4774

And so you see that it is only large numbers that are losing precision. You need to investigate further to determine where the cutoff point is, then that number might of itself tell you something about the underlying algorithm(s).
by ray.wurlod
Mon Jan 28, 2008 9:58 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parallal Job Creation
Replies: 9
Views: 2463

Send large pots of money to IBM (through your vendor) for an Enterprise Edition licence for parallel jobs.
by ray.wurlod
Mon Jan 28, 2008 9:56 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sort in Ascending or Descending based on parameter
Replies: 8
Views: 1960

If your data are key-partitioned on the sort keys (hash or modulus algorithm) every distinct value will occur on one and only on one partition, so that your entire data set is sorted no matter how many degrees of parallelism you use.
by ray.wurlod
Mon Jan 28, 2008 9:54 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: about job design
Replies: 4
Views: 1358

Normal courtesy dictates that you post a message indicating HOW you solved your problem, so that future searchers can know.
by ray.wurlod
Mon Jan 28, 2008 9:52 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job aborting due to memory issue
Replies: 8
Views: 2539

... but not unintelligently!
by ray.wurlod
Mon Jan 28, 2008 9:45 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: What is native Informix CLI library provided by Informix
Replies: 2
Views: 1226

Search the forum. This has already been answered too many times. Ask your DBA about WITH NO LOG.