Search found 53125 matches
- Thu Nov 20, 2003 12:28 am
- Forum: General
- Topic: Please read before posting: Appropriate use of this forum
- Replies: 10
- Views: 23177
- Thu Nov 20, 2003 12:25 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Reading and writing from/in database using basic
- Replies: 9
- Views: 1742
There are four fundamental I/O statements in either case. To work with sequential files: OPENSEQ READSEQ WRITESEQ CLOSESEQ To work with hashed files: OPEN READ WRITE CLOSE For sequential files, you may need to check the value of STATUS() if the OPENSEQ statement takes its ELSE clause (if zero, you'v...
- Wed Nov 19, 2003 8:37 pm
- Forum: Site/Forum
- Topic: View Posts since last visit Count
- Replies: 0
- Views: 1885
View Posts since last visit Count
This count is rarely accurate. Today it said I had 11 when, in fact, there was only one. Can you please check it out? It always overestimates.
- Wed Nov 19, 2003 7:40 pm
- Forum: Site/Forum
- Topic: Uploading files or images?
- Replies: 15
- Views: 7434
- Wed Nov 19, 2003 4:00 pm
- Forum: General
- Topic: Please read before posting: Appropriate use of this forum
- Replies: 10
- Views: 23177
It might be a useful thing to provide guidance on when to post to the Parallel Extender foum and when to post with job type = "Parallel" to the DataStage forum. As I envisage it, the Parallel Extender forum is more about configuration of the Orchestrate engine, configuration files, environment varia...
- Wed Nov 19, 2003 3:49 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Update Environnement Variable
- Replies: 2
- Views: 914
An environment variable only lives as long as the process that creates it. So this is not a viable approach for preserving a last value, as it is almost certain that the next execution will not run in the same process. You need a more persistent form of storage (that is, disk). You CAN set the value...
- Wed Nov 19, 2003 3:45 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Lookup - No of Rows returned
- Replies: 14
- Views: 5896
- Wed Nov 19, 2003 3:39 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Extraction and loading data in Informix and DB2 database
- Replies: 7
- Views: 1262
- Wed Nov 19, 2003 3:11 pm
- Forum: Site/Forum
- Topic: Uploading files or images?
- Replies: 15
- Views: 7434
- Wed Nov 19, 2003 3:15 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: TO retrive file name dynamically
- Replies: 4
- Views: 2341
It is possible, but there is no function provided for doing it. Such a function would embed knowledge of the internal storage of job design and run time configuration, which is not in the public domain. So, while it is possible, assume that it isn't, use job parameters, and interrogate the parameter...
- Wed Nov 19, 2003 12:08 am
- Forum: Data Quality Best Practices
- Topic: Integirty questions.....
- Replies: 1
- Views: 1877
The *.IMF file (INTEGRITY meta file) contains table definitions and perhaps definitions of procedures that others have created. Have you imported it? That should be your first step - there's an Import option in the INTEGRITY menu. When you build a procedure, you specify the input and output file nam...
- Tue Nov 18, 2003 3:49 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Anybody implemented Encryption ( AES or DES3)
- Replies: 4
- Views: 1518
Notice how all the "gurus" are shying away from mention of the GCI, making mystic signs to ward off the evil eye, and so on? There are many dangers in using the GCI improperly, not least being that you can totally foul up the way that DataStage works if you are not extremely careful. You end up rebu...
- Tue Nov 18, 2003 3:43 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DSD.DIROpen Error
- Replies: 8
- Views: 1702
1. It seems, from the error message, that the temporary VOC pointer name (&FOLDER&) is hard coded. Therefore, an attempt will be made by the second process to create something that already exists, and that second process will encounter the lock situation. 2. Unlikely that the locks would be held aft...
- Tue Nov 18, 2003 3:37 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How many job are in the project?
- Replies: 2
- Views: 953
COUNT DS_JOBS WITH @ID LIKE "1N0N" This UniVerse (DataStage Engine) command counts the integer keys in the DS_JOBS file. This is the total number of jobs that you have. It does not differentiate job type; this was not part of your original request. To execute this from a UNIX shell, you need the uv ...
- Tue Nov 18, 2003 3:18 pm
- Forum: Site/Forum
- Topic: 'Mark all Topics Read' function
- Replies: 3
- Views: 2500