Search found 79 matches

by luca
Thu Feb 27, 2003 3:30 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: user status area
Replies: 5
Views: 1205

The value I try to store is a string
by luca
Thu Feb 27, 2003 1:41 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: user status area
Replies: 5
Views: 1205

user status area

Hi all ! I have a job JC1 (job control) which runs a job J2. J2 calls an after job subroutine in which ends by a command DSSetUserStatus. From JC1, I am trying to retrieve this value from the user status area. I tried to find it by using the command : Result = DSGetJobInfo (h$4, DSJ.USERSTATUS) wher...
by luca
Wed Feb 26, 2003 5:29 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DSSendMail Problem
Replies: 8
Views: 4569

Hi !
Your problem should be solve by creating a link.
see ln command in Unix (by doing: man ln)
by luca
Mon Feb 24, 2003 4:29 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: cursor
Replies: 16
Views: 3131

I'll study all this possibilities (including the solution in a GUI job, which I didn't expect to be abble to run another job) and I'll see what changes I'll make in my job(s). FYI (but I don't remember who asked) : this job is going to run other jobs but without waiting for the end of this jobs. Tha...
by luca
Mon Feb 24, 2003 3:37 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: cursor
Replies: 16
Views: 3131

I sent my previous email before reading Ray. Ray suggested to do this in a job (with design) too. Does it mean that it is not possible to do this in a JOB CONTROL CODE ? I was looking in this direction because it seems simpler. I thought datastage could allow to change your data source (file or data...
by luca
Mon Feb 24, 2003 3:24 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: cursor
Replies: 16
Views: 3131

I still don't understand how I could do a DSRunJob for each row in a job which has a design ... I have a strong feeling that I need to write a JOB CONTROL CODE to do all what I need to do (retreive job name and parameters values from Oracle tables and then execute a DSRunJob for each row) No suggest...
by luca
Mon Feb 24, 2003 2:29 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: cursor
Replies: 16
Views: 3131

ManjulaMadhu, what you suggest is exactly what I want to do.
but to do this ("get the required rows from the table in the second job itslef and then do the process") I need to define a cursor on the rows returned by the SQL query, don't I ?
by luca
Mon Feb 24, 2003 1:19 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: cursor
Replies: 16
Views: 3131

No, I mean that for each row of my table, I launch a job to run. This table is a "scheduling table" , it contains the jobs that have to be run (for each row of the table, I do a DSRunJob).
by luca
Sun Feb 23, 2003 11:17 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: cursor
Replies: 16
Views: 3131

Thanks for your suggestions. One important precision : I wanted to do this cursor in a job control code or in a routine code. For the moment, I have 3 jobs : one sequencer which sequences the 2 followings : - 1st job (job server with design flow) : select the rows from the table and write them to a ...
by luca
Fri Feb 21, 2003 6:38 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: NotificationActivity : parameter for email address
Replies: 5
Views: 1470

NotificationActivity : parameter for email address

I have a parameter for email address in my job sequencer.
I want to use this parameter in a NotificationActivity (email).
What special caracter do I have to enclose my parameter with in the senders and recipient email address fields ?
Probably easy, but I didn't find it in the doc/help.
Thanks.
by luca
Fri Feb 21, 2003 3:51 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: cursor
Replies: 16
Views: 3131

cursor

Hi ! I've been searching through the DS documentation to find how to define and use a SQL cursor in a job control or a routine. The only cursor I found was for "screen and cursor control ..." stuff. Does this mean that with Datastage you cannot define a SQL cursor ? What I want to do in a ...
by luca
Fri Feb 21, 2003 12:38 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job sequencer : passing parameters to a job
Replies: 3
Views: 1442

Hi Ray ! that's the way we are doing this right now. We want to change this in order to have set of jobs reusable anywhere, without having dependencies with their top job sequencer. this would be usefull for exemple to avoid having to change all the hierarchy of job sequencer when you add one parame...
by luca
Fri Feb 21, 2003 12:07 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job sequencer : passing parameters to a job
Replies: 3
Views: 1442

Job sequencer : passing parameters to a job

Hi ! A few days ago, I asked a way to find a value stored in a Database (date) and pass it to a job as value for a parameter in a Job sequencer. This works fine using a routine in the job sequencer. Now, I have changes to my requirements as I'll have to find values for many parameters (20 or even mo...
by luca
Thu Feb 20, 2003 11:17 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Parameter Manager
Replies: 1
Views: 863

Parameter Manager

Hi !
Do some of you have use Parameter Manager ?
Can you explain in which way it was useful to your project ?
Thanks.
by luca
Thu Feb 20, 2003 5:55 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ORAOCI8 stage
Replies: 8
Views: 1944

This job doesn't process a huge amount of records (50000). Not the best job to do this performance scenario.
But in the near future, we are going to optimize our jobs and we'll do this kind of performance tests for the jobs processing a lot of data. I'll let you know the results then.