Search found 53125 matches
- Wed Feb 22, 2006 3:52 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Mapping multiple rows to a single row
- Replies: 6
- Views: 2435
- Wed Feb 22, 2006 3:03 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to get Job log before compilation ?
- Replies: 13
- Views: 3179
- Wed Feb 22, 2006 12:32 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Compare with non-key columns
- Replies: 16
- Views: 3848
I could understand "access to the field number ". Could you please explain with an example.. If you have a Hashed File stage with an output link and you open the Columns grid on the output link properties page, you will find three columns in the grid called Position, Type and Assoc. These can speci...
- Wed Feb 22, 2006 12:25 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to get Job log before compilation ?
- Replies: 13
- Views: 3179
The job log is not removed by compilation. Job log events are purged only if you have automatic purge enabled, and then only on successful completion of a normal run. So you ought to be able to get entries from the log unless the above conditions obtain, in which case they are lost forever. However,...
- Tue Feb 21, 2006 10:54 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: unable to see the jobs in Repository
- Replies: 7
- Views: 2082
- Tue Feb 21, 2006 8:51 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Compare with non-key columns
- Replies: 16
- Views: 3848
Hashed file navigation is by ordinal number of the field within the record, so that order is vitally important. In a Hashed File stage you have access to the field number in the Columns grid (if completed they are used in preference to the column names); in a UV stage you do not, so must use the exa...
- Tue Feb 21, 2006 7:02 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Compare with non-key columns
- Replies: 16
- Views: 3848
This error indicates that CASE_TYPE is not defined in the metadata (file dictionary) for the UV table (hashed file). Verify either by importing the UV table definition (click on Detail - you don't need to complete the Import process). Beware that column and table names are case sensitive. If it cont...
- Tue Feb 21, 2006 5:43 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Retrieving Metadata dynamically at run time
- Replies: 6
- Views: 2537
Ray how do i create the unix script. do you mean we can pass metadata for a job using shell script please elaborate. You create the script with a text editor. How you get and handle the metadata is up to you. "Dynamic metadata" can not be done in DataStage. This is not a forum for solving non-DataS...
- Tue Feb 21, 2006 5:41 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Oracle Partition Table
- Replies: 3
- Views: 1393
- Tue Feb 21, 2006 5:39 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: delete records from table
- Replies: 2
- Views: 1121
You can use user-defined SQL; you job must provide values for the key columns that identify the rows to be deleted, and you include a parameter marker for each in the WHERE clause of your SQL. Make sure that the SELECT operation is complete before you perform any DELETE, otherwise you might introduc...
- Tue Feb 21, 2006 5:36 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Error calling subroutine: DSR_ExecJOb ( Action = 5);
- Replies: 7
- Views: 3486
- Tue Feb 21, 2006 5:31 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Job Scheduling with DataStage Director
- Replies: 14
- Views: 11699
- Tue Feb 21, 2006 5:29 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Problem in upating SQL Server Table through ODB Stage
- Replies: 8
- Views: 1803
- Tue Feb 21, 2006 5:23 pm
- Forum: IBM QualityStage
- Topic: Is there any file size limit on QS input files?
- Replies: 5
- Views: 2216
QualityStage does not impose any limit on the size of its input files. The only limit that might be imposed would be imposed by the operating system. Check the values of your ulimit settings ( ulimit -a command) to see whether that's a problem. Check with your UNIX administrator as to whether large ...
- Tue Feb 21, 2006 5:14 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Change License number
- Replies: 5
- Views: 1904