Search found 200 matches

by dnat
Mon Aug 11, 2008 1:57 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: date conversion
Replies: 4
Views: 1576

date conversion

Hi,

I have the following date value in the input file 07/31/2008 10:00:34
When i try to load it into the oracle table it is giving me insert error. what is the format to convert using iconv and oconv.

Thanks!
by dnat
Thu Jun 12, 2008 6:24 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Date conversion
Replies: 2
Views: 947

Thanks a lot!! and it worked.
by dnat
Thu Jun 12, 2008 6:06 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Date conversion
Replies: 2
Views: 947

Date conversion

Hi,

I want to output today's date in one of the output column in a sequential file. The output format is mm/dd/yyyy. I am trying this .OConv(@DATE,'D/YMD[2,2,4]'). But it is not working..can anyone help me out.

Thanks
by dnat
Mon Jun 09, 2008 2:02 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: transformer question
Replies: 4
Views: 1850

transformer question

Hi, I have a server job where i am reading a fixed width file and separating the columns using a transformer. Again i am using one more basic transformer to do the validations. If i do all these in a single transformer, will the performance improve. This is some existing design, where i am trying to...
by dnat
Fri Jun 06, 2008 12:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: performance query
Replies: 6
Views: 2507

I am using Oracle DB Thanks Ray for your response. What about sorting here.Will it not consume more scratch space with the sort stage. This 40-50 million is going to increase to 140-150 million by the next release. Since i considered 50 million is huge, i am using join stage everywhere..What about u...
by dnat
Thu Jun 05, 2008 7:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: performance query
Replies: 6
Views: 2507

performance query

Hi, I have a job where i extract about 50 million records from a table. I join the records with another table which also has around 40 million records on key "A". Later i split these records based on a conditions into 3 links. Again i have to join these three links (each individually) with...
by dnat
Thu May 29, 2008 5:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Compilation issue
Replies: 4
Views: 3930

i have both the dev and uat environments in the same unix server. since there is no issue with the dev, i am not sure why it is giving issues in uat. That is why i confirmed that c++ compiler is installed properly.
by dnat
Thu May 29, 2008 12:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Compilation issue
Replies: 4
Views: 3930

Compilation issue

Hi, When i try to compile a parallel job it gives me the following error messages. ##I TLIC 000002 05:59:43(000) <APT_LicenseCheckOp in APT_LicenseOperator,0> Node 'etldev1' has 12 physical processors. ##W TLIC 000003 05:59:43(001) <APT_LicenseCheckOp in APT_LicenseOperator,0> DataStage has found mo...
by dnat
Thu May 29, 2008 12:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: join problem
Replies: 2
Views: 873

I had defined all the columns in the seq file stage with a default length(it had taken as 255). I just changed the column length of the join key field to its original field and it is working fine now.
But i am wondering why it was not joining the column which had & in its value. Looks wierd.
by dnat
Wed May 28, 2008 3:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: join problem
Replies: 2
Views: 873

join problem

Hi, I have a file which i am joining with a oracle table using a varchar column name. The name contains ampersand(&) in the values. But even if there is a join between the file and the table these records which have (&) contained in the column "name" are not being populated in the ...
by dnat
Fri Apr 04, 2008 2:38 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: field mapping
Replies: 5
Views: 1360

Thank you. I Saved the metadata and then loaded them in the output link.
by dnat
Tue Apr 01, 2008 11:48 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: field mapping
Replies: 5
Views: 1360

field mapping

Hi, I am new to server jobs. How do we map the fields from input to output in server jobs..In parallel, we have the Mapping tab where we drag the required fields from input to output. In my job, i have oracle table-->transformer1-->hashfile1-->transformer2-->hashfile2. The output fields of transform...
by dnat
Mon Mar 31, 2008 9:10 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: code merging in datastage
Replies: 2
Views: 1441

code merging in datastage

Hi, I have few jobs which i have to modify as there is a requirement for enancement. In the same time, these jobs which are in production are being changed by the production support team..Is there a way where i can do the merging of both the changes(i.e changes being done by the support team and the...
by dnat
Fri Mar 21, 2008 3:24 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: compilation problem
Replies: 4
Views: 1343

I closed the designer client and re-opened it..now i dont have any issues in compiling..it looks wierd.
by dnat
Thu Mar 20, 2008 1:17 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: compilation problem
Replies: 4
Views: 1343

compilation problem

Hi , While compiling i am getting the error. When i click More, then this is the message it shows. i couldnt see any error message here..but am not able to compile. Can anyone help. Compiling: Source = 'RT_BP602/JOB.1724735424.DT.1469011334.TRANS1', Object = 'RT_BP602.O/JOB.1724735424.DT.1469011334....