Search found 42189 matches
- Tue Feb 16, 2010 6:28 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Looping logic based on multiple conditions to end loop
- Replies: 11
- Views: 4393
What would need to happen if you ran out of data files and you hadn't seen this control file yet? Keep looping and doing nothing, assuming that more files will be coming? If so, that's going to severely complicate the job design for you. Why not wait for the control file to arrive using the Wait For...
- Tue Feb 16, 2010 6:22 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Getting the total number or records from a dataset
- Replies: 11
- Views: 4923
- Tue Feb 16, 2010 6:20 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Unable to insert a record into the table
- Replies: 3
- Views: 4746
- Tue Feb 16, 2010 6:17 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: problem installing DS 8.1 on AIX 6.1
- Replies: 9
- Views: 5607
- Tue Feb 16, 2010 6:15 am
- Forum: General
- Topic: Complex Flat File Issue
- Replies: 2
- Views: 1581
- Mon Feb 15, 2010 5:38 pm
- Forum: General
- Topic: Datastagejob call a Unix-Programm
- Replies: 5
- Views: 1476
Run the job on one node to simplify things and then use a constraint like:
p_RowCountLimit would be a Job Parameter.
Code: Select all
@OUTROWNUM <= p_RowCountLimit- Mon Feb 15, 2010 5:21 pm
- Forum: General
- Topic: Datastagejob call a Unix-Programm
- Replies: 5
- Views: 1476
- Mon Feb 15, 2010 5:02 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Looping logic based on multiple conditions to end loop
- Replies: 11
- Views: 4393
- Mon Feb 15, 2010 1:47 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Picking metadata at run time
- Replies: 5
- Views: 1998
- Mon Feb 15, 2010 1:43 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Time Field Automatic Conversion to Timestamp
- Replies: 7
- Views: 1656
You need to understand the data types you have available to you in Oracle: DATE: Date with 'optional' time component. TIMESTAMP: Same as DATE but time is stored to the millisecond. VARCHAR2: String. There's more to the TIMESTAMP, of course, it supports different millisecond scales and has TIMEZONE o...
- Mon Feb 15, 2010 10:40 am
- Forum: Site/Forum
- Topic: Problem with posting.php
- Replies: 11
- Views: 9317
- Mon Feb 15, 2010 10:29 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Time Field Automatic Conversion to Timestamp
- Replies: 7
- Views: 1656
- Mon Feb 15, 2010 10:25 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Questions regarding Null handling in Stage variables
- Replies: 17
- Views: 17863
- Mon Feb 15, 2010 10:14 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Time Field Automatic Conversion to Timestamp
- Replies: 7
- Views: 1656
- Mon Feb 15, 2010 9:44 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: converting a string to Date
- Replies: 7
- Views: 25649