Search found 4992 matches
- Mon Nov 29, 2004 8:53 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: ~~~Warning in job~~~
- Replies: 11
- Views: 4481
- Mon Nov 29, 2004 8:51 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Port Identification
- Replies: 7
- Views: 2314
- Mon Nov 29, 2004 8:50 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Compilation Error: No excclusive access to job ? Solution ??
- Replies: 3
- Views: 1543
- Sun Nov 28, 2004 11:40 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Universe
- Replies: 4
- Views: 1245
use the default dsn "localuv" when using the UV/ODBC stage to conduct relational type accesses to hash files created by DS. Make sure that you have used the SETFILE command to register these hash files into the "VOC". Keep in mind that you are simply strapping a SQL interface over what is basically ...
- Sun Nov 28, 2004 10:32 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Universe
- Replies: 4
- Views: 1245
What is the release of Universe you are attempting to access? You show DS on Windows, is the Universe server on Unix? Have you configured the ODBC.ini to have the appropriate entries? How did you succesfully get the count of the "hash files?" What hash files are you talking about? Are you attempting...
- Thu Nov 25, 2004 10:13 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Transformer Expression as a Parameter Value
- Replies: 8
- Views: 1126
You need CANNOT use job parameters in the way suggested. Your derivation has to be CODED into the job design. If you have a few expressions, simply use stage variables to derive the result a few difference ways. Then, use a job parameter to act as the switch which decides which derivation to use. If...
- Thu Nov 25, 2004 10:04 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Missing data from hash file
- Replies: 5
- Views: 914
Your metadata is different between the portion of the design that writes to the hash file and the portion that reads/references the hash file. Hash files have specific requirements for their use. They are NOT relational in nature, data is stored positionally. ALL METADATA for links to hash files hav...
- Wed Nov 24, 2004 7:22 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Construct a date from a string
- Replies: 3
- Views: 899
- Wed Nov 24, 2004 9:28 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Date
- Replies: 8
- Views: 2520
Ray is suggesting a mathematical way of taking care of a 5 digit number rolling to 6 digits because a junior-skillset programmer allowed a Y2K issue to come your way. If you have a 6 digit number, make the assumption that you're in the 2000 century and adjust the number to a include the appropriate ...
- Wed Nov 24, 2004 9:22 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Date
- Replies: 8
- Views: 2520
Is "30" 1630, 1730, 1830, 1930 or 2030? When a date does not have century information, you have only can guess at a 100-year window. You must have a year picked to be the transition point, in this case check your uvconfig file as you are defaulted to 1930. So, tell me, how would you know if 30-jan-0...
- Wed Nov 24, 2004 9:12 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Unix redirection issue when using echo/print
- Replies: 2
- Views: 843
- Tue Nov 23, 2004 9:23 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Date
- Replies: 8
- Views: 2520
- Tue Nov 23, 2004 2:23 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Abnormal Termination of Stage
- Replies: 10
- Views: 2892
- Tue Nov 23, 2004 1:49 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Last Record - End Of File - what do YOU call it??
- Replies: 6
- Views: 1455
Believe it. It's a feature that been talked about for years. You have a before and after routine call that a transformer can make. You have @INROWNUM variable to tell you the line number you are on. You have @OUTROWNUM variable to tell you the line number for the output link you care about. But what...
- Tue Nov 23, 2004 9:07 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Need help with universe metadata!!!
- Replies: 15
- Views: 4025