Search found 85 matches

by sudhakar_viswa
Mon Jun 05, 2006 7:34 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to find out howmany records were processed and rejected
Replies: 35
Views: 8351

Hi DSguru,

How to acheive this.Give me some idea


Thanks,
sudhakar
by sudhakar_viswa
Mon Jun 05, 2006 5:43 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to find out howmany records were processed and rejected
Replies: 35
Views: 8351

Hi,

after the completing the job execution i need to store the howmany records are processed and howmany records are regected into database.

is there any way to capture the information in log files

Thanks,
sudhakar
by sudhakar_viswa
Mon Jun 05, 2006 4:32 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to find out howmany records were processed and rejected
Replies: 35
Views: 8351

how to find out howmany records were processed and rejected

Hi,

how to find out howmany records were processed and rejected.I want to store this information into database.

Thanks,
sudhakar
by sudhakar_viswa
Mon Jun 05, 2006 1:52 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: unable to create XML document
Replies: 7
Views: 2605

Hi ray,

I did not select any options.I just specified the path,where it has to be stored.And i have run the job.I did not find the xml file in specified path.

Thanks,
sudhakar
by sudhakar_viswa
Mon Jun 05, 2006 12:49 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: unable to create XML document
Replies: 7
Views: 2605

unable to create XML document

Hi,

I am creating XML document from a sequential file.In datastage it is showing the job is executed successfully.But,the document is not created.can anybody help me.

Thanks,
sudhakar
by sudhakar_viswa
Fri Jun 02, 2006 1:25 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to store job start date and time and job end dateandtime
Replies: 11
Views: 3766

Hi kirtikumar/balajisr/ray/chulett/Arndw,

Thank you very much.I got it.The job name should be enclosed with in codes.

Thanks,
sudhakar
by sudhakar_viswa
Fri Jun 02, 2006 12:45 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to store job start date and time and job end dateandtime
Replies: 11
Views: 3766

Hi kirtikumar / balajisr

I have written as following.But,i am getting result as -1

$INCLUDE DSINCLUDE JOBCONTROL.H
JobHandle=DSAttachJob(ABC,DSJ.ERRFATAL)
JobStartTime=DSGetJobInfo(JobHandle,DSJ.JOBSTARTTIMESTAMP)
Ans=JobStartTime
NOTHING=DSDetachJob(JobHandle)

Reply me asap.

Thanks,
sudhakar
by sudhakar_viswa
Fri Jun 02, 2006 12:07 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to store job start date and time and job end dateandtime
Replies: 11
Views: 3766

Hi Kirtikumar,

Thanks for reply.My job name is ABC.And i have used the following code in routine.But it is giving -1 as result.

$INCLUDE DSINCLUDE JOBCONTROL.H
JobStartTime=DSGetJobInfo(ABC,DSJ.JOBSTARTTIMESTAMP)
Ans=JobStartTime

Let me know what i have to write in jobhandle.

Thanks,
sudhakar
by sudhakar_viswa
Thu Jun 01, 2006 11:31 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to store job start date and time and job end dateandtime
Replies: 11
Views: 3766

Hi chulett / ray, I did what you people said.It is not showing any errors.But,it is giving the result as -5. And, my reqirement is whenever the job started then the start date and time has to be stored in oracle table.And,when ever the job finished then the finished date and time has to be stored in...
by sudhakar_viswa
Thu Jun 01, 2006 7:38 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to store job start date and time and job end dateandtime
Replies: 11
Views: 3766

Hi Arnd,

Thanks for your reply,I have used this function as you said.But i am not getting.It is saying DSJobGetInfo is not dimensioned.

Thanks,
sudhakar
by sudhakar_viswa
Thu Jun 01, 2006 5:19 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to store job start date and time and job end dateandtime
Replies: 11
Views: 3766

how to store job start date and time and job end dateandtime

Hi,

After completing of my job execution,how to store the job start date and time and end date and time in to oracle.

Thanks,
sudhakar
by sudhakar_viswa
Fri Apr 07, 2006 5:18 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to take the back up the log files for n days
Replies: 9
Views: 1530

hi ArndW ,

i want to execute this query in unix
SELECT TIMESTAMP FROM RT_LOGnn WHERE TIMESTAMP >='1900-01-01' AND TIMESTAMP<='2006-01-01'

and i should store this result into one text file in unix.

how to do that?

thanks,
sudhakar
by sudhakar_viswa
Fri Apr 07, 2006 2:48 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to take the back up the log files for n days
Replies: 9
Views: 1530

Hi ray.wurlod and ArndW ,

Thanku.I want to store the result in unix file.how can i do that.


thanks,
sudhakar
by sudhakar_viswa
Thu Apr 06, 2006 7:24 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to take the back up the log files for n days
Replies: 9
Views: 1530

hi loveojha2 ,

how can i execute this Code in unix

SELECT TIMESTAMP FROM RT_LOGnn WHERE TIMESTAMP >='1900-01-01' AND TIMESTAMP<='2006-01-01'

thanks,sudhakar
by sudhakar_viswa
Thu Apr 06, 2006 4:28 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to take the back up the log files for n days
Replies: 9
Views: 1530

how to take the back up the log files for n days

Hi,

how to take the back up the log files for n days

thanks,
sudhakar