Search found 7201 matches

by admin
Fri Aug 24, 2001 1:12 am
Forum: Archive of DataStage Users@Oliver.com
Topic: What is MetaStage
Replies: 1
Views: 398

What is MetaStage

Can any provide some details, what is MetaSage? how a company can use it,
what are the benifits etc etc

thanks in advance

Rahim Ladha
e-mail : rahimladha@hotmail.com


_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp
by admin
Thu Aug 23, 2001 10:00 pm
Forum: Archive of DataStage Users@Oliver.com
Topic: Format a negative number
Replies: 2
Views: 1016

Iconv(number, "MD0-") will do it. The "MD" conversion (see BASIC Reference Guide) also handles other forms of negative number, such as appended "CR" or "DB", or notation. -----Original Message----- From: Nuno Pimenta [mailto:nuno.pimenta@tmn.pt] Sent: Thursday, 23 August 2001 20:43 To: LIST-DataStag...
by admin
Thu Aug 23, 2001 7:17 pm
Forum: Archive of DataStage Users@Oliver.com
Topic: Datastage/390 is not unable to use CURRENT DATE in the looku
Replies: 1
Views: 1400

Try CURRENT_DATE (add the underscore). That works (at least in version 4.2.1) Rich -----Original Message----- Date: Thu, 23 Aug 2001 10:42:24 +1200 To: datastage-users@oliver.com From: Paul Ko Subject: Datastage/390 is not unable to use CURRENT DATE in the lookup sta ge Message-ID: Hello, I am just ...
by admin
Thu Aug 23, 2001 4:42 pm
Forum: Archive of DataStage Users@Oliver.com
Topic: Capture the jobstatus
Replies: 1
Views: 4430

Here are a few different ways. I hope one might help. >RTN=`dsjob -run -jobstatus Project JobName` Finished waiting for job Status code = 1 >echo $RTN Waiting for job... Job Status : (1) > Note: If job fails because of bad parameter or the like RTN will be blank. --- Or --- dsjob -run -jobstatus -pa...
by admin
Thu Aug 23, 2001 4:22 pm
Forum: Archive of DataStage Users@Oliver.com
Topic: Another problem in Data Stage OS-390
Replies: 0
Views: 924

External Routines and for that matter most other stages do not really handle Cobol groups. They work on a column per column / field per field basis. You have to work around the Group issue. One way is to concatenate all the various 05 level fields into 1 variable (e.g. a stage variable) using the st...
by admin
Thu Aug 23, 2001 4:14 pm
Forum: Archive of DataStage Users@Oliver.com
Topic: DS and E10000 Sub Box
Replies: 1
Views: 1437

I Phil, I worked with a Sun E1000 with 8 processors. The only problem I have had (DS 4.0.1), was about the DSWaitForJob function (in a job control environment). If I tried to launch more than 4 jobs in parallel, DSWaitForJob function didnt work fine. In other words the execution didnt wait the end o...
by admin
Thu Aug 23, 2001 3:57 pm
Forum: Archive of DataStage Users@Oliver.com
Topic: Capture the jobstatus
Replies: 1
Views: 4430

Capture the jobstatus

Hello, I am trying to write a batch file. In this file, I will first submit a datastage job using datastage command line similar to this: ~dsjob.exe [bunch of parameters] -run -jobstatus projectname jobname Depends on the status of this job, I will decide what to do next in the batch file, such as i...
by admin
Thu Aug 23, 2001 3:19 pm
Forum: Archive of DataStage Users@Oliver.com
Topic: DataStage / DB2 Users
Replies: 1
Views: 407

We (Miller Brewing) are using Datastage on the mainframe, accessing DB2, and also have Metastage installed. Were working through the many quirks/bugs that the OS/390 version of Datastage has. I myself cant speak to Metastage. Weve got it. Plan is to use it, but we havent done much with it yet. Rich ...
by admin
Thu Aug 23, 2001 2:03 pm
Forum: Archive of DataStage Users@Oliver.com
Topic: Writing to OCI Stage
Replies: 3
Views: 640

Michael, Follow these guidelines: If all rows will be inserts then make sure the sql action is insert rows without clearing. If this is set to update or insert or vice versa will cause a major performance hit. I would also set the array and transaction size to about 1000. This is usually a good star...
by admin
Thu Aug 23, 2001 11:06 am
Forum: Archive of DataStage Users@Oliver.com
Topic: Format a negative number
Replies: 2
Views: 1016

Try something like Iconv(input,"ML0M") I havent tested this, but if it isnt quite right, check ou the help on Iconv -----Original Message----- From: Nuno Pimenta [mailto:nuno.pimenta@tmn.pt] Sent: Thursday, 23 August 2001 8:43 PM To: LIST-DataStage (E-mail) Subject: Format a negative number I have a...
by admin
Thu Aug 23, 2001 10:43 am
Forum: Archive of DataStage Users@Oliver.com
Topic: Format a negative number
Replies: 2
Views: 1016

Format a negative number

I have a source system that gives me a negative value like: 22122-

There is in DataStage, any function/format to convert this value in -22122?

Thanks in Advance,

NP
by admin
Thu Aug 23, 2001 8:56 am
Forum: Archive of DataStage Users@Oliver.com
Topic: DS and E10000 Sub Box
Replies: 1
Views: 1437

DS and E10000 Sub Box

Is anyone out there running DS on an E10000 machine? A client has an E10000 64 cpu machine of which 12cpu will be assigned to the ETL environment, 24 cpu to the DW and various others.

Just wanted to know if there were any issues that should be considered.

Phil.
by admin
Thu Aug 23, 2001 4:37 am
Forum: Archive of DataStage Users@Oliver.com
Topic: Writing to OCI Stage
Replies: 3
Views: 640

1) Try using parallel inserts. 2) Increase the rows per transaction count. 3) Try using direct insert (8i supports). With this ORAOCI is as good as ORABULK (SQL*LOADER) Regds Vivek > -----Original Message----- > From: Michael Feckler [SMTP:mfeckler@onel.com] > Sent: Thursday, August 23, 2001 12:45 A...
by admin
Wed Aug 22, 2001 10:42 pm
Forum: Archive of DataStage Users@Oliver.com
Topic: Datastage/390 is not unable to use CURRENT DATE in the looku
Replies: 1
Views: 1400

Datastage/390 is not unable to use CURRENT DATE in the looku

Hello, I am just wondering has anybody encountered a situation where you have to use the DB2 CURRENT DATE function to compare against dates. I have created a RELATIONAL STAGE in the Datastage Designer and I am trying to add two conditions in the WHERE tab to limit selection to those records that hav...
by admin
Wed Aug 22, 2001 10:35 pm
Forum: Archive of DataStage Users@Oliver.com
Topic: Accessing a whole row in a 2 dimensional array
Replies: 2
Views: 569

thanks! Wendy Voon Consultant Black Diamond T e c h n o l o g i e s Level 3, 1 Southbank Boulevard, Southbank, Victoria 3006 E-mail: wendy.voon@team.telstra.com Telephone: (03) 8696 - 5023 > -----Original Message----- > From: len.greenwood@ascentialsoftware.com > [SMTP:len.greenwood@ascentialsoftwar...