Search found 1213 matches

by SURA
Thu Feb 28, 2008 11:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Environment Variable
Replies: 6
Views: 2479

Re: Environment Variable

Hi,

Before raise a queastion try to find the answer using help or refer pdf. Please dont ask these type of questions!!

Sura
by SURA
Thu Feb 28, 2008 11:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Filevalidation.
Replies: 2
Views: 1408

Re: Filevalidation.

Hi Friend,

Welcome to board.

Remeber, while raise the question rasie it properly. As of my understasnding you want to know about source file validation to ensure for current date file. Is is right?

Regards,
Sura
by SURA
Thu Feb 21, 2008 9:52 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem while using $PROJDEF
Replies: 1
Views: 1343

Problem while using $PROJDEF

Hi, I set the environment variable as LoadFiles --> C:\DSJOBS\LoadFiles\ In the project level i set the default value as $PROJDEF for $LoadFiles. When i tried to read the data i am getting the below error. ##I TOSH 000002 09:08:40(001) <main_program> orchgeneral: loaded ##I TOSH 000002 09:08:40(002)...
by SURA
Wed Jan 16, 2008 8:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: remove the zeros from the left of a decimal field
Replies: 5
Views: 3071

Re: remove the zeros from the left of a decimal field

arnie_nits wrote:Hi,

I have got a decimal field EXT_AMOUNT DECIMAL 11,3. I get the values as 00000000045.22 whereas I need them as 45.22. It is a file load.
Please let me know how to do it.....I have already tried a lot......

Regards
Arnie.
Hi,

You can use Fabs function in Trasnformer.

Regards,
Ram
by SURA
Sat Jan 12, 2008 9:22 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to create Sequence file with date stamp?
Replies: 3
Views: 1330

How to create Sequence file with date stamp?

Hi,

I need to create a sequence file in daily basic with current date as the part of the file name.

Eg: If i run the job today then the file name should be Out_12_01_08.txt

How to do this?

Pls help me.


Sura
by SURA
Sat Jan 12, 2008 8:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to get the previous date in Transformer
Replies: 3
Views: 2173

Re: How to get the previous date in Transformer

SURA wrote:Hi,

I need to get the previous date (Current date - 1) in stage variable. How to get it. Pls help me.

Sura
I found the solutions.

DateFromJulianDay(JulianDayFromDate(Your_Date)-1).

Thanks for the efforts.

Sura
by SURA
Sat Jan 12, 2008 12:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to get the previous date in Transformer
Replies: 3
Views: 2173

How to get the previous date in Transformer

Hi,

I need to get the previous date (Current date - 1) in stage variable. How to get it. Pls help me.

Sura
by SURA
Mon Oct 15, 2007 6:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to minus three years from the source date column
Replies: 4
Views: 1360

Re: How to minus three years from the source date column

Hi I need help on this. I have a date column in source yyyy-mm-dd. I want to minus three years from this date for my requirement. Is there any function to do this. ex: 2007-10-10 Minus three years means: 2004-10-10 How to get this. Please heplp on this. Thanks Pawan Hi, You can you like below. Date...
by SURA
Mon Oct 15, 2007 5:25 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Title Case in Parallel
Replies: 6
Views: 6659

Title Case in Parallel

Hi,

Is there is any direct function to do Titel Case in Parallel Extender? If so pls let me know.

Eg:

Input
------
Hi how are you.

Expected Output
-------------------
Hi How Are You.


Ram
by SURA
Mon Oct 15, 2007 4:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reg: Fatal Error in SCD stage
Replies: 4
Views: 1361

while doing SCD

Are the columns nullable? If so, remove your population with CurrentDate and see if the error remains. ... Hi, Hope you are using Change Capture Stage for this. In some cases DS PX log will not capture the exact error. So what i advise you is, before you run the job check the following. 1. Whether ...
by SURA
Mon Sep 10, 2007 5:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Joining Columns with Different Column Names
Replies: 4
Views: 4624

Re: Joining Columns with Different Column Names

Hi, For join stage key column name should be same. You can use a modify stage to change the column name input column (Emp_id) to output column (Manager_id) and then you can use the join stage. Ram Hi All, I have a Parallel job where in I need to perform a join using join stage based on the Key value...
by SURA
Thu Aug 02, 2007 4:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error with shared container
Replies: 1
Views: 1218

Re: Error with shared container

Hi, It might be bcz, in your previous stage there is some warning and DS try to find / resolve it. Ram Hi One of our jobs which is calling a shared container to generate a sequence number aborts frequently with the following warning and error messages. SCGenSeqNo.db2API_Max_Seq,0: Logging delayed me...
by SURA
Mon Jul 16, 2007 3:48 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error in multiplication
Replies: 5
Views: 1954

Re: Error in multiplication

Hi Man, Just increase the Target column length (in the file) Precision by 1.It will work in both the cases (15,3) or (16,3) Thanks, Ram. I have a column A with value ( 8.0000) and Column B ( 21.4300) When I multiply Column A and B My value should be 171.44 but the answer I get is 171.50. The target ...