Search found 7201 matches

by admin
Wed May 15, 2002 5:42 pm
Forum: Archive of DataStage Users@Oliver.com
Topic: 5.2R1 Complex Flat File
Replies: 1
Views: 1246

5.2R1 Complex Flat File

We have upgraded from 4.11B to 5.2R1. Our complex flat file stage is no longer performing properly. We are receiving garbage data (control and special characters). Our platform is AIX UNIX. Has anyone run into this problem, or is anyone successfully using the CFF Stage with 5.2R1?
- Doreen
by admin
Wed May 15, 2002 5:26 am
Forum: Archive of DataStage Users@Oliver.com
Topic: Querying a Hash File
Replies: 1
Views: 575

Hashed files are the physical implementation of UniVerse RDBMS tables. You can therefore query them with a UV stage or a Hashed File stage. The former uses UniVerse SQL, which is compliant with the ODBC 2.0 grammar with extensions for handling multi-valued columns (probably not an issue in your case...
by admin
Wed May 15, 2002 5:01 am
Forum: Archive of DataStage Users@Oliver.com
Topic: Job scheduling/execution problems
Replies: 3
Views: 1257

Job scheduling/execution problems

Hi, This sounds more like a problem for support. I think you are running out of unix file descriptors when you fail to open a file that you know exists. There is a unix kernel parameter that limits the maximum number of files that can be opened at any one time. This manifests when the job(s) run ind...
by admin
Wed May 15, 2002 4:43 am
Forum: Archive of DataStage Users@Oliver.com
Topic: Querying a Hash File
Replies: 1
Views: 575

Querying a Hash File

We are running DataStage 4.1 in our Production environment at Present. Server: Win2K DBMS: Ingres II on Solaris With one of my control jobs we rely heavily on ODBC to pass data into Ingres. I run a number of queries before loading into and Ingres Table, which are taking a long time due to the slow I...
by admin
Wed May 15, 2002 1:12 am
Forum: Archive of DataStage Users@Oliver.com
Topic: automatic export - thanks!
Replies: 0
Views: 406

automatic export - thanks!

Wow that was helpful! I have 5.2 and it works great!
by admin
Tue May 14, 2002 10:04 pm
Forum: Archive of DataStage Users@Oliver.com
Topic: [AD]: Reading from INI files
Replies: 0
Views: 376

[AD]: Reading from INI files

Techniques are taught in Ascentials "Programming with DataStage BASIC" class. Raymond Wurlod Trainer, Asia-Pacific Region IBM Informix Education Department Level 22, 60 City Road, Southbank Vic 3006 Australia Telephone: +61 3 9626 6624 Facsimile: +61 3 9626 6622 Notes: Raymond Wurlod/Australia/IBM@I...
by admin
Tue May 14, 2002 9:40 pm
Forum: Archive of DataStage Users@Oliver.com
Topic: Reading from INI files
Replies: 2
Views: 576

Reading from INI files

This is a topic for an orphaned message.
by admin
Tue May 14, 2002 9:40 pm
Forum: Archive of DataStage Users@Oliver.com
Topic: Reading from INI files
Replies: 2
Views: 576

yes there is. I have a document and couple of routines that do it for you. Ill email them once I get to my hotel room tonight. PKM ----Original Message Follows---- From: Shrikanth Ramanathan Reply-To: To: datastage-users@oliver.com Subject: Reading from INI files Date: Tue, 14 May 2002 10:02:39 -070...
by admin
Tue May 14, 2002 5:44 pm
Forum: Archive of DataStage Users@Oliver.com
Topic: Datastage performances
Replies: 6
Views: 1482

Hi, I have seen performance increase of 2 to 3 times, if you write the output to file and use oracle bulk loader component to load data into the table. Dinesh Jain -----Original Message----- From: Marzio Rotondo [mailto:ce101882@tlsoft.it] Sent: Tuesday, May 14, 2002 3:54 AM To: datastage-users@oliv...
by admin
Tue May 14, 2002 5:02 pm
Forum: Archive of DataStage Users@Oliver.com
Topic: Reading from INI files
Replies: 0
Views: 363

Reading from INI files

Is there any way of reading data from an INI file
using a Job Control?

__________________________________________________
Do You Yahoo!?
LAUNCH - Your Yahoo! Music Experience
http://launch.yahoo.com
by admin
Tue May 14, 2002 3:07 pm
Forum: Archive of DataStage Users@Oliver.com
Topic: Datastage performances
Replies: 6
Views: 1482

Well having personally spent a lot of time in various hardware vendor Benchmark labs the results of one test can be seen at www.etlbenchmark.com I would have to say that people are using DataStage PX simply because its the only way they can process the amount of data they need to in the batch window...
by admin
Tue May 14, 2002 2:51 pm
Forum: Archive of DataStage Users@Oliver.com
Topic: Datastage performances
Replies: 6
Views: 1482

Actually, ETL tools are great for complex transformation, as well as bringing extra technology to the table. You have to remember that mixing database activity in with DataStage RESTRICTS DataStage to operating at the speed in which the database can supply data. Passing data from one table to anothe...
by admin
Tue May 14, 2002 1:48 pm
Forum: Archive of DataStage Users@Oliver.com
Topic: Automatic export
Replies: 6
Views: 1585

I should add on a Unix server. -----Original Message----- From: Myles Sigal [mailto:Myles.Sigal@medstat.com] Sent: Tuesday, May 14, 2002 9:29 AM To: datastage-users@oliver.com Subject: RE: Automatic export Tell me more about dscmdexport and import. Were running 5.1. Thanks, Myles -----Original Messa...
by admin
Tue May 14, 2002 1:42 pm
Forum: Archive of DataStage Users@Oliver.com
Topic: Automatic export
Replies: 6
Views: 1585

Ops!!! Im sorry, dscmdexport.exe/dscdmimport.exe are available only on DS5.2 (Ive not found it on DS5.1). This tow utilities are command line application and can be run unattended. Also, dscmdimport.exe allows to import ALL project or "ASK" for component. Regards, Riccardo ----- Original Message ---...
by admin
Tue May 14, 2002 1:29 pm
Forum: Archive of DataStage Users@Oliver.com
Topic: Datastage performances
Replies: 6
Views: 1482

Marzio, Perhaps this is overly simple, but I would create and run the same thing via SQL*Plus with an insert/select statement and compare the results. Either replace the @outrownum with an Oracle sequence or some constant. BTW, an Ascential consultant/trainer has told me that in his opinion the main...