Search found 28 matches

by Vino_joe84
Mon Apr 21, 2008 10:55 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Interpreting Record format
Replies: 12
Views: 4624

I am not a premium user. Can you please share the solution with everyone including non premium user.
by Vino_joe84
Mon Apr 21, 2008 5:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Interpreting Record format
Replies: 12
Views: 4624

Interpreting Record format

Hi,

We have the sample record like the one below.

"10","vino","apple","ram"


Delimiter is ","

How do we interpret the same in DS.

Can you please help us to sort this issue?
by Vino_joe84
Tue Apr 08, 2008 7:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Requirement to run the perl script in between parallel jobs
Replies: 3
Views: 1649

Yes. But will it possible for us to run a full korn/perl script on the data within a job. For example, we need to remove some unwanted characters from the input data stream to the output only through a perl/korn script. If this is the case, can we use the same stage mentioned by you. Please clarify....
by Vino_joe84
Tue Apr 08, 2008 5:22 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Requirement to run the perl script in between parallel jobs
Replies: 3
Views: 1649

Requirement to run the perl script in between parallel jobs

We ve the flow is as follows?

Source------>Transformer---->perl script/Unix script----->Transformer---->output.

Which stage should i use to run the perl/unix scripts in DS.

Is there any explicit stage avail in DS?
by Vino_joe84
Fri Mar 07, 2008 4:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Filter stage usage
Replies: 6
Views: 1774

I can able to complie the parallel job and not able to run the job. So I am not able to find my syntax is correct or not.
by Vino_joe84
Fri Mar 07, 2008 3:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Filter stage usage
Replies: 6
Views: 1774

Filter stage usage

We have given the syntax as

SUBSTR(Column_name,2,4) like '___='.

we cannot run the parallel version here. We are not sure whether our syntax is correct or not.

Should we use the following syntax.
Column_name(2,4) like '___='

Can you please help me out which one would suite in DS.

Thanks,
Vino
by Vino_joe84
Fri Mar 07, 2008 1:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Filter stage usage
Replies: 6
Views: 1774

Filter stage usage

Hi, We just want to know whether the substr function will be used in Filter stage. We want to filter out the records which contains substr(column_name,12,4)like ___=. If the record satisfy the above condition then it can go to next stage else it should move to reject file. Please let us know whether...
by Vino_joe84
Thu Feb 14, 2008 6:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job level message handler not found
Replies: 1
Views: 2691

Job level message handler not found

Hi.

while using the compresser stage to compress the flat file and stored it in data set, we are getting the following error.

Job level message handler Nxrp_suppress_Implicit_Conv_Warning.msh not found .

Can you please help us out to solve the problems.
by Vino_joe84
Tue Mar 20, 2007 1:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Warnings in Datastage
Replies: 3
Views: 5362

Warnings in Datastage

Oracle_Nxrp_Trn_Tgt_Mns_Pbip_Rej_Dtl: When checking operator: When binding input interface field "YR" to field "YR": Implicit conversion from source type "int64" to result type "decimal[10,0]": Possible range limitation. we have gone through the previous posts...
by Vino_joe84
Wed Mar 07, 2007 6:35 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: OCI has fetched truncated data
Replies: 2
Views: 1293

OCI has fetched truncated data

We got the error saying that OCI has fetched truncated data.
Wegot this error for some of the records. Others records are inserted into database.Help me out to solve this issue
by Vino_joe84
Fri Nov 24, 2006 5:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Remove the warnings
Replies: 5
Views: 1447

Remove the warnings

Oracle_Src_Nxrp_Trn_Vce_Avl_Dtl: When checking operator: When binding output interface field "TIME_KEY" to field "TIME_KEY": Converting a nullable source to a non-nullable result; a fatal runtime error could occur; use the modify operator to specify a value to which the null shou...
by Vino_joe84
Tue Nov 21, 2006 3:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: To hide warning messages in Datastage parallel edition
Replies: 9
Views: 7963

It works but we need to eliminate these kind of warnings. "Jn_Tgt_Lkp_Ins: When checking operator: On input data set 1: When binding input interface field "ABU_KEY" to field "ABU_KEY": Implicit conversion from source type "int64" to result type "decimal[10,0]&...
by Vino_joe84
Tue Nov 21, 2006 12:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: To hide warning messages in Datastage parallel edition
Replies: 9
Views: 7963

To hide warning messages in Datastage parallel edition

While running parallel jobs, we got a lot of warning messages.So after we add the message handler to demote the warnings into info.But we need to remove the warnings not to demote warnings to info.
is this possible to remove or mask the warnings?