Search found 70 matches

by pandujoy
Tue Feb 22, 2011 10:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Padding zero's before the value based on the data
Replies: 5
Views: 3143

This is the best option :

Str("0",8-len(Column):Column
by pandujoy
Tue Feb 22, 2011 10:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Padding zero's before the value based on the data
Replies: 5
Views: 3143

Use a len(Str,"0" with column)
by pandujoy
Tue Apr 06, 2010 1:52 pm
Forum: General
Topic: Hash file reference jobs
Replies: 2
Views: 1881

Thansk Anbu
by pandujoy
Tue Apr 06, 2010 1:09 pm
Forum: General
Topic: Hash file reference jobs
Replies: 2
Views: 1881

Hash file reference jobs

Hi All,

Can anyone suggest a process to find out all the job names which refer to a particular hash file say "ABC" . This hash file is being used as a lookup in various jobs.

Its in datastage 7.5 server edition.

Appreciate your help
by pandujoy
Tue Dec 22, 2009 10:48 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Rollback the data if the datastage job get aborted
Replies: 18
Views: 12244

thanks duke.....

since i will be getting 1 to 3 rows per transaction ........and if 1 row loads in the 1st database table and while loading the second row in the seconds database table the job is getting aborted resulting the nullfying the rollback function
by pandujoy
Tue Dec 22, 2009 9:31 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Rollback the data if the datastage job get aborted
Replies: 18
Views: 12244

Chulett....in the server job ODBC stage we have Read Uncommitted Read committed repeatable read serializable versioning auto commit if i am not if i specify "0" for read commit the rollback feature should work but being multiple stages used ...how can i solve my prob. even it is a server o...
by pandujoy
Tue Dec 22, 2009 9:25 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Rollback the data if the datastage job get aborted
Replies: 18
Views: 12244

oh ya i just came to work..... "You could blow out your rollback segment in the database. I thought if the transaction size was 0 then it commits all or nothing. You could also commit one row at a time. That may solve your problem." do you mean this would work for me if i work on server jobs
by pandujoy
Tue Dec 22, 2009 9:11 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Rollback the data if the datastage job get aborted
Replies: 18
Views: 12244

Thanks for all your responses....

If it is in the case of server jobs...can anyone guide me how to do that....
by pandujoy
Mon Dec 21, 2009 2:07 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Rollback the data if the datastage job get aborted
Replies: 18
Views: 12244

we have to use only parallel jobs....
by pandujoy
Mon Dec 21, 2009 12:10 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Rollback the data if the datastage job get aborted
Replies: 18
Views: 12244

Thanks Chulet.....I am a bit confused how to manage this in PX jobs

Is there way where i can write a script to roll back if the jobstatus code is aborted?
by pandujoy
Mon Dec 21, 2009 11:16 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Rollback the data if the datastage job get aborted
Replies: 18
Views: 12244

Rollback the data if the datastage job get aborted

Hi, I have designed a DS job where i will be inserting /updating data into 6 different tables. Since being a webservice i have to develop the service as one single job. The problem i am having is if the job gets aborted ....few of the initial tables are being inserted with some data...instead since ...
by pandujoy
Tue Dec 15, 2009 1:47 pm
Forum: Information Analyzer (formerly ProfileStage)
Topic: Deploying a webservice for a sequence of jobs
Replies: 5
Views: 3963

yup even i feel that.....anyways thanks for the confirmation
by pandujoy
Tue Dec 15, 2009 11:24 am
Forum: Information Analyzer (formerly ProfileStage)
Topic: Deploying a webservice for a sequence of jobs
Replies: 5
Views: 3963

Deploying a webservice for a sequence of jobs

Hi All,

Just curious if we can deploy a sequence of jobs as a webservice?

Ray/Chulett i guess you guys have an answer for this :)
by pandujoy
Mon Dec 14, 2009 3:49 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SIGNT when deploying as a service
Replies: 1
Views: 1410

SIGNT when deploying as a service

Hi,

I am get a fatal error when i am deploying DS job as a service. The job get aborted as SIGNT error. Not sure why it is getting aborted... The DS job runs fine as a job but when deployed a s a service it get SIGNIT error n aborts.

Appreciate all your help.

Thanks
by pandujoy
Fri Dec 11, 2009 2:24 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: insert/update into tables
Replies: 3
Views: 2025

Sorry forgot to mention i am using the odbc stages