Search found 84 matches

by pattemk
Mon Nov 04, 2013 12:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to load special character (spanish) into oracle through
Replies: 0
Views: 1155

how to load special character (spanish) into oracle through

Hello, my job consists of a sequential file --> transformer--> oracle connector stage there are no transformations applied in transformer stage. everything runs fine except that i am seeing an inverted ? Instead of a Spanish character Can anyone please advise on how can I insert that character into ...
by pattemk
Tue Jun 25, 2013 3:21 am
Forum: General
Topic: Datastage repository tables
Replies: 4
Views: 3392

Thanks for your Reply

Could you please provide me the sample query/example/exact repository tables to achieve my scenario
by pattemk
Tue Jun 25, 2013 1:12 am
Forum: General
Topic: Datastage repository tables
Replies: 4
Views: 3392

Datastage repository tables

Hi I want to know the repository tables for the datastage version 9.1 Scenario: Say i have a job called ABC. In that i want to know the source and the target table being used in the job without opening the jobs but through the repository tables which is possible in iinformatica. Is that, same can be...
by pattemk
Tue May 21, 2013 2:10 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DSD.ODBLinkStats
Replies: 6
Views: 4714

Hi Ray, Just an FYI, There are few other server jobs within my datastage project (9.1) which uses this routine, all other jobs work fine with this routine except for this one particualr job. I was wondering if i may do some modifications with in this one job so that it will work fine. The job has in...
by pattemk
Mon May 20, 2013 7:27 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DSD.ODBLinkStats
Replies: 6
Views: 4714

Code sample

Code: Select all

If IsNull(STAGECOM.ARR(ColNo)) Then
   Ans = @NULL.STR
End Else
   Ans = STAGECOM.ARR(ColNo)
End
Repeat
Return(Ans)
by pattemk
Mon May 20, 2013 7:14 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DSD.ODBLinkStats
Replies: 6
Views: 4714

DSD.ODBLinkStats

Hi, I am trying to migrate a server job in 7.5 to datastage v9.1. The job input is a sequential file and the output is a sequential file. The job uses a hash file stage also for cdc purpose. There is one routine used in transformer I am getting the below error From previous run DataStage Job 4814 Ph...
by pattemk
Mon Mar 25, 2013 1:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Explicitly changing the metadata
Replies: 2
Views: 2094

Explicitly changing the metadata

Hi, I have two fields COL1 and COL2 and the values are '2013-02-14' and '2013-02-21 10:15:45' respectively. (all records will be in this format only) my job design: SEQ FILE --> TRANSFORMER --> DATASET. I am reading the two fields as varchar. Can i just change the output metadata in the transformer ...
by pattemk
Mon Mar 25, 2013 1:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: two type conversions in one derivation
Replies: 9
Views: 4474

Thanks for replying, but the target metadata will be date if the COL5 = 'DATE' and will be timestamp otherwise.


PLease advice
by pattemk
Mon Mar 25, 2013 12:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: two type conversions in one derivation
Replies: 9
Views: 4474

two type conversions in one derivation

Hi, Iam trying to put something like below if then else condition in the derivation grid of my transformer. If TRIM(DSLink219.COL5) = 'DATE' Then StringToDate(DSLink219.FIELD5,"%yyyy-%mm-%dd") Else StringToTimestamp(DSLink219.FIELD5,"%yyyy-%mm-%dd %hh:%nn:%ss") I am getting the f...
by pattemk
Thu Jan 05, 2012 5:56 am
Forum: General
Topic: User Variable activity
Replies: 4
Views: 4512

Yes, i do have start loop and end loop in my job,

how should write the argument in the uva stage to provide the whole sql statements.

Please advice
by pattemk
Thu Jan 05, 2012 2:46 am
Forum: General
Topic: User Variable activity
Replies: 4
Views: 4512

User Variable activity

Hi , i am trying to pass the whole sql as a parameter to a particular job. exec_commd-->user_variable-->parallel job Query is like below SELECT CUSTID CUSTOMER, EMPID, CITY FROM TABLE A WHERE A.CUSTID = 123 I have used the following argument in the usser variable activity stage Field(Trim(StartLoop....
by pattemk
Fri May 13, 2011 10:53 am
Forum: General
Topic: help with execute command stage
Replies: 6
Views: 3717

i never used routine stage, would like to know, i will go through posts and documentation and give it a try.

thanks for all the help.
by pattemk
Thu May 12, 2011 1:28 pm
Forum: General
Topic: help with execute command stage
Replies: 6
Views: 3717

the format in the file is none for everything, final delimiter - none, delimiter - none, quote - none.

i checked in the value of file too, it was only A
by pattemk
Thu May 12, 2011 12:00 pm
Forum: General
Topic: help with execute command stage
Replies: 6
Views: 3717

help with execute command stage

Hi, I have a job that write a value(string 'A' or 'B' or 'C') into a sequential file S1. I want to execute job1 if value in the file S1 is 'A', job2 if value is 'B' and job3 if value is 'C' below is my job design job to generate S1 --> EXECUTE COMMAND ---> JOB1 |-------------------------------------...
by pattemk
Mon Apr 04, 2011 2:36 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Help with warning while importing the jobs
Replies: 0
Views: 1408

Help with warning while importing the jobs

Hi, I am using a separate rule set for my jobs. i exported the jobs with "Export jobs with executables" and include dependent items "checked" when i import these jobs , i get the following error 'The field Text override 'MYRULESET_USAREA' canot be found in the repository' Object ...