Search found 50 matches

by arshi
Sat Sep 06, 2008 12:42 am
Forum: General
Topic: Read 4.5 GB data
Replies: 2
Views: 1387

Read 4.5 GB data

Hi, In some of my jobs I need to take a lookup of file (Text file) with around 4 GB of data. (1) Hashed file stage wonot accept 4GB of data .So,I am going to Table lookup option instead of Hashed file.Is there any other way to do the lookup? (2) What is the solution for performance issue. We are usi...
by arshi
Tue Aug 19, 2008 7:20 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to remove duplicates in Datastage server edition 8
Replies: 5
Views: 10238

Hi, In Serveredition 8 no special stage for remove duplicates. To remove the duplicates on column by using the stage variables by, SvCurr=SvPre link1.col1=SvCurr If SvPre=SvCurr then @FALST else @TRUE . Put this result in one more stage variable. and Place this stage variable in the constraint. Befo...
by arshi
Fri Aug 01, 2008 6:24 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Remove duplicates on morethan 1 column
Replies: 13
Views: 7273

Remove duplicates on morethan 1 column

Hi, If i need to remove the duplicates on 1 column by using the stage variables by, SvCurr=SvPre link1.col1=SvCurr If SvPre=SvCurr then @FALST else @TRUE by using this logic I got the solution. The requirement is to remove duplicates more than 1 column How to implient this remove duplicates by using...
by arshi
Tue Jul 15, 2008 9:24 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Date Extraction
Replies: 2
Views: 1642

Date Extraction

Hi, I am facing following problem. I have 4 target columns like Ext_Date,Day,Month,Year. In the Ext_Date column I need to populate the Date format(DD-MMM-YYYY) by using system date minus oneday. For this I taken ,Oconv(Iconv(DATE.TAG(@DATE - 1),"D-YMD[4,2,2]") ,"D-DMY[2,A3,4]"). ...
by arshi
Mon Jul 14, 2008 1:34 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Rows PerTransaction option
Replies: 2
Views: 935

Rows PerTransaction option

Hi,

What number we need to put in OCI stage under Transaction Handling- Row Per Transaction Option.

At present we put zero as Row Per Transaction.We can put any number or is there any process for this.

Any one have an idea please suggest me on this.
by arshi
Sat Jul 05, 2008 6:52 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Special character in Target
Replies: 3
Views: 1501

I checked with UTF-8 option.Still its giving special character at the end of data.Any one have the solution for this.
by arshi
Thu Jul 03, 2008 5:22 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Date Format
Replies: 2
Views: 1094

Date Format

Hi, I am facing following date conversion in my job: Source data in the format: 26062008 (DDMMYYYY) I required output as in oracle date format and that date is last day of that month. I tried this : Iconv(MONTH.LAST(Oconv(in_Trns_Check.XTRCT_DT , "D-DMY[2,2,4]")),"D-DMY[2,A3,4]")...
by arshi
Tue Jun 24, 2008 8:10 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: sysdate in the job
Replies: 2
Views: 1102

sysdate in the job

Hi,

How to get the system time (with time stamp) for all the records when the job started.I need to populate this to target column with data type as DATE.

Any one have the solution please provide.

Regards,
Arshi
by arshi
Tue Jun 24, 2008 7:45 am
Forum: General
Topic: Datastage Installation in laptop
Replies: 15
Views: 7211

Hi all,

Thanks for your solution.Finally accepted Loopback Adopter IP as the HOST.But I am facing another problem,

Its giving the message as:

Project expirary date '-470/1/71369' is not unrecognisable.

Any one have the solution for this.

Regards,
Arshi
by arshi
Mon Jun 23, 2008 11:03 pm
Forum: General
Topic: Datastage Installation in laptop
Replies: 15
Views: 7211

Hi all,

Thanks for your solution.Finally accepted Loopback Adopter IP as the HOST.But I am facing another problem,

Its giving the message as:

Project expirary date '-470/1/71369' is not unrecognisable.

Regards,
Arshi
by arshi
Tue Jun 17, 2008 2:31 am
Forum: General
Topic: Datastage Installation in laptop
Replies: 15
Views: 7211

Arndw,
I given all the ways like computer name,localhost etc.

But it not working.

Regards,
Arshi
by arshi
Tue Jun 17, 2008 1:16 am
Forum: General
Topic: Datastage Installation in laptop
Replies: 15
Views: 7211

Hi,

This is the message I am getting,

Failed to connect host : project:UV
(The host name specified is not valid, or the host is not responding(81011))

I checked all the datastage services are in running status.

Regards,
Arshi
by arshi
Sun Jun 15, 2008 3:03 am
Forum: General
Topic: Datastage Installation in laptop
Replies: 15
Views: 7211

Datastage Installation in laptop

Hi,

I installed datastage 7.5 server edition in my laptop.In the host I given the computer name and omited the user and password.

But I am unable to connect.Any one have the solution please provide.

Regards,
Arshi
by arshi
Thu Jun 12, 2008 9:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: count the rows
Replies: 6
Views: 1878

count the rows

Hi,

I have the requirement like,

INPUT

COL1

ABC
ABC
XYZ
ABC
XYZ

I want the OUTPUT as,

COL2 COL3
ABC 3
XYZ 2

Can you tell how to implement in datastage.

Regards,
Arshi
by arshi
Thu Jun 05, 2008 7:19 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Link Colletor Working
Replies: 10
Views: 3726

But other jobs are running fine