Search found 32 matches

by devaraj4u
Tue Oct 28, 2003 9:58 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Number Formatting Issue using OCONV()
Replies: 2
Views: 1873

Number Formatting Issue using OCONV()

Dear All, I have one field(Interest_Rate) in my ardent which is a decimal value.But when i am writing into a file i require that number as S9(10)V9(8) format (COBOL format ie Sign in Front)... For example if THE Interest_Rate is say '4.5678' then it should be formatted as '000000000456780000' . Plea...
by devaraj4u
Fri Oct 10, 2003 1:12 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Regarding FILE SIZE...ANY IN BUILD FUNCTION THERE
Replies: 4
Views: 1867

Dear Kim & Ray,

Thanks a lot for your help...Exactly the Code is very much useful...i used it in my program....Thanks a lot...Have a nice weekend...

Thanks & Regards,
K.S.Rajan.
by devaraj4u
Wed Oct 08, 2003 1:01 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Regarding FILE SIZE...ANY IN BUILD FUNCTION THERE
Replies: 4
Views: 1867

Regarding FILE SIZE...ANY IN BUILD FUNCTION THERE

Hi All, I am Opening a text file("Rates.txt") using the openseq to and we had Error handling routine also like On Error etc etc... and closing the file can be handled by Close Pollfilename = "D:RatesfilesRates.txt" eg Openseq pollfilename to pollfilevar If i able to open the file...
by devaraj4u
Mon Sep 15, 2003 12:21 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Nonnumeric data when numeric required. Zero used
Replies: 1
Views: 2437

Nonnumeric data when numeric required. Zero used

Dear All, I have a job in which i am taking the source file and writing the same to different text files depends on one field length(basically spiliting the records based on one field total length. The Job is running file and producing the output without any problems but i m getting the following er...
by devaraj4u
Thu Jul 31, 2003 4:44 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to Call One Sequencer Job from Another Seq...
Replies: 2
Views: 1829

How to Call One Sequencer Job from Another Seq...

Hi All, I have one sequencer Job say (USADailyControl) Which is calling USA Daily Downloads(1-10),I have another Sequencer Job(CanadaDailyControl) which calls Canada Daily Downloads job(1-7).Now both are independent jobs and running fine.But Now the business needs (want) to call CanadaDailyControl S...
by devaraj4u
Thu Jul 31, 2003 1:17 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to Schedule a Job thru DS Programming...
Replies: 7
Views: 3710

How to Schedule a Job thru DS Programming...

Dear All, I have a Job called (LOADLRRPoolOpics).We are running that job using DataStage Director assume(Job ---> Run Now Option)...I know that we can schedule this job using Menu Opt(Job ---> Add to Schedule). But I want to do that Programmatically(DS Programmint),Ray could you please help me on th...
by devaraj4u
Thu Jul 31, 2003 1:12 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to Clear Job Log Thru DS Programming...
Replies: 2
Views: 1539

How to Clear Job Log Thru DS Programming...

Dear All, We have Logs for Each job we are running right.We are running jobs using DataStage Director assume...Then we can see those Logs in DataStage Director View---> Logs Option.We can clear the Job logs in DataStage Director using Job ---> Clear Log Option.But I want to Clear those Logs Programm...
by devaraj4u
Fri Jul 25, 2003 1:17 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Rounding off to Nearst Integer Please Help Me...
Replies: 3
Views: 2138

Dear Ray,

Thanks for your Timely Help.The Int(Value+0.5) worked well sir.

Thanks & Regars,
K.S.Rajan.
by devaraj4u
Fri Jul 25, 2003 12:24 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Rounding off to Nearst Integer Please Help Me...
Replies: 3
Views: 2138

Rounding off to Nearst Integer Please Help Me...

Dear All, In my project I am Subtracting 2 dates.I have ValueDate and MaturityDate So I m doing MaturityDate - ValueDate So that i will get difference in Days.My Business Requirement needs the difference in Months So what i did approxiately (MDATE - VDATE) / 30 So i m getting Difference in Months.Bu...
by devaraj4u
Tue Jul 15, 2003 5:43 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Regarding Job Run Limits--> Warnings (No Limits)
Replies: 2
Views: 1980

Regarding Job Run Limits--> Warnings (No Limits)

Dear All, I am having 1 Control job which interns calling 10 Jobs.When i m running the Control Job(Running using DataStage Director) I want to set the Parameter in the Limits(Tab)-->Warnings to 'No limits'(Option) but it is only applicable to the Control Job If I am not wrong.But I want this option ...
by devaraj4u
Thu Jul 10, 2003 12:42 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Abnormal termination of stage(Urgent)
Replies: 7
Views: 2772

Hi Ray, As u told I am getting the following Warning/Info message after Re-setting the Job. Warning/Info Message -------------------- DataStage Job 645 Phantom 84 Program "JOB.1628820055.DT.1297519047.TRANS7": Line 522, Exception raised in GCI subroutine: Access violation. Attempting to Cl...
by devaraj4u
Wed Jul 09, 2003 10:10 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Abnormal termination of stage(Urgent)
Replies: 7
Views: 2772

Dear Ray,

Job is resetting Properly.I am not getting any Info/Warnings messages for that Ray.

Thanks & Regards,
K.S.Rajan.
by devaraj4u
Wed Jul 09, 2003 10:05 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Abnormal termination of stage
Replies: 1
Views: 1210

Abnormal termination of stage

Dear Ray, Thanks for your suggestions. Here after I will explain the Problem in detail Sir. 1) I did reset the job still the Job failing with the error message "Abnormal termination of stage LoadStagingDLDTSeqToStarWithEnrichment..Map detected" 2) after that i attempted the Try copying the...
by devaraj4u
Wed Jul 09, 2003 10:01 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Abnormal termination of stage(Urgent)
Replies: 7
Views: 2772

Dear Ray, Thanks for your suggestions. Here after I will explain the Problem in detail Sir. 1) I did reset the job still the Job failing with the error message "Abnormal termination of stage LoadStagingDLDTSeqToStarWithEnrichment..Map detected" 2) after that i attempted the Try copying the...
by devaraj4u
Wed Jul 09, 2003 4:29 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Abnormal termination of stage(Urgent)
Replies: 7
Views: 2772

Abnormal termination of stage(Urgent)

Hi All, When I am running Staging area Job I am getting the Following error. Abnormal termination of stage LoadStagingDLDTSeqToStarWithEnrichment..Map detected If I am running this Job(LoadStagingDLDTSeqToStarWithEnrichment) alone it is working fine if i m calling from Control Job it says this error...