Search found 53125 matches
- Thu Jul 12, 2007 5:06 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Commands for Starting and shutdown of datastage server
- Replies: 3
- Views: 1371
- Thu Jul 12, 2007 5:05 am
- Forum: General
- Topic: About sequence restartable properties
- Replies: 1
- Views: 1019
- Thu Jul 12, 2007 1:09 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Datatype error
- Replies: 1
- Views: 1156
Search the forum for the text in your error messages, particularly the ones with "E" codes.
- Thu Jul 12, 2007 1:03 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: default job parameters
- Replies: 11
- Views: 2062
- Wed Jul 11, 2007 8:17 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Reg invalid representation in decimal
- Replies: 6
- Views: 5102
I think the derivations of StgDosPri stage variable may be the issue here - they are generating logical values. The best way I can illustrate this is by rearranging its derivation expression. IF ToTrans.eoynpt=0 THEN ('0' AND StgStdPri=0) ELSE (ToTrans.dosnpt AND StgStdPri=ToTrans.eoynpt) Now, what ...
- Wed Jul 11, 2007 8:07 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to check if a job is server job or Job sequence
- Replies: 3
- Views: 1275
... but if you're in a routine, you can execute it via a call to DSExecute. And you can adapt the SQL. SELECT JOBTYPE FROM DS_JOBS WHERE NAME = '<<Job Name>>'; If you really want the most efficient approach your routine could read from the DS_JOBS table (hashed file) directly, bypassing the query en...
- Wed Jul 11, 2007 8:04 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Reject Handling
- Replies: 3
- Views: 697
- Wed Jul 11, 2007 2:04 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Reject Handling
- Replies: 3
- Views: 697
Welcome aboard.
We encourage folks to Search the forum before asking questions, in case the question has been asked before. Yours definitely has. And we're not all that keen on answering the same question many times.
We encourage folks to Search the forum before asking questions, in case the question has been asked before. Yours definitely has. And we're not all that keen on answering the same question many times.
- Wed Jul 11, 2007 2:02 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: datastage installation, project directory
- Replies: 4
- Views: 1526
- Wed Jul 11, 2007 1:19 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Failed a KeyLookup for Record
- Replies: 5
- Views: 2875
- Wed Jul 11, 2007 1:16 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Generating a control report with more than 2-3 group by calc
- Replies: 1
- Views: 1306
Does your approach work? Be happy. Moderate your expectations; to aggregate a large number of records (which is necessary in your requirement) takes system resources. About the only suggestion I have is to sort your data by the grouping columns and preserve that sorting with Sort stages specifying "...
- Wed Jul 11, 2007 1:14 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Reg invalid representation in decimal
- Replies: 6
- Views: 5102
- Wed Jul 11, 2007 1:11 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: ERROR:Temporary LookUp file (Could not map table file)
- Replies: 2
- Views: 1632
Scrutinize your lookup table (LUT) design. Does it REALLY need all those columns? Each row is currently about 3KB, which is a lot. Does it REALLY need all those rows? Can you populate something smaller? When it is said that the LUT must fit in memory, this really does mean in memory. Can you add mor...
- Wed Jul 11, 2007 1:05 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Not able TO release the locked job
- Replies: 11
- Views: 3931
More information is required. Including: Why do you "shout" (bad netiquette, definitely bad in a professional forum)? Where did you learn to spell? (I'd be seeking a refund.) Are you aware that Cleanup Resources does not pick up locks held by defunct processes? How does one identify "all processes f...
- Wed Jul 11, 2007 1:00 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: datastage installation, project directory
- Replies: 4
- Views: 1526