Search found 53125 matches
- Thu Jun 29, 2006 3:32 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to read data from a flat file
- Replies: 2
- Views: 981
- Thu Jun 29, 2006 3:28 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Date Conversion
- Replies: 16
- Views: 4057
- Thu Jun 29, 2006 3:26 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Certification Pass Score
- Replies: 18
- Views: 5581
To be precise, it is not 75% of 79 or you can miss 19 out of 79. The questions are weighted by category, I believe. So it is 75.949367088607594936708860759494% No, becasue you have introduced a statistical abnormality. 75% presumes 100 sample points. 75.0% presumes 1000 sample points. A percentage ...
- Thu Jun 29, 2006 3:22 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Lookup in DS MVS Edition
- Replies: 1
- Views: 716
- Thu Jun 29, 2006 6:59 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Date Conversion
- Replies: 16
- Views: 4057
- Thu Jun 29, 2006 6:58 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: datatype conversion
- Replies: 5
- Views: 1248
- Thu Jun 29, 2006 6:54 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Cannot run uv to unlock jobs
- Replies: 5
- Views: 1916
- Thu Jun 29, 2006 6:52 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to configure Data Stage 7.5.1 A for Veritas Cluster(VCS)
- Replies: 5
- Views: 1617
- Thu Jun 29, 2006 6:51 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: SELECTING ROWS FROM A FILE
- Replies: 10
- Views: 1608
- Thu Jun 29, 2006 6:49 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Difference between Control job and Sequencer....
- Replies: 10
- Views: 4916
- Thu Jun 29, 2006 6:47 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: read metedata of DS
- Replies: 12
- Views: 2749
Hi, Actually what i want is the DS internal table/report which stores the number of rows updated by a job and in which table. Which i am going to access by a unix script and inserting in a table which will be used for job contraoling. So i dont want to manually create report ofter each run. DS_JOBO...
- Thu Jun 29, 2006 6:42 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Cyrillic data Truncation
- Replies: 0
- Views: 653
- Thu Jun 29, 2006 6:40 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Memory setting Datastage
- Replies: 8
- Views: 3035
T30FILE requires approx 112 bytes of memory per slot. SCRMIN, SCRMAX and SCRSIZE affect the size of scratch buffers. OPTMEM is the amount of space used by the query optimizer when some form of SELECT operation is performed (mainly by DataStage clients). JOINBUF is the size of the memory buffer used ...
- Thu Jun 29, 2006 6:27 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Abort a Job Manually
- Replies: 5
- Views: 1222
- Thu Jun 29, 2006 2:56 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Abort a Job Manually
- Replies: 5
- Views: 1222
Welcome aboard. :D If you are writing your own code, involve the DSLogFatal() function. From a Job Sequence use a Routine activity that calls UtilityAbortToLog(). Each of these has a side effect of aborting the job. I disagree completely with the practice of aborting jobs, but the information above ...