Search found 7201 matches
- Thu Feb 21, 2002 3:08 pm
- Forum: Archive of DataStage Users@Oliver.com
- Topic: Hashfile and Array in DataStage Basic
- Replies: 2
- Views: 1545
Hashfile and Array in DataStage Basic
This is a topic for an orphaned message.
- Thu Feb 21, 2002 3:08 pm
- Forum: Archive of DataStage Users@Oliver.com
- Topic: Hashfile and Array in DataStage Basic
- Replies: 2
- Views: 1545
- Thu Feb 21, 2002 2:20 pm
- Forum: Archive of DataStage Users@Oliver.com
- Topic: Fwd: Loading everything or nothing
- Replies: 1
- Views: 468
I can think of two options: - Back up the table before the jobs are run, if a job fails restore the table. This is difficult to do if the table is big. - Use DataStage to move the data onto staging tables on the target database then update the fact table using database commands within a single trans...
- Thu Feb 21, 2002 1:14 pm
- Forum: Archive of DataStage Users@Oliver.com
- Topic: Meaning of ... continued
- Replies: 1
- Views: 403
Hi again Kasia, Correction - the to newline expansion is handled in log processing - e.g. DSLogInfo. I could not find this in the helpfiles - Ill get in touch with our tech authors. A quick glance at the logging code has not revealed any more of these codes. There are other expansions included in DS...
- Thu Feb 21, 2002 10:10 am
- Forum: Archive of DataStage Users@Oliver.com
- Topic: Vendor: Ascential Outperforms Competitors Published Benchmar
- Replies: 0
- Views: 397
Vendor: Ascential Outperforms Competitors Published Benchmar
Dear all, apologies if this is not of interest to you, but I dont think its been mentioned here as yet, but I thought you may want to take a glance through this release we put onto the website yesterday. It gives you an insight into how DataStage will be able to perform with the new options and func...
- Thu Feb 21, 2002 9:53 am
- Forum: Archive of DataStage Users@Oliver.com
- Topic: DB2 on OS/390
- Replies: 1
- Views: 834
you could take the os/390 option for DataStage (DataStage/390 edition) this will add an additional canvas to your designer for mainframe jobs. Youll get a new set of mainframe stages and youll be able to work in the same was as for server jobs. The resultant job design will produce Cobol code that c...
- Thu Feb 21, 2002 8:08 am
- Forum: Archive of DataStage Users@Oliver.com
- Topic: Re[2]: Loading everything or nothing
- Replies: 2
- Views: 930
Hello Alexandre, we have in every table two additional fields load_number and delete_number. Every load process gets a new number from a sequence. We do not update or delete in the table. We only insert. We process this way. INSERT the row is inserted and the load_number gets the sequence number DEL...
- Thu Feb 21, 2002 4:49 am
- Forum: Archive of DataStage Users@Oliver.com
- Topic: AW: Hash file in DataStage BASIC
- Replies: 1
- Views: 709
- Thu Feb 21, 2002 4:18 am
- Forum: Archive of DataStage Users@Oliver.com
- Topic: WARNING: (was Job Locked... How to Reset??)
- Replies: 4
- Views: 1344
The UNLOCK command requires Administrator privileges. On DataStage 4.x on UNIX, this means superuser (root) access. On WinNT it means a member of the Administrators group. Ray Wurlod Trainer - Asia Pacific Region IBM Informix Training Department Level 22, 60 City Road, Southbank Vic 3006 Tel: +61 3 ...
- Thu Feb 21, 2002 1:42 am
- Forum: Archive of DataStage Users@Oliver.com
- Topic: WARNING: (was Job Locked... How to Reset??)
- Replies: 4
- Views: 1344
I run the LOGTO UV and then the UNLOCK command and I still get the insufficient priveleges message. Am I doing something wrong ? -----Original Message----- From: Raymond Wurlod [mailto:wurlodr@au1.ibm.com] Sent: Wednesday, 20 February 2002 3:37 PM To: datastage-users@oliver.com Subject: RE: WARNING:...
- Wed Feb 20, 2002 10:37 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Version Control 511r1 and Creating Hash Files
- Replies: 6
- Views: 1566
for dynamic type 30 files the command ANALYZE.FILE <filename> will return the current statistics for the file. You can at least determine what the min modulus could be set at. If you have created non Type 30 files then you can execute HASH.HELP <filename> this will actually give you recomendations f...
- Wed Feb 20, 2002 10:11 pm
- Forum: Archive of DataStage Users@Oliver.com
- Topic: Can DataStage Jobs use saved Select Lists
- Replies: 2
- Views: 971
Select Lists are an integral part of the DataStage engine, and you definitely can use them. You need to activate a saved Select List (use GET.LIST in a before-stage subroutine). Access the file using a UV stage, and use the "normalize on" capability. You will also need to use user-defined SQL, becau...
- Wed Feb 20, 2002 9:51 pm
- Forum: Archive of DataStage Users@Oliver.com
- Topic: Transform a Date
- Replies: 2
- Views: 935
This has been answered on the list before, so should be in the archives. Convert your input date into DataStage internal format. It is sufficient to use Iconv(YourDate, "DDMY") because Iconv() is very flexible about separators, formats and so on, but you have to be particular about day, month, year ...
- Wed Feb 20, 2002 9:44 pm
- Forum: Archive of DataStage Users@Oliver.com
- Topic: Copying objects from 1 job to another
- Replies: 2
- Views: 517
Does anyone know if it is possible to copy Stages and Transforms from 1 job to another ? It is not possible. In DataStage 5.x the ability to save Containers is introduced. Ray Wurlod Trainer - Asia Pacific Region IBM Informix Training Department Level 22, 60 City Road, Southbank Vic 3006 Tel: +61 3 ...
- Wed Feb 20, 2002 9:40 pm
- Forum: Archive of DataStage Users@Oliver.com
- Topic: Hash file in DataStage BASIC
- Replies: 1
- Views: 594
It is possible to access hashed files from DataStage BASIC. A sufficiently small hashed file will tend to become resident in memory as a result purely of being accessed. It is NOT possible to emulate the pre-load to memory functionality, however, unless you have access to the GCI functions that hand...