Search found 57 matches

by sun rays
Wed May 30, 2007 5:39 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Compilation Error in a Sequence Job
Replies: 3
Views: 1251

Re: Compilation Error in a Sequence Job

May be the Job that the sequence is calling doesnot exist anymore or got renamed.
by sun rays
Wed May 30, 2007 5:31 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Concatenate duplicate values..
Replies: 2
Views: 996

Re: Concatenate duplicate values..

1)First sort the data and 2)then in transformer use the persistent stage variables like svCurrentA, svPreviousA, svCurrentB....etc to compare the current and previous values of the first 3 columns, 3)and concatenate the values of the fourth column as long as current and previous values are equal. Fl...
by sun rays
Tue May 29, 2007 10:07 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: parallel job dummy stage
Replies: 1
Views: 1182

Re: parallel job dummy stage

sri1111 wrote:Hi All - i have a PX job i need this job by making some of the part as dummy which contain couple of stages how can i do that?

Thanks in advance
Please post this in the Parallel Jobs section.
by sun rays
Fri May 25, 2007 1:01 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Event Based Scheduling + Time Based Scheduling
Replies: 2
Views: 888

Re: Event Based Scheduling + Time Based Scheduling

Is there any way in DataStage to schedule a job at 9 A.M on every Saturday Weekly and but at the same time it should not get triggered untill another job or Sequencer Finished completely. I don't think there is any direct way to schedule like that, but you have a work around : In your first job, cr...
by sun rays
Fri May 25, 2007 12:17 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: inter process and intra process
Replies: 6
Views: 2245

Thanks Craig ! I will follow the same practice. :)
by sun rays
Fri May 25, 2007 12:07 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Not NUll Comparision
Replies: 8
Views: 1915

Ray, My aim is actually not to make sure the 5th field is NOT NULL.My aim is to compare only 4 fields of Hash file with source. I dont want to compare 5th filed with source.Since 5th filed is also a key in hash file, it has to be compared with some value, but for my requiremnet I dont want. Even I ...
by sun rays
Fri May 25, 2007 11:39 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: inter process and intra process
Replies: 6
Views: 2245

Re: inter process and intra process

pavan31081980 wrote:What is difference between inter process and intra process stages?Thanks in advance.
In process uses buffers to pass data between stages, where as interprocess runs a seperate process for each active stage in SMP environment.
by sun rays
Fri May 25, 2007 11:06 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: hash file error
Replies: 10
Views: 3487

Re: hash file error

Isn't Account supposed to be the Project you are working in ?
by sun rays
Wed Feb 08, 2006 1:01 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Compare with non-key columns
Replies: 16
Views: 4820

you are right. I have Ticket_Num(key),Domain,Region...in HASHed file. But, How can I do a lookup on Domain/Region which are non-key colunms. And Ticket_Num is unique to every ticket. The current month ticket has a different Ticket_Num w.r.t the previous tickets from same Domain/Region. Sorry,may be...
by sun rays
Wed Feb 08, 2006 12:24 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Discrepancy In row counts
Replies: 11
Views: 2472

Re: Discrepancy In row counts

No need to guess - some of the rows are being rejected by the database. Depending upon the database and stage type you are using you have various ways of capturing these rejects. Please look up the appropriate stage type in your online documentation and read up on how to implement error handling an...
by sun rays
Wed Feb 08, 2006 12:08 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem with Date stored in Shared container
Replies: 8
Views: 2116

Re: Problem with Date in Shared container

Forgot to mention !
After your first run, you need to change the properties of the job activity in you job Sequence.
The value for the date parameter must be the return value of your routine.
Let us know if this works.
by sun rays
Wed Feb 08, 2006 12:01 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem with Date stored in Shared container
Replies: 8
Views: 2116

Re: Problem with Date in Shared container

="pmadhavi The last modified date is stored in the shared container. We have a where clause in the source DRS as Dttm_stamp_sec> %datetimein(#LastModifiedDateTime#) I need to convert the date of %datetimein(#LastModifiedDateTime#) to 'yyyy-mm-dd hh:mm:ss' format As i am not able to do it, we a...
by sun rays
Tue Feb 07, 2006 3:22 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Environment variables
Replies: 5
Views: 1328

Re: Environment variables

Hi, We have the jobs existing Datastage7.1. Now we are using DS7.5. We have to modify the target table structure as the database has been upgraded. We have old environment variables set for the database connection. We changed the job parameter to point to the new environment variables as part of up...
by sun rays
Tue Feb 07, 2006 3:01 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem with Date stored in Shared container
Replies: 8
Views: 2116

Re: Problem with Date in Shared container

Hi I have a shared container attached to the taget DRS which has the latest timestamp stored. the creteria given in source is to get the records which have timestamp greater than the timestamp stored in the shared container. During the initial run as there wont be any data stored in date column of ...
by sun rays
Wed Feb 01, 2006 12:09 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Transformer without Primary Input
Replies: 7
Views: 6440

Re: Transformer without Primary Input

I have used this method to create, empty hash files as a part of Initial set-up.