Search found 13 matches

by AngelMady
Fri Aug 09, 2013 4:57 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Numeric field - loss of precision on large numbers
Replies: 10
Views: 7522

Hello I increased the value of EXACTNUMERIC to 36 and even to 56 but it is not working. -I stopped the server , -I increased the value to 56, -I executed bin/uv -admin -regen -I restarted the server -I recompiled and ran the job The same rounding occurs Is it something else that needs to be done? Th...
by AngelMady
Mon Apr 11, 2011 9:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SQL transformation versus Transformer
Replies: 3
Views: 2726

I agree and I use this principle all the time.

Thank you all for your answers.

Madi.
by AngelMady
Sat Mar 19, 2011 11:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SQL transformation versus Transformer
Replies: 3
Views: 2726

SQL transformation versus Transformer

Hello, I have to extract a large volume of data from some tables, concatenate some columns based on conditions, handle null ( if a string field is null, fill it with spaces; if a numeric filed is null then fill it wth zeros, etc). At first, I thought to extract the data as they are in the table and ...
by AngelMady
Sat Mar 19, 2011 9:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Calculating subtotals
Replies: 4
Views: 3694

Hello, Thank you for your answers. Starting from your answers, I decided to go on a solution using aggregator, funnel and sort. In the first step, I draw the design in order to analyze it, to see where it can be optimized. For the moment, I'm working at the extraction part. I'll get back to you with...
by AngelMady
Tue Mar 15, 2011 4:26 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Calculating subtotals
Replies: 4
Views: 3694

Calculating subtotals

Hello, I have in input file that looks like this: id|colA|colB 1|x|z 2|y|t 1|a|b 3|c|d and the required output: id|colA|colB 1|x|z 1|a|b 1|2| 2|y|t 2|1| 3|c|d 3|1| My input is a sequential file and for each id, I have to calculate the number of lines for each id. Could you give me any suggestions in...
by AngelMady
Mon Sep 01, 2008 6:59 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Import server routine using command line
Replies: 5
Views: 2708

I wanted to move the post
by AngelMady
Mon Sep 01, 2008 6:45 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Import server routine using command line
Replies: 5
Views: 2708

I know :P but I am being ask to deploy it automatically so I have to find a way
by AngelMady
Mon Sep 01, 2008 6:35 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Import server routine using command line
Replies: 5
Views: 2708

Import server routine using command line

Hy,

I exported a server routine into a dsx file and I put in on a Unix server.Now I want to import it into an other project using a command line.

Is it possible to do this?
by AngelMady
Mon Sep 01, 2008 6:33 am
Forum: General
Topic: Import server routine using command line
Replies: 6
Views: 3732

Under Unix I can not execute dsimport.exe
by AngelMady
Mon Sep 01, 2008 5:32 am
Forum: General
Topic: Import server routine using command line
Replies: 6
Views: 3732

I tried
dsjob -import project DsxFileName
and I'm getting the error:

No job found to import

So... :(
by AngelMady
Mon Sep 01, 2008 4:52 am
Forum: General
Topic: Import server routine using command line
Replies: 6
Views: 3732

Import server routine using command line

Hy,

I exported a server routine into a dsx file and I put in on a Unix server.Now I want to import it into an other project using a command line.

Is it possible to do this?

by AngelMady
Wed Oct 10, 2007 11:56 am
Forum: General
Topic: Parsing a file in Unix or DataStage
Replies: 5
Views: 2771

Hy,

In my opinion the fastest method to parse a file ( for exemple testing the length of the lines ) is to do it in a script.

I wanted to see if my opinion was right.

So, thank you all for your answers

Madalina
by AngelMady
Wed Oct 03, 2007 5:48 am
Forum: General
Topic: Parsing a file in Unix or DataStage
Replies: 5
Views: 2771

Parsing a file in Unix or DataStage

Hello, I have a curiosity: I have a script ksh which launches a job control which launches a job sequencer. Before launching the job sequencer I want to parse a file and verify its structure. If the structure is ok then I should launch the job sequencer else nothing should happen. Parsing of the fil...