Search found 100 matches

by sujaoschin
Sun Aug 24, 2008 5:44 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: If command
Replies: 8
Views: 1985

The requirement is this. I have 2 columns -AS_LOCATION & BISEPS_MI_AD_ID 1) IF the incoming records has the value of AS_LOCATION='FA' and BISEPS_MI_AD_ID=90002 then the output column AS_LOCATION should have the value of 101 2)IF the incoming records has the value of AS_LOCATION='FA' and BISEPS_M...
by sujaoschin
Sun Aug 24, 2008 5:42 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: If command
Replies: 8
Views: 1985

The requirement is this. I have 2 columns -AS_LOCATION & BISEPS_MI_AD_ID 1) IF the incoming records has the value of AS_LOCATION='FA' and BISEPS_MI_AD_ID=90002 then the output column AS_LOCATION should have the value of 101 2)IF the incoming records has the value of AS_LOCATION='FA' and BISEPS_M...
by sujaoschin
Fri Aug 22, 2008 10:24 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: If command
Replies: 8
Views: 1985

I have tried the 2 options, but still it is throwing me error. Can you plz help me out. I don't know where I am doing the mistake. option-1 if Reject_link.AS_LOCATION <> "111" else if Reject_link.AS_LOCATION <> "112" else if Reject_link.AS_LOCATION <> "105" else if Reje...
by sujaoschin
Fri Aug 22, 2008 5:37 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: If command
Replies: 8
Views: 1985

If command

I am getting error while writing the query in transformer. The purpose is to mark the record as "D" which are obeying this condition if Transform.AS_LOCATION <> "111" if Transform.AS_LOCATION <> "112" OR if Transform.AS_LOCATION <> "105" OR if Transform.AS_LOC...
by sujaoschin
Fri Aug 22, 2008 1:51 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to reject the records
Replies: 3
Views: 1242

How to reject the records

I have a column "AS_LOCATION' which has value of 101,111,105 and D. I need to reject the records with value 'D' and populate the rest into target table.

Please advise.
by sujaoschin
Thu Aug 21, 2008 11:09 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to filter the records
Replies: 2
Views: 1146

How to filter the records

input field has field of values "as_location"( VALUES,-SI, FA,FP) and "biseps_Md_ad_id"( 90002, 78582, OTHERS) which has to be lookup with MI_STATUS(VALUES LIKE SI, FA, FP) & MI_AD_ID(Values -90002, 78582, OTHERS) TFM N logic is 'if Mi_status=fa and mi_ad_id=90002 then 105 to...
by sujaoschin
Tue Aug 19, 2008 4:48 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to remove duplicates in Datastage server edition 8
Replies: 5
Views: 10243

How to remove duplicates in Datastage server edition 8

How to remove the duplicate records in Datastage server edition jobs? Which stage I need to use? Is there any stage like 'remove duplicates' like in parallel extender?
by sujaoschin
Tue Aug 19, 2008 4:46 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Output file name
Replies: 4
Views: 1303

Thanks. I am able to create a output file with file name and input date. How to generate the output file with the filename_jobrunning date?
by sujaoschin
Mon Aug 18, 2008 11:51 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error while inserting data into DB2
Replies: 2
Views: 3077

Thanks, Ray. The issue is resolved as the permission is granted to update , insert the table.
by sujaoschin
Mon Aug 18, 2008 10:43 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error while inserting data into DB2
Replies: 2
Views: 3077

Error while inserting data into DB2

I am getting the below error in DS director while trying to load the data into (T_LOCATION )DB2 table. Please advise

DBMS.CODE=-668, SQLSTATE=57016, [IBM][CLI Driver][DB2/AIX64] SQL0668N Operation not allowed for reason code "7" on table "SCTMIG_DEV.T_LOCATION". SQLSTATE=57016
by sujaoschin
Mon Aug 18, 2008 1:15 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Output file name
Replies: 4
Views: 1303

Output file name

How to create a output file with a name MAXIMO_ITEMS_YYYYMMDD.dat when the input file is in the format of BISEPS_MT_YYYYMMDDHHMMSS.dat.

Shall I pass MAXIMO_ITEMS & YYYYMMDD as separate parameter in job? which is the best way?
by sujaoschin
Thu Aug 14, 2008 3:35 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error while mapping seq file to DB2 database thru transforme
Replies: 3
Views: 1254

when I am writing the input value of 'MI_SUBMODULEOF' into a hash file ( direct mapping) thru transformer stage, the value 'zero' is getting populated in output without any warnings in director.

Please advise
by sujaoschin
Wed Aug 13, 2008 11:51 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error while mapping seq file to DB2 database thru transforme
Replies: 3
Views: 1254

Error while mapping seq file to DB2 database thru transforme

I am mapping the input field 'MI_SUBMODULEOF' which is integer from seq file to DB2 TABLE of field 'MI_SUBMODULEOF' thru transformer stage of datatype integer ( Direct mapping ). The input field has a value of zero and when it get populated to DB2 , it is null and throwing the below warning in seque...
by sujaoschin
Tue Aug 12, 2008 8:00 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Adding file name to header
Replies: 5
Views: 1410

Yes. I am giving the input file name in the job parameter as 'BISEPS_MT_*20080730*' but the output file should have header as
Line 1- 'BISEPS|BISEPS_ITEM_ES
Line 2- all the column headings

how to do this?
by sujaoschin
Tue Aug 12, 2008 7:33 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Adding file name to header
Replies: 5
Views: 1410

Adding file name to header

How to add a file name to Header for the output sequential file with delimited as pipe (|)