Search found 53125 matches
- Mon May 21, 2007 5:58 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Null Value handling in seqential file stages in DSEE 7.5.2
- Replies: 13
- Views: 9367
- Mon May 21, 2007 5:56 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Modify Stage - Implicit conversion
- Replies: 12
- Views: 9593
- Mon May 21, 2007 5:54 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Datastage API -c program.
- Replies: 16
- Views: 8233
- Mon May 21, 2007 5:52 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Dynamic Hashed file to Static Hashed file conversion
- Replies: 9
- Views: 2869
Did you specify to use a write cache? FILE.STAT reports on distribution of records, in particular overflowed groups. The same information can be collected via the ACCOUNT.FILE.STATS program. HASH.HELP suggests a new file type, modulo and separation but beware that it calculates separation first. HAS...
- Mon May 21, 2007 5:44 am
- Forum: General
- Topic: converting null string to date format
- Replies: 7
- Views: 2427
- Mon May 21, 2007 5:42 am
- Forum: IBM QualityStage
- Topic: Service orientation of QS jobs
- Replies: 3
- Views: 1166
- Mon May 21, 2007 12:22 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: i want to remove Broken Korean Character
- Replies: 5
- Views: 1340
- Mon May 21, 2007 12:21 am
- Forum: Site/Forum
- Topic: Job Type Selection Feedback
- Replies: 3
- Views: 2356
Job Type Selection Feedback
When job type is selected from the drop down list, could it be passed through some form of validation? For example, if you choose Parallel but you're in the Server forum, a message indicating that the Parallel forum might be more appropriate could pop up. If you choose Server or Parallel and you're ...
- Mon May 21, 2007 12:14 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Shared Server Container
- Replies: 2
- Views: 1242
Is your server shared container violating one of the rules in Chapter 2 of the Parallel Job Developer's Guide ? If not, you have probably uncovered a small but annoying bug. Within the server shared container you might be able to use routines from a Transformer stage to interrogate the job parameter...
- Mon May 21, 2007 12:11 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: commands to delete and create DBF,MDX files
- Replies: 5
- Views: 3865
- Mon May 21, 2007 12:08 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: i want to remove Broken Korean Character
- Replies: 5
- Views: 1340
Welcome aboard. Yes it is possible, but you will need to write your own routine, and specify NONE as the map - otherwise the map will attempt to convert the Korean characters into UV-UTF8 encoding of Unicode, which is used internally by DataStage. The functions you may need are: BYTELEN() BYTE() BYT...
- Sun May 20, 2007 11:58 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: ERRORLEVEL
- Replies: 1
- Views: 854
ERRORLEVEL returns the exit status of dsjob. If the -jobstatus option is not given, then the exit status indicates whether or not dsjob was successful in submitting the job request. If the -dsjobstatus was given, the exit status of dsjob is that of the job that was run, as documented in the JOBCONTR...
- Sun May 20, 2007 2:26 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Modify Stage - Implicit conversion
- Replies: 12
- Views: 9593
- Sun May 20, 2007 2:22 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Occurs clause from the COBOL file.
- Replies: 1
- Views: 1254
- Sun May 20, 2007 2:20 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Job Abort Help
- Replies: 2
- Views: 779
Re: Job Abort Help
All jobs are look up jobs. it contains an OCI -> Transformer -> Hash file. Clearly this one is NOT a "look up job". It's a job that loads a hashed file. Always check the first warning first. The alert that DataStage is attempting to clean up after an abort is not interesting in the context of tryin...