Search found 53125 matches
- Mon Nov 12, 2007 4:21 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: DataStage parallel jobs
- Replies: 4
- Views: 1922
- Mon Nov 12, 2007 4:14 am
- Forum: IBM<sup>®</sup> DataStage TX
- Topic: generate the ETL elasedtime report Directly
- Replies: 4
- Views: 2636
- Mon Nov 12, 2007 1:13 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Sort key "INTEGRATION_ID" no longer exists in data
- Replies: 1
- Views: 989
Look at the generated OSH or the score, and note the schema associated with each virtual Data Set (that is, with the links). From which one has INTEGRATION_ID disappeared? Amend your metadata so that it is there. If it is no longer required, them remove it from any Sort stage or in-link sort specifi...
- Mon Nov 12, 2007 1:10 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: read hash file from unix
- Replies: 4
- Views: 3540
Very good.
For UniVerse, you use a dssh command or script.
The simplest of these will contain just the SELECT statement you require.
For UniVerse, you use a dssh command or script.
The simplest of these will contain just the SELECT statement you require.
Code: Select all
$DSHOME/bin/dssh "SELECT NAME, JOBNO FROM DS_JOBS WHERE NAME NOT LIKE '\\%';- Mon Nov 12, 2007 1:06 am
- Forum: IBM<sup>®</sup> DataStage TX
- Topic: NLS settings
- Replies: 1
- Views: 1989
Welcome aboard. This particular forum is for WebSphere Transformation Extender (which used to be badged DataStage but no longer is). Can you please post your question on the forum for DataStage Server Edition? In short, NLS settings do not perform date format conversions of the type about which you ...
- Mon Nov 12, 2007 12:58 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Sequence aborting with a strange error message
- Replies: 2
- Views: 1451
Search is your friend.
Losing the belief that a DataStage server can deliver an infinite supply of resources would be good also.
Losing the belief that a DataStage server can deliver an infinite supply of resources would be good also.
- Sun Nov 11, 2007 10:38 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Checking if not numeric value
- Replies: 6
- Views: 2329
There's no inbuilt function, and if you wrote your own it would need to check all ten as well. So the extended expression with ten Index() functions is about as good as you're going to get. If the data volumes are small (say less than a couple of million rows) you might consider using a BASIC Transf...
- Sun Nov 11, 2007 1:47 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: executing sql
- Replies: 2
- Views: 953
You have not told us which database you are using, but the obvious mechanism seems to be an UPDATE statement containing two nested SELECT statements each of which includes a CASE construct to make the Yes/No decision. In DataStage, of course, you could perform lookups to make the decision. But you s...
- Sun Nov 11, 2007 3:26 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Dynamic RDBMS
- Replies: 2
- Views: 944
- Sat Nov 10, 2007 11:41 pm
- Forum: IBM QualityStage
- Topic: Regarding M and u probability?
- Replies: 5
- Views: 2263
Error rate is probably most easily understood as "the likelihood of error" - to say that you are 90% confident in a result is the same as admitting that there is a 10% probability that the result is not correct. The M probability is the confidence that, if a match is found, it is a match. It is not ...
- Sat Nov 10, 2007 1:43 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: fixed widht file problem
- Replies: 1
- Views: 817
- Sat Nov 10, 2007 1:39 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: SQL Server Stored Procedure Problem
- Replies: 8
- Views: 2554
From what stage type are you calling the stored procedure? ODBC? This would mean that you are calling the stored procedure once for each row extracted from the table, presumable expecting one row of "result" in each case? However you have not provided sufficient specific detail to permit more accura...
- Sat Nov 10, 2007 1:28 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Date calculation
- Replies: 5
- Views: 1276
- Fri Nov 09, 2007 7:38 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Is this a CFF bug?
- Replies: 8
- Views: 3308
- Fri Nov 09, 2007 7:34 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: problem in XML inputstage
- Replies: 7
- Views: 1600