Search found 44 matches

by Cherukuri
Mon Feb 13, 2012 2:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DS job CREATE/UPDATE
Replies: 15
Views: 16061

Hi Eric,

I did not review the work done by my team on using the Change capture stage..

but told its worked .. let me check the same and will revert if its worked or not.

Regards,
Cheru.
by Cherukuri
Fri Feb 10, 2012 9:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DS job CREATE/UPDATE
Replies: 15
Views: 16061

pandeesh wrote:I believe you can use change capture stage for this.
---

I tried using change capture stage and it worked as expected

Thank you for the help..
by Cherukuri
Fri Feb 10, 2012 6:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Ds job should run daily and pick the current date file.
Replies: 9
Views: 12172

Re: Ds job should run daily and pick the current date file.

Hi,

Please revert me with the solution for the requirement above.

Regards,
Cheru.
by Cherukuri
Fri Feb 10, 2012 6:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DS job CREATE/UPDATE
Replies: 15
Views: 16061

pandeesh wrote:It looks like, do you want to achieve insert/update mechanism in sequential file?
YES its an INSERT/UPDATE mechanism in file.. please explain me.. thank you.
by Cherukuri
Thu Feb 09, 2012 8:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DS job CREATE/UPDATE
Replies: 15
Views: 16061

DS job CREATE/UPDATE

Hi I have a requirement like the datastage job should automate to run for every 5 mins. first time the job is run and file loaded in /tmp/target/ and second time when it run the new file should check the key value on the existed data (that was run before) and if no key value exists then the record s...
by Cherukuri
Thu Feb 09, 2012 8:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Ds job should run daily and pick the current date file.
Replies: 9
Views: 12172

Ds job should run daily and pick the current date file.

Hi, I have a requirment as explained below: Question : Daily files are placed in '/tmp/ds/sources/' the files are in .csv formate I have to dev a Datastage job (and load to the path '/tmp/ds/target/') in such a way the job should run daily and should pick the present date file, if i did not get a fi...
by Cherukuri
Fri Jan 13, 2012 2:22 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Failed to load the library
Replies: 5
Views: 5484

Failed to load the library - resolved

Hi,

I myself investigated the root cause for the same.
I have renamed the stage name xfm to xfmActiveRules (a different name)
and compiled -> executed and job executed successfully with expected output ........ Thanks you all for viewing my question and tried for helping me.

Thanks You.
Cheru.
by Cherukuri
Tue Jan 10, 2012 8:53 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Failed to load the library
Replies: 5
Views: 5484

Failed to load the library

Hi, When i tried executing the job I am getting this error below , please suggest me how to correct this error. Xfm: Failed to load the library "V0S1_PAR_LOAD_ALG0_EQUI_EQUT_EQUZ_ILOA_Xfm.so"; either the directory containing the library file is not on the library search path, or the librar...
by Cherukuri
Fri Nov 04, 2011 4:30 am
Forum: General
Topic: text file which contains the names of few job sequences
Replies: 1
Views: 870

text file which contains the names of few job sequences

I have a text file which contains the names of few job sequences new line delimiter. Now I am developing a sequence job which will only run those sequences whose names are retrieved from the text file. (i) I call an script which gives me the names of the sequences. (ii) I store all the names of in U...
by Cherukuri
Thu Nov 03, 2011 9:53 am
Forum: General
Topic: To run the sequences whose names are retrieved from file
Replies: 3
Views: 7318

To run the sequences whose names are retrieved from file

Hi, I have a text file which contains the names of few job sequences new line delimiter. Now I am developing a sequence job which will only run those sequences whose names are retrieved from the text file. (i) I call an script which gives me the names of the sequences. (ii) I store all the names of ...
by Cherukuri
Wed Nov 02, 2011 6:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: rouding last digits to 2 decimal places
Replies: 2
Views: 1583

hi Arun,

Thanks, for a quick solution it worked.
by Cherukuri
Thu Oct 27, 2011 9:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: rouding last digits to 2 decimal places
Replies: 2
Views: 1583

rouding last digits to 2 decimal places

Hi, Please give me a solutions for the below question: my input data : filed1 1.223 0.003 45.89 0.00006 45.8934 My output data : field1 field2 12.23 10 0.03 10 45.89 1 0.06 1000 4589.34 100 so the out put data should be rounded to last 2 decimal places as an example shown above. and also need the va...
by Cherukuri
Thu Sep 29, 2011 11:23 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to Trim last character
Replies: 1
Views: 1465

how to Trim last character

Hi,

Please give me a solution for the below question:

input data is like :

field1

ABC-123-BG-
NMKL-
QWER-FR
GHK-RTY

I should get the out put as :

Field_output

ABC-123-BC
NMKL
QWER-FR
GHK-RTY


Please help me how to search the last character '-' and trimming it..

Thanks,

Cheru.
by Cherukuri
Sun Feb 08, 2009 11:48 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to get data between ;'s
Replies: 7
Views: 2275

How to get data between ;'s

Hi, I have a input source like : Field1 ------- 02102;9;988 4;8;8942333 09323;2;6700 874;34;2323 How can I get the data between ;'s the output file should be like: Field1 -------- 9 8 2 34 so the output file should contain the data between the ;'s of the input file. Please tell me how to do this. Th...