Search found 53125 matches
- Fri May 28, 2004 5:09 pm
- Forum: Data Quality Best Practices
- Topic: AuditStage - LO Analysis data element lenght
- Replies: 4
- Views: 3792
- Fri May 28, 2004 3:34 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: uvregen error
- Replies: 3
- Views: 2072
The only documentation is in the Installation and Upgrade Guide , which is part of the manual set. Pages 3-27 and 8-2 (for version 7.0) contain the only references to these tunables. The critical one to get right is the gap between DMEMOFF and PMEMOFF, which is an upper limit on the size of the disk...
- Fri May 28, 2004 12:10 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: VARIABLE LENGTH VSAM FILES
- Replies: 4
- Views: 1504
If the lines are terminated, then it's very easy. All you have to do is to read each line as a single column, then parse it in a Transformer stage. The CFF (complex flat file) stage may also be able to help. Finally, you could pre-process the file, using DataStage BASIC (read up on the READBLK state...
- Fri May 28, 2004 12:06 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Environment variables and Job Parameters
- Replies: 10
- Views: 2591
- Thu May 27, 2004 4:47 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Environment variables and Job Parameters
- Replies: 10
- Views: 2591
- Thu May 27, 2004 4:45 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: uvregen error
- Replies: 3
- Views: 2072
There is an upper limit (set by the shm... kernel parameters) to the size of a shared memory segment in UNIX. In your case that seems to be 10MB. The figure of 11,829,248 is approximately 10MB. The total size of all the structures you've configured in uvconfig adds up to more than 10MB. You're going...
- Thu May 27, 2004 4:34 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: EBCIDIC to ASCII Conversion and low values
- Replies: 1
- Views: 1672
There are fewer code points in EBCDIC than in 8-bit ASCII. The first thing to do is to verify that the "low values" you're getting are, indeed, legal EBCDIC encodings. (Find a table of EBCDIC values, for example here and you will see, for example, that 008 and 009 are not code points in EBCDIC. Char...
- Thu May 27, 2004 4:25 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Unique Id creation
- Replies: 2
- Views: 1292
If all you need is uniqueness, change the unique id so that it includes an identifier of the week, maybe a WEEK.TAG, maybe the date of the first day of the week. Otherwise you have an extra step in your processing; initialize a stage variable with the maximum value of the id, then add the value of t...
- Thu May 27, 2004 4:19 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Day of the week
- Replies: 1
- Views: 1161
- Thu May 27, 2004 4:16 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Hash File Limit
- Replies: 7
- Views: 1985
If the hashed file already exists, and is not corrupted, you can use the resize utility to switch it to 64-bit addressing. Use the following commands at the TCL prompt or in the Administrator client command window. Use SETFILE to create a VOC pointer to the hashed file. SETFILE pathname hashedfile O...
- Wed May 26, 2004 8:01 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: parameter problem
- Replies: 17
- Views: 3872
- Wed May 26, 2004 7:57 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: parameter problem
- Replies: 17
- Views: 3872
- Wed May 26, 2004 4:14 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Error on CREATE.FILE command
- Replies: 3
- Views: 4374
- Wed May 26, 2004 4:11 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Environment variables and Job Parameters
- Replies: 10
- Views: 2591
24 hours is unusually long for these guys. They're normally pretty quick. The only thing that might delay matters is delay in clearing your payment (for example if you paid by cheque). Then again, they're near that part of the USA that's been ravaged by storms recently, so may have physical impedime...
- Wed May 26, 2004 4:08 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: parameter problem
- Replies: 17
- Views: 3872