Search found 53125 matches
- Wed Jul 20, 2011 3:56 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Complex Flat File - Multiple Record IDs
- Replies: 1
- Views: 1412
- Wed Jul 20, 2011 3:55 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Job unable to read EBCDIC file
- Replies: 1
- Views: 1076
- Wed Jul 20, 2011 3:54 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Difference Stage
- Replies: 5
- Views: 2607
- Wed Jul 20, 2011 3:52 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Reading Fileset with Schema Def
- Replies: 5
- Views: 1776
- Wed Jul 20, 2011 3:51 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Job gives warning in one environment and runs fine on other
- Replies: 5
- Views: 1229
- Wed Jul 20, 2011 3:48 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: sql server NVARCHAR
- Replies: 4
- Views: 2630
- Wed Jul 20, 2011 3:48 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Tuning Data stage jobs for performance
- Replies: 2
- Views: 2341
- Wed Jul 20, 2011 3:46 pm
- Forum: General
- Topic: Scheduling the dependant jobs from different projects
- Replies: 2
- Views: 819
- Wed Jul 20, 2011 3:44 pm
- Forum: General
- Topic: Removing user from datastage
- Replies: 3
- Views: 1223
- Wed Jul 20, 2011 3:41 pm
- Forum: General
- Topic: Routine for encryption
- Replies: 14
- Views: 5320
- Wed Jul 20, 2011 3:39 pm
- Forum: General
- Topic: How to can we get the details of a stage via unix
- Replies: 12
- Views: 2627
Code: Select all
SELECT NAME FROM DS_JOBOBJECTS WHERE OBJNAME LIKE 'V%S%' AND OBJNAME NOT LIKE 'V%S%P%' AND OBJIDNO = (SELECT JOBNO FROM DS_JOBS WHERE NAME = '<<JobName>>');- Wed Jul 20, 2011 3:33 am
- Forum: General
- Topic: How to can we get the details of a stage via unix
- Replies: 12
- Views: 2627
- Wed Jul 20, 2011 3:31 am
- Forum: General
- Topic: Routine for encryption
- Replies: 14
- Views: 5320
- Tue Jul 19, 2011 11:20 pm
- Forum:
- Topic: Column Definition not saving correctly
- Replies: 6
- Views: 2530
- Tue Jul 19, 2011 9:03 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Lookup issue
- Replies: 14
- Views: 5622
James's questions are pertinent, for all that you seem to want to avoid them. For example 22 million rows can be quite small (for example two bytes per row) or huge in terms of memory demand. But you do not provide guidance, even though memory demand is the principal determinant of what I believe yo...