Search found 107 matches

by rkdatastage
Wed Aug 09, 2006 12:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Date format for Stringtodate()
Replies: 5
Views: 3353

hi

Check the date size , i hope that you are having a clear idea that in general date format is DD-MM-YYYY as its size is of 8 characters , but in your requirement you had specified as 7 characters where we will get a problem when the the give date is of 2 digit length .

RK
by rkdatastage
Thu Aug 03, 2006 12:00 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to define the " quote character in the routine
Replies: 5
Views: 3760

Hi All

I Apologize for wrongly posted in TX Forum

and

Thanks for your valuable Response

RK
by rkdatastage
Tue Aug 01, 2006 3:16 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to define the " quote character in the routine
Replies: 5
Views: 3760

How to define the " quote character in the routine

Hi All Can any one give me a suggestion to resolve this problem. here is my routine Function getstr(Arg1) SubString = Trim(Arg1, ""","A") Ans=SubString Return(Ans) what i am trying to do is to eliminate the " [ double Quote Character ] in the given string. Ex : "Lo...
by rkdatastage
Thu Jun 15, 2006 4:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DSR_RECORD (Action=2); check DataStage is set up correctly i
Replies: 9
Views: 4576

Hi Ray

Thanks for your response

But i am not working on MPP , what ever the work i am working is on a single machine where the server and the client has been installed.

Can you guide me what might be the problem

Thanks in advance

RK
by rkdatastage
Wed Jun 07, 2006 6:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Cannot edit any stages within a Job Sequence
Replies: 11
Views: 5154

Hi In my view there is some problem with .NET Framework, kindly reinstall the .Net Frame work. When you try to install a DS client , first it will check for the available .Net Framework or it will install it. Can you specify me your OS Environment and what version of Datastage you are using. Thanks RK
by rkdatastage
Wed Jun 07, 2006 5:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DSR_RECORD (Action=2); check DataStage is set up correctly i
Replies: 9
Views: 4576

Where (designer/director) and when (runtime,save,open,add) are you seeing the error message? If you save-as another name does the new one have the same error? I had done this on designer , while saving the sequence i am getting this problem, i tried to save the same sequence with another name , it i...
by rkdatastage
Wed Jun 07, 2006 5:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DSR_RECORD (Action=2); check DataStage is set up correctly i
Replies: 9
Views: 4576

Hi Thanks for sharing your ideas Actually i had placed 10 job activitys on the sequence canvas and ran the sequence . every thing is fine and data has been populated to the subsequent target tables. on the same canvas then i added another 8 job activitys , when i try to run it then it is throughing ...
by rkdatastage
Thu Jun 01, 2006 12:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DSR_RECORD (Action=2); check DataStage is set up correctly i
Replies: 9
Views: 4576

DSR_RECORD (Action=2); check DataStage is set up correctly i

Hi, Initially created a JOBsequence with a few sequence, these are independent with no dependencies, but When adding more jobsequences(with no dependencies) to the exsisting one i'am seeing this error message :?: ============================================== Error calling subroutine: DSR_RECORD (Ac...
by rkdatastage
Mon May 29, 2006 7:03 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem with flat Files related to date field
Replies: 8
Views: 2192

Hi Folks

Can anybody share their idea about this problem

RK
by rkdatastage
Mon May 29, 2006 3:59 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem with flat Files related to date field
Replies: 8
Views: 2192

Problem with flat Files related to date field

Hi Can any one share me the knowledge how to handle date field extracting from flat files. Here i am getting error like "Transformer_3: ORA-01830: date format picture ends before converting entire input string" Actullay my source is in yyyy-mm-dd HH:MM:SS.SSS target table format is oracle ...
by rkdatastage
Mon Apr 17, 2006 1:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Edit columm metadata in Sequential file
Replies: 5
Views: 1397

Hi Ray

What would be a precise Length if i had to populate data into a sequential file which is of Fixed width format , consider if there is a Decimal(7,4).

Please guide me

Thanks in advance

RK
by rkdatastage
Mon Apr 17, 2006 1:01 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: performance of hashed file
Replies: 4
Views: 1712

Hi
Based on the values defined for Read Cache and Write Cache the performance of Hash File can be increased. This can be defined based on the available Hardware Setup

RK
by rkdatastage
Mon Apr 17, 2006 12:46 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to stop a running job.
Replies: 7
Views: 2321

Hi Had u check the status file, most of the time clean up resurces will work but some times the job is killed but it will be shown the stautus of running There is a way to resolve this is to restart the DS Server so that jobs which are hanging will be killed or cleared. Try this one provided u had a...
by rkdatastage
Wed Jan 11, 2006 3:20 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Multiple tables loaded into single target table
Replies: 5
Views: 2857

The problem which u had defined is similar to scd type 2 method, hope u can resolve it , i didn't find where u had strucked up exactly so that i can give my inputs

RK
by rkdatastage
Fri Jan 06, 2006 6:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Passing parameters through a file
Replies: 11
Views: 4599

Hi There is another option available in datastage server jobs but i am not sure that will be possible in parallel jobs you have to write a piece of code for the job which is using the job parameters compile the job which is using the job parameters and after the compilation open the job control tab ...