Search found 11 matches

by Sachin K.C.
Fri Jul 06, 2007 8:38 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How I can measure the zero rows in sequential file ?
Replies: 6
Views: 1955

How I can measure the zero rows in sequential file ?

Hello, I have the requirement to produce the report of No. of records written in a sequential file. Till the point rows written to sequential file, I can able to take the count of no. of rows. But the problem exist when no rows are written to sequential file and i wanted to display in my report that...
by Sachin K.C.
Thu Jan 18, 2007 5:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: User control for commit or rollback
Replies: 3
Views: 1527

Read Transaction

kumar_s wrote:Dont you find any Transactional handling parameter in SP stage?
Well i tried to find the Transaction control, but not suceeded, Can u tell me the property and property value.

Thanks
by Sachin K.C.
Thu Jan 18, 2007 3:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: User control for commit or rollback
Replies: 3
Views: 1527

User control for commit or rollback

Hello Expert, I have the DS job of Store Procedure (SP) which accept 5 input and 5 output parameter. I am executing the DB2 SP from DS STPPX stage and it execute on input parameter and returning the output parameter perfectly. In my DB2 SP, i haven't mentioned the commit explictely.But still my reco...
by Sachin K.C.
Fri Dec 22, 2006 7:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Transformation validation
Replies: 10
Views: 3108

Transformation validation

Hi,

I want to perform the below transformation validation on character filed.

I.e. Field should have Valid characters are Alpha, blanks, hyphens and apostrophes

How to put the above validation for character field.

Kindly help. Thankx
by Sachin K.C.
Fri Dec 15, 2006 7:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2 Load Binary Error while writing trhough load method.
Replies: 1
Views: 1582

DB2 Load Binary Error while writing trhough load method.

Hi, While Loading the data from sequential file to UDB2 stage , i am getting the below error when i am using the load as the write method because i want to trucate and load the data into db2 table. DB2_UDB_Enterprise_9,0: DB2 Load Binary Error. But when i use upsert write method and when specify the...
by Sachin K.C.
Fri Dec 01, 2006 3:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to use DB Sequence in CSV File Generation
Replies: 1
Views: 1167

How to use DB Sequence in CSV File Generation

Hi, I want to generate & associate the sequence no from database sequence object and require to associaate to each row of sequential file. How i can generate the sequence no for each row of sequential file and associate with each row of sequential file. Please guide me for achieving above. Thank...
by Sachin K.C.
Fri Nov 24, 2006 4:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to get the Metadata information in derivation?
Replies: 2
Views: 1201

How to get the Metadata information in derivation?

Hi, I want to validate the sequential file column heading & their position in the file. i.e. column heading should come in particular order. field01='Column A' field02='Column B' field03='Column C' field04='Column D' .... ... .. How i will check the metadata in transformation processing constrai...
by Sachin K.C.
Tue Nov 21, 2006 2:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Validate text file against the meta data
Replies: 3
Views: 1584

Validate text file against the meta data

Hi, I have the requirement of loading the sequential file data into the data set. But before tranformation of data , i have to check the input sequential file has the proper no. of columns, column sequence , proper column data type, mandatory data in a column. In short, i have to validate my input s...
by Sachin K.C.
Thu Nov 02, 2006 12:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Handle multiple out links from transformation
Replies: 2
Views: 1454

Use the Remove duplicate stage, Thanks for all those who viewed..
by Sachin K.C.
Wed Nov 01, 2006 11:07 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Handle multiple out links from transformation
Replies: 2
Views: 1454

Handle multiple out links from transformation

Hi, I have multiple output links coming out from the Transformation i.e. 4 error link and 4 reject links populating error & reject dataset. I have the requirement that when i found any error in the source row i have to output that row to the reject and error dataset. There can be multiple errors...
by Sachin K.C.
Wed Oct 18, 2006 12:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: To Avoid Warning While Execution
Replies: 2
Views: 1572

To Avoid Warning While Execution

Hi, In my job i have used StringToDecimal function in many places, while running job i am getting the below warning in DS Director , but i could not able to trace the warning raises through which transfemation stage step. xfrmLoadData,1: Conversion error calling conversion routine decimal_from_strin...