Search found 180 matches

by rafik2k
Thu May 15, 2008 12:52 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to wite the log to a file
Replies: 4
Views: 2890

if you want to see summary log report, you can also use
dsjobreport, which can be called either before job subroutine or after sub routine.
see help file for more details
by rafik2k
Fri Jul 13, 2007 12:38 am
Forum: General
Topic: How to send SMS about the status of sequence job?
Replies: 6
Views: 3925

ray.wurlod wrote:It may be that Sprint does not extend to South Africa, but most mobile phone providers have a similar service. ...

Thanks Ray :lol:
I will check that and will send SMS at ray.craig.ArndW@dsxchange.com
by rafik2k
Fri Jul 13, 2007 12:24 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Finding field in Datastage repository
Replies: 2
Views: 2250

Finding field in Datastage repository

Hi, We are in process of calculating effort estimates of rework in our development due to target datamodel changes. Changing one field in target model has cascading impact on other jobs due to dependency.There is almost 300+ jobs. Manual process for this would be very time consuming. So We want to c...
by rafik2k
Tue Jul 10, 2007 8:03 am
Forum: General
Topic: How DS processes are managed?
Replies: 3
Views: 2596

Thanks Ray and ArndW for sharing this!


Thanks and Regards,
Rafik
by rafik2k
Tue Jul 10, 2007 8:00 am
Forum: General
Topic: How to send SMS about the status of sequence job?
Replies: 6
Views: 3925

Thanks ArndW and Craig for sharing valuable information.

I will test the jobs and will let know the outcomes.

Thanks and Regards,
Rafikul
by rafik2k
Mon Jul 09, 2007 3:04 pm
Forum: General
Topic: How to send SMS about the status of sequence job?
Replies: 6
Views: 3925

How to send SMS about the status of sequence job?

Hi All, We have created one main sequence job which inturn calls another 15 inner sequence jobs. There is almost total 250 jobs in the sequence and which takes almost 24 hours to finish. My requirement is to send status (success/abort/fail) SMS message upon completion of each inner sequence jobs. Co...
by rafik2k
Mon Jul 09, 2007 2:51 pm
Forum: General
Topic: How DS processes are managed?
Replies: 3
Views: 2596

How DS processes are managed?

Hi All, I have one general question on DS, Apologies if it seems silly question? Basically I want know 1) which file in ds server controls the process like allocation,deallocation of resources to stages/jobs etc ? 2) how the processes are managed ? 3) How resource allocation is done at OS level and ...
by rafik2k
Mon Jul 09, 2007 2:36 pm
Forum: General
Topic: datasteg certification
Replies: 1
Views: 2134

You can get certification information on the following link

http://www.squidoo.com/datastage

http://www-03.ibm.com/certify/certs/iisdwsdev75.shtml
by rafik2k
Sat Jun 30, 2007 4:55 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Creating sequential text file on fly
Replies: 2
Views: 1803

Creating sequential text file on fly

I am not sure whether is it possible or not? I have input data set of customers information for different region like North,South,West,North_West etc. My requirement is to create exactly one output file for each region. I am not sure how many region would be at the time of reading input file. Based ...
by rafik2k
Sat Jun 30, 2007 4:29 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: counting number of rows in hash file
Replies: 7
Views: 4915

Code: Select all

Ray: It can be created with SETFILE
Thanks a lot Ray!
Using SETFILE command,I set a VOC pointer of the file and
It's working fine

But when I use account name insted of directory path for hashed file, I don't need to set it

Thanks
by rafik2k
Sat Jun 30, 2007 3:45 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Executing db2 sql command in a routine
Replies: 11
Views: 8014

Thanks Ray and Craig for your input!
I would appreciate if somebody helps me to find solution of my original post
by rafik2k
Sat Jun 30, 2007 3:31 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Passing job parameter from text file
Replies: 4
Views: 2538

Thanks Ray!
I need to read all 3 variable
Parameter name,prompt,value
from first line and their corresponding value from 2nd file.

Can you pleae let me know or give me hints how to acheive this?
I believe I will have write the routine, but don't know the actual syntax of reading text file.

Thanks
by rafik2k
Sat Jun 30, 2007 3:07 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: does Datastage Handle ascii extended chars
Replies: 3
Views: 3881

we are receiving international data Is there any spceail charachter set you are receiving? You need to check for your project's NLS map and collation locale setting. If you get any error due to unhandling of special character while running job, then you need to set appropriate setting for your proj...
by rafik2k
Sat Jun 30, 2007 2:46 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Passing job parameter from text file
Replies: 4
Views: 2538

Passing job parameter from text file

Hi, I want to read paramter from text file and use the value of paramter in my job. Example FileName is parameter Parameter name,prompt,value domain_name,Enter value name domain, electricity I tried searching in archive, but failed to get desired result. Please let me know any reference of previous ...
by rafik2k
Sat Jun 30, 2007 12:25 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: counting number of rows in hash file
Replies: 7
Views: 4915

Thanks Ray!
Ray,Craig: This is my requirement where I want to count no. of records reading from the source(in may case hashed file) and compare with records count loaded into target database db2.

I am reusing the hashed which was created by other job.