Search found 48 matches

by swathi Singamareddygari
Mon Dec 01, 2008 1:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Stage variable
Replies: 3
Views: 2763

Stage variable

Hi I have a requirement My input is like this no -------- 1 1 1 0 0 1 0 1 I want output as No new -------------------- 1 1 1 1 1 2 0 0 0 0 1 1 0 0 1 1 If zero comes after one i want the count of how many zeros are coming after 1. if any one knows please help me Thanks&Regards Swathi S
by swathi Singamareddygari
Wed Nov 26, 2008 4:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Log file
Replies: 1
Views: 714

Log file

Hi all,

I want to capture all the logs which are there in director to a file.
Is there any possibility to do this.
If any one knows please help me

Thanks

Swathi S
by swathi Singamareddygari
Thu Sep 25, 2008 4:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Getting negative value of decimal field
Replies: 2
Views: 887

Getting negative value of decimal field

Hi, I want to get a negative value of a decimal field. MY input is 1112223334567822.22 I want output as - 1112223334567822.22 For this i gave output as -1*input but i am getting output as -1112223334567822.24 instead of -1112223334567822.22 When i am using NEG function i am facing same problem Pleas...
by swathi Singamareddygari
Fri Sep 19, 2008 3:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem with KeyChange column
Replies: 1
Views: 1149

Problem with KeyChange column

Hi all, I am using a sort stage in my parllel job.And i set Create keyChange column to true.I am using this key change column in the constraint of a link which is going to a load in to a particular table. I am getting error as Field keyChange in the input was not found in the db table EDWD2.EDW_JOB_...
by swathi Singamareddygari
Fri Sep 05, 2008 3:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: last date of the month
Replies: 2
Views: 1304

last date of the month

Hi,

I want to calculate the last date of the month .
The date i am getting from a sequential file.

data from source:2008-09-05

i want output as 2008-09-30

Can any one please tell me how to implement this in parllel jobs


Thnaks for your help

Regards

Swathi S
by swathi Singamareddygari
Fri Aug 29, 2008 12:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: nested convert function.
Replies: 3
Views: 1864

Hi ray, Thanks for ur reponse,its working for us.I didnt find any document for limit of using nested convert function,i came to know the limit by modifying the usage of number of nested functions. If i use more than 7 nested functions its giving compilation errors like { ##E TBLD 000000 12:39:54(000...
by swathi Singamareddygari
Thu Aug 28, 2008 11:49 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: nested convert function.
Replies: 3
Views: 1864

nested convert function.

Hi all, I have to convert char(0) to char(31) to a single space in a particular coulmn. But for using nested convert function like convert(char(0),' ', (convert(char(1),' ', DSLink3.name))) there is a limit to use functions.we can use up to 7 nested funtions. I tried using stage variable also like i...
by swathi Singamareddygari
Fri Aug 08, 2008 3:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Doubt in trim function
Replies: 3
Views: 999

The first syntax is, essentially, invalid and so will default the third argument (to "B" or "T" - I can't remember which). ... Hi ray , first statement is not invalid its giving the same result as of the second one.but i am not getting the differencebetween those two. Thanks
by swathi Singamareddygari
Fri Aug 08, 2008 2:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Doubt in trim function
Replies: 3
Views: 999

Doubt in trim function

Hi all,

Can any one please tell me the deifference between below two trim syntaxes

1.Trim(DSLink2.Date,'0','%R%')
2.Trim(DSLink2.Date,'0','R')

I creaeted the sample job to check these two syntaxes but i didnt get the difference in using with and without % syntax.

Thanks

Swathi
by swathi Singamareddygari
Tue Jun 17, 2008 1:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error with DSJOB command
Replies: 8
Views: 3037

No $ sign should be used. Are those "0" or "O" in your parameter name? ... No its "0" in the parameter name. when i used $ symbol before the parameter name i am getting This error Error -3 getting information for parameter '' Status code = -3 DSJE_BADPARAM which is dif...
by swathi Singamareddygari
Tue Jun 17, 2008 12:58 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error with DSJOB command
Replies: 8
Views: 3037

There is no job parameter named ACT_L00_TRG in the job called jobname. ... i am using that parameter in the job do i need to specifiy $ before the paramater name i.e ./dsjob -run -param $ACT_L00_TRG=/home/singamar/pivot.txt DMSYNC pivot1 and do i need to specify default value for that parameter in ...
by swathi Singamareddygari
Tue Jun 17, 2008 12:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error with DSJOB command
Replies: 8
Views: 3037

Error with DSJOB command

Hi, I am trying to run the job using dsjob command and passing parameter for a job form command line i gave this command ./dsjob -run -param ACT_L00_TRG=/home/singamar/pivot.txt project name jobname and i am getting this error Error -3 getting information for parameter 'ACT_L00_TRG' Status code = -3...
by swathi Singamareddygari
Mon Mar 31, 2008 5:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: orchestrate operator
Replies: 2
Views: 3352

orchestrate operator

Hi,
Can any one give some examples of orchestrate operators available in datastage.
by swathi Singamareddygari
Mon Mar 31, 2008 1:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: user defined stage
Replies: 3
Views: 1218

user defined stage

Hi,

can any one help me ,how to create user defined stage .

Thnks
Swathi.
by swathi Singamareddygari
Fri Mar 14, 2008 5:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: conversion error with aggregator stage
Replies: 1
Views: 971

conversion error with aggregator stage

Hi, I am using aggregator stage to perform calculation(max value) on integer field and the field(CONTACT_ID) which is going to store the max value also integer only,but i am getting the error as When binding output interface field "CONTACT_ID" to field "CONTACT_ID": Implicit conv...