Search found 15603 matches
- Mon Jun 27, 2005 9:17 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Px DataSet information
- Replies: 6
- Views: 2052
Px DataSet information
I would like to get information on my system's datasets into a data file; right now I am issuing a "orchadmin describe -l {mydsfile}" but I am having to parse the output myself. Is there some other method or existing procedure to collect all this information in a compressed form?
- Mon Jun 27, 2005 8:03 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: dataSets
- Replies: 2
- Views: 896
- Mon Jun 27, 2005 6:04 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Data Set & Lookup Set magic numbers
- Replies: 0
- Views: 608
Data Set & Lookup Set magic numbers
Does anyone know what the official defining magic numbers for Dataset (and lookup file sets) are? I wanted to add them to the list so that we can put in an automated method of finding & potentially getting rid of datasets no matter where they have been written in the system. A quick look at some...
- Mon Jun 27, 2005 5:58 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Need help
- Replies: 4
- Views: 1004
- Mon Jun 27, 2005 2:28 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Hash File Issues
- Replies: 3
- Views: 743
snassimr, each hash file and lookup combination has it's own special rules, so I tried using just a general explanation. The cardinality of your key is not important, it is the cardinality of your lookups. The paging mechanism will tend to choose pages to remove from physical memory that have not be...
- Mon Jun 27, 2005 1:25 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Upgrading to DataStage 7.5
- Replies: 3
- Views: 1471
- Mon Jun 27, 2005 1:21 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Hash File Issues
- Replies: 3
- Views: 743
snassimr, I am assuming that you are asking what happens when the hash file size is larger than the physical memory and is paged out. Unix is quite efficient with swapping while Windoze tends to be rather bad at it; meaning that I would avoid any planning for using the swapping/paging mechanism with...
- Sat Jun 25, 2005 8:28 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Hash File size
- Replies: 14
- Views: 3600
- Sat Jun 25, 2005 8:25 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Upgradation & Migration
- Replies: 13
- Views: 9772
Ogmios, that statement from support scares the bejeesus out of me. Not only do the Americans generally not understand what NLS actually is but they have very little understanding of foreign characters and even what such things as collation and locales are. (Ask most people, including myself, where t...
- Sat Jun 25, 2005 8:18 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Usage of LenDP function
- Replies: 4
- Views: 1129
- Sat Jun 25, 2005 8:14 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Problem in PL/I Ebcdic File Read Using Parallel Seq Stage
- Replies: 11
- Views: 7625
Ravi, I don't think that you will have much luck opening a ticket, didn't you get a warning message regarding an unsupported datatype - that would account for the length issue and as DataStage internally only works at byte boundaries it will not be easily solved. I think the earlier posts stated tha...
- Fri Jun 24, 2005 11:35 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Problem in PL/I Ebcdic File Read Using Parallel Seq Stage
- Replies: 11
- Views: 7625
Ravi, you can change/override the conversion settings at a column level; so for the columns that are binary you just change the "import EBCDIC as ASCII". Just click on the column definition, right-mouse and "edit row" in the sequential file stage to get the screen where you can adjust the settings a...
- Fri Jun 24, 2005 11:27 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Error "Failed to open RT_CONFIG*** " in the direct
- Replies: 5
- Views: 2934
Salman, I'm curious at to how did the problem got solved in the end - I'm not quite sure what you mean by "rectified automatically". The RT_STATUSnnn file contains information about the run state and history of job executions and the RT_CONFIGnnn file contains job design and configuration informatio...
- Fri Jun 24, 2005 11:22 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Usage of LenDP function
- Replies: 4
- Views: 1129
Hello Vinod, let's say that you have a UTF-16 NLS enabled and you have a string with a single Japanese Kanji (let's just assume that it's the symbol for Chikara [which is my favorite Kanji]), if you were to do a LEN(KanjiString) you would get 2 (because it is 2 bytes long), if you were to do a LENDP...
- Fri Jun 24, 2005 5:01 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Error "Failed to open RT_CONFIG*** " in the direct
- Replies: 5
- Views: 2934
Salman, something bad has happened to your DataStage account(s). After taking a backup, you could try going into the command line or into the administrator and in the DS.TOOLS menu issue the re-index; this might possible correct the problem. Can you say what might have happened to trigger this state...