Search found 53125 matches
- Wed Nov 26, 2008 4:39 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Error while loading oracle 10g express edition
- Replies: 2
- Views: 1005
- Wed Nov 26, 2008 4:34 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Splitting variable number of fields in a QBCSV file
- Replies: 3
- Views: 802
What are the business rules around generating four fields when the client does not provide four fields? Resist stupid requirements. Delete your duplicate post before anyone replies to it. Use a routine to parse the record, taking account of whether or not the character is within quotes or not, and c...
- Wed Nov 26, 2008 4:27 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Cannot get exclusive access to log
- Replies: 6
- Views: 3945
- Wed Nov 26, 2008 1:16 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Rearrange the records based on all matched numbers
- Replies: 10
- Views: 4167
- Wed Nov 26, 2008 1:07 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Adding months to Date in Server Edition
- Replies: 6
- Views: 4226
Try the AddMonths routine from here
- Wed Nov 26, 2008 1:02 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Date plus 18 months
- Replies: 1
- Views: 1034
Probably not. Try these date routines - particularly AddMonths.
- Wed Nov 26, 2008 12:58 am
- Forum:
- Topic: Information Analyzer and Business Glossary in Version 8
- Replies: 29
- Views: 15442
- Tue Nov 25, 2008 3:20 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Sequence Jobs. Design issue or not ?
- Replies: 9
- Views: 5945
- Tue Nov 25, 2008 2:07 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Sequence Jobs. Design issue or not ?
- Replies: 9
- Views: 5945
- Tue Nov 25, 2008 2:06 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Slow write into dataset
- Replies: 2
- Views: 755
- Tue Nov 25, 2008 2:02 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Cleaning up datastage internal files
- Replies: 4
- Views: 2149
All files/directories in the project that have names of the form DS_namennn or RT_namennn are the Repository tables in which information about job number nnn are stored. The only safe way to delete these is to delete the job (using one of the clients). If you need the job, then you need these files/...
- Tue Nov 25, 2008 1:57 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: DS Compile Error
- Replies: 4
- Views: 1323
- Tue Nov 25, 2008 1:56 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to make this condition in Job Sequence Restartability
- Replies: 13
- Views: 4433
DSXchange Learning Center has a DVD available on programming with the DataStage BASIC language. Or you can take a class
- Tue Nov 25, 2008 1:53 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to make this condition in Job Sequence Restartability
- Replies: 13
- Views: 4433
Not true. Before/after subroutines are written as server routines whose type is "before/after subroutines", even when they are deployed into parallel jobs. This works because before/after subroutines only ever have to execute on the conductor node, and (typically) the conductor node is where the Dat...
- Tue Nov 25, 2008 1:50 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Sequencer not in MVS
- Replies: 7
- Views: 1489
U will need to use some kind of mainframe scheduler, like IBM's TWS (Tivoli Work scheduler), which will handle the scheduling for u. In the scheduler u can set up multiple jobs and set up dependancies betn these jobs (JCLs). U is one of our posters, and I know for a fact that he is not currently wo...