Search found 7201 matches

by admin
Wed Oct 02, 2002 1:42 pm
Forum: Archive of DataStage Users@Oliver.com
Topic: Test Environment
Replies: 1
Views: 391

Test Environment

I am trying to set up a parallel test project that contains workfiles and Oracle tables. I would like to export an entire project to another project (on the same server) and have it use a different set of files without changing file/table names. By using account, workfiles are easy. Does anyone have...
by admin
Tue Oct 01, 2002 3:19 pm
Forum: Archive of DataStage Users@Oliver.com
Topic: Troubles converting a Timestamp to a Date
Replies: 2
Views: 554

Jenny, Set the date column in the TARGET DB2 stage to CHAR instead of timestamp or date. Your date format is correct. -----Original Message----- From: jash7@sears.com [mailto:jash7@sears.com] Sent: Tuesday, October 01, 2002 11:15 AM To: datastage-users@oliver.com Subject: Troubles converting a Times...
by admin
Tue Oct 01, 2002 3:18 pm
Forum: Archive of DataStage Users@Oliver.com
Topic: Troubles converting a Timestamp to a Date
Replies: 2
Views: 554

Use FieldName[1,10] when you map the column example updatedate[1,10] in the derivation Sakthi -----Original Message----- From: jash7@sears.com [mailto:jash7@sears.com] Sent: Tuesday, October 01, 2002 11:15 AM To: datastage-users@oliver.com Subject: Troubles converting a Timestamp to a Date I am tryi...
by admin
Tue Oct 01, 2002 3:15 pm
Forum: Archive of DataStage Users@Oliver.com
Topic: Troubles converting a Timestamp to a Date
Replies: 2
Views: 554

Troubles converting a Timestamp to a Date

I am trying to tranfer a SQL Server Timestamp to a DB2 date. Example: 2000-02-05 13:50:10.140 to just 200-02-05 Does anyone know how to do this in DataStage? I also tried converting it in SQL before brining it into datastage, but this creates a string date which DB2 doesnt like. Thank you, Jenny
by admin
Tue Oct 01, 2002 2:52 pm
Forum: Archive of DataStage Users@Oliver.com
Topic: Constraining when a character exist in a string
Replies: 4
Views: 851

Thanks guys, Regu -----Original Message----- From: Kenneth Bland [mailto:kcbland_2000@yahoo.com] Sent: 01 October 2002 15:41 To: datastage-users@oliver.com Subject: RE: Constraining when a character exist in a string Use INDEX instead of COUNT. COUNT will scan the entire string to, whereas INDEX can...
by admin
Tue Oct 01, 2002 2:12 pm
Forum: Archive of DataStage Users@Oliver.com
Topic: Constraining when a character exist in a string
Replies: 4
Views: 851

Use INDEX instead of COUNT. COUNT will scan the entire string to, whereas INDEX can stop on the first occurrence. INDEX returns the position where a substring is located in another string. If it doesnt find it the return value is 0. You can indicate which occurrence you want to find, in your case th...
by admin
Tue Oct 01, 2002 1:49 pm
Forum: Archive of DataStage Users@Oliver.com
Topic: Constraining when a character exist in a string
Replies: 4
Views: 851

Index -----Original Message----- From: Regu.Saliah@astrazeneca.com [mailto:Regu.Saliah@astrazeneca.com] Sent: Tuesday, 1 October 2002 11:39 PM To: datastage-users@oliver.com Subject: Constraining when a character exist in a string Hi Guys, I need to apply a constraint to a transform that will only a...
by admin
Tue Oct 01, 2002 1:46 pm
Forum: Archive of DataStage Users@Oliver.com
Topic: Constraining when a character exist in a string
Replies: 4
Views: 851

Hi Regu, try to use DCount(string, delimiter) function. This function counts a delimiter (that could be also a string) in a string. Hope this will help you Riccardo ----- Original Message ----- From: To: Sent: Tuesday, October 01, 2002 3:38 PM Subject: Constraining when a character exist in a string...
by admin
Tue Oct 01, 2002 1:38 pm
Forum: Archive of DataStage Users@Oliver.com
Topic: Constraining when a character exist in a string
Replies: 4
Views: 851

Constraining when a character exist in a string

Hi Guys, I need to apply a constraint to a transform that will only allow rows where one of the input fields doesnt contain a particular character anywhere in the field. I would be surprise if there isnt a function in DS that will look for a given character in an incoming string, but so far I cant f...
by admin
Tue Oct 01, 2002 10:47 am
Forum: Archive of DataStage Users@Oliver.com
Topic: Antwort: Dot and Comma
Replies: 0
Views: 480

Antwort: Dot and Comma

Hello Nuno, set in your dsenv the right NLS settings for oracle. I use: NLS_LANG=American_America.WE8ISO8859P1; export NLS_LANG Rregards, Udo Nuno Pimenta 01.10.02 12:34 Bitte antworten an datastage-users An: "@DataStage (E-mail)" Kopie: Thema: Dot and Comma Hi all, I have an Oracle8i table with two...
by admin
Tue Oct 01, 2002 10:34 am
Forum: Archive of DataStage Users@Oliver.com
Topic: Dot and Comma
Replies: 0
Views: 527

Dot and Comma

Hi all, I have an Oracle8i table with two columns, where the . is used like a decimal separator in Oracle. For example TAB: COL1 COL2 1.0 1.1 But when i see the data in Designer 5.2 the result is: COL1 COL2 1,0 1,1 There is any way to tell to DataStage 5.2, that the decimal separator is the dot and ...
by admin
Mon Sep 30, 2002 9:29 pm
Forum: Archive of DataStage Users@Oliver.com
Topic: Parallel processing in DS 6x
Replies: 5
Views: 1529

All platforms, certainly in 5.2. Job properties (General tab) has a check box called "Allow Multiple Instance". Stewarts note yesterday covers how this has been enhanced in 6.x. -----Original Message----- From: Rui Soares [mailto:rui.soares@novabase.pt] Sent: Monday, 30 September 2002 8:11 PM To: da...
by admin
Mon Sep 30, 2002 10:10 am
Forum: Archive of DataStage Users@Oliver.com
Topic: Parallel processing in DS 6x
Replies: 5
Views: 1529

Hi The Parallel processing is available in each platform ? What is required ? Rui Soares Rui Miguel Soares NOVABASE - Business Intelligence Mail : Rui.Soares@Novabase.PT Tel (NB) : 351 21 383 65 92 Tlm : 351 96 347 08 40 Fax : 351 213 836 309 -----Original Message----- From: Wurlod, Ray (BSG) [mailt...
by admin
Mon Sep 30, 2002 5:29 am
Forum: Archive of DataStage Users@Oliver.com
Topic: Parallel processing in DS 6x
Replies: 5
Views: 1529

Hi Rachna, To expand on Rays explanation, in 6.x you now have a NEW Parallel Job Canvas. This enables you to developed Parallel Jobs with complete control over the level of parallelism and how you wish to partition your data to utilise the available processes, giving you unlimited scalability (depen...
by admin
Mon Sep 30, 2002 5:27 am
Forum: Archive of DataStage Users@Oliver.com
Topic: Parallel processing in DS 6x
Replies: 5
Views: 1529

Theyre going to need a four dimensional Designer canvas soon! -----Original Message----- From: stewart.hanna@ascentialsoftware.com [mailto:stewart.hanna@ascentialsoftware.com] Sent: Monday, 30 September 2002 3:29 PM To: datastage-users@oliver.com Subject: RE: Parallel processing in DS 6x Hi Rachna, ...