Search found 87 matches

by Raamc
Wed Feb 13, 2008 12:01 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Changing field datatype from Double to Decimal
Replies: 10
Views: 14663

Changing field datatype from Double to Decimal

Hi All,
Im getting a field which contains count of records from Aggregator stage and I need to change that field datatype from Double to Decimal. Can any one help me out in this.

Thanks in advance.
by Raamc
Thu Jan 24, 2008 5:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem with importing table definition
Replies: 5
Views: 1935

Hi Ray,
I have tried tht also. If I change the table definition then Im getting the below warning when I try to view the table data -''Implicit conversion; from source type "int64" to result type "decimal[10,0]": Possible range limitation''.
by Raamc
Wed Jan 23, 2008 9:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem with importing table definition
Replies: 5
Views: 1935

Thanks for your responce Ray. I have tried importing in tht way, but still Im getting it as BigInt. For field of datatype
NUMBER(10) in oracle table, datastage is importing as BigInt. But if the field is of NUMBER(11) the datastage is importing as Decimal(11).
by Raamc
Wed Jan 23, 2008 5:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem with importing table definition
Replies: 5
Views: 1935

Problem with importing table definition

Hi all, I have a problem in importing oracle table definiton. In oracle table one field is of datatype NUMBER(10), but when I import that into Datastage it is taking as BigInt. Beacuse of this data stage is taking wrong data. For example Im having value '-2525814614' in oracle table for this field b...
by Raamc
Mon Jan 14, 2008 11:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: External Source Stage
Replies: 2
Views: 965

Thank you Chulett...
by Raamc
Mon Jan 14, 2008 10:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: External Source Stage
Replies: 2
Views: 965

External Source Stage

Hi,

In one of the job in my project, External Source stage has been used with following properties
Source Method=Specific Program(s)
Source Program = paste lib/file1.txt lib/file2.txt.
The output of this stage has been used in further processing.

Can any one tell me what PASTE does here.
by Raamc
Sat Jan 05, 2008 3:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Nodes
Replies: 4
Views: 2079

Number of Nodes interms Number of CPUS in the current system so if you increasing the Number of nodes means increasing the Number of CPUs on the serevr. Isn't It?
by Raamc
Tue Jan 01, 2008 6:05 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Concatenate
Replies: 11
Views: 3092

You can also remove '-' by using the TRIM Function as below.

MyStr = Trim("Telephone_Number", "-", "A")
by Raamc
Fri Dec 28, 2007 10:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: STOP/KILL a job
Replies: 8
Views: 7683

I killed the job by using DS.TOOLS options.

Thank you for the responses. :D
by Raamc
Thu Dec 27, 2007 11:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: STOP/KILL a job
Replies: 8
Views: 7683

The Following Post could solve my problem.
Thanks dspxlearn.

I am new to Unix so can you explain me what 'uv' means (Login to uv.???????)
by Raamc
Thu Dec 27, 2007 11:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: STOP/KILL a job
Replies: 8
Views: 7683

Hi DSguru, I am not able to Compile the job. It is giving the message that Job is in Running state. I am not using any DB Connections in the job. My job just reading the data from Datasets and doing some calculations in transformer and writing into a sequential file. Pavanns,Can you tell me how to c...
by Raamc
Thu Dec 27, 2007 9:58 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: STOP/KILL a job
Replies: 8
Views: 7683

STOP/KILL a job

I ran a sequnce from Director. It got aborted due to the Errors in one of the job in Sequence. But the other jobs in sequnce are still running. I sent STOP request for those jobs from Director so many times. Even i sent stop requests i am not able to stop those jobs. These jobs are runing from last ...
by Raamc
Tue Dec 18, 2007 5:15 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Extracting the substring from a Char Field
Replies: 7
Views: 2205

I have been solved this problem by using the Excel logic and datastage job. I used the datastage job to bring the data into Uni format and written it into XLS file. In excel i written a formula to compare the strings and sorted out the problem. Thank you for all your valuable suggessions and support...
by Raamc
Tue Dec 18, 2007 5:15 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Extracting the substring from a Char Field
Replies: 7
Views: 2205

I have been solved this problem by using the Excel logic and datastage job. I used the datastage job to bring the data into Uni format and written it into XLS file. In excel i written a formula to compare the strings and sorted out the problem. Thank you for all your valuable suggessions and support...
by Raamc
Mon Dec 17, 2007 10:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Extracting the substring from a Char Field
Replies: 7
Views: 2205

I want to extract the STATE name from this column.but i dont know the lenght of the state data. It may variey from record to record. I want to extract the data before POST CODE...(State will be followed by POST CODE) We can identify POSTCODE by numbers in it. So my logic is, i want to extract the da...