Search found 1213 matches

by SURA
Sun May 22, 2011 8:01 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: help in job logic
Replies: 32
Views: 12399

Re: help in job logic

Examples are always seems to be simple.


A
__

1
2
5
6
B
__

3
4
7

what should be the ouput in C?
by SURA
Sun May 22, 2011 7:46 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Logic to find no. of saturdays and sundays betwen two dates.
Replies: 17
Views: 6758

Re: Logic to find no. of saturdays and sundays betwen two da

1. Change the date format.
2. In the TFM you can use to stage var to find the count by using your own logic.
by SURA
Fri May 20, 2011 12:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Print Special characters
Replies: 5
Views: 2258

Right now i am sitting in Win system. I tried using char and it is working in win. I trust it should not be the problem if it is , CHAR /VC data type.

Go to unix box and open the file and see.

DS USer
by SURA
Thu May 19, 2011 10:20 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Change Data Capture Triggering false changes
Replies: 5
Views: 3465

Re: Change Data Capture Triggering false changes

Hi Sometime this will be tricky. Try like below will help you. Step 1. Do you applied any sort / partitions?. If so apply it in both links. Step 2. After the first run, use the key col alone. If you have more than 1 key col, add one by one. These type of appraoch will help you to figureout the issue...
by SURA
Thu May 19, 2011 8:53 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Print Special characters
Replies: 5
Views: 2258

Re: Print Special characters

Hi,

Where are you storing your output?

What is the Data type?

DS User
by SURA
Wed May 18, 2011 12:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: skip header info from binary file
Replies: 4
Views: 2430

Re: skip header info from binary file

What you will get, if you read the Binary file using Seq file stage?
by SURA
Tue May 17, 2011 8:54 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Microseconds in DATASTAGE 8.5 Parallel
Replies: 1
Views: 1945

Re: Microseconds in DATASTAGE 8.5 Parallel

Hi

In the Datastage double click the specific colum; there you can find a check box for microsec. Pls select it :)- you can get those.

Cheers
DS User
by SURA
Wed May 11, 2011 5:30 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: CDC Multiple Changes at the same run
Replies: 4
Views: 2033

Why not simply a Lookup stage followed by a Transfomer stage to convert null to "N" and anything else to "Y"? Sorry Ray I didnt explained properly. It is not just to convert "Y" to "N". I need to close the present record date - 1 as the close date to the prev...
by SURA
Wed May 11, 2011 4:12 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: CDC Multiple Changes at the same run
Replies: 4
Views: 2033

Due the C++ version mismatch with 8.1 SCD is not working

ray.wurlod wrote:Why not use SCD stage?
I cant at this moment. Due the C++ version mismatch with 8.1 SCD is not working. So i have no other choice. Shall i use the Server HASH LOOKUP to do this?

Guide me.

Thanks
DS User
by SURA
Tue May 10, 2011 10:46 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: CDC Multiple Changes at the same run
Replies: 4
Views: 2033

CDC Multiple Changes at the same run

Hello All I have a scenario for SCD Type 2 and i need to know the best way to handle it. Trying with Change Capture Stage. Source Data (SQL Server) 1,ABC 1,CDE LKUP DATA (SQL Server) 1,XYZ Expected Output: ID DESC STAT 1 XYZ N 1 ABC N 1 CDE Y Regards DS User
by SURA
Fri Apr 08, 2011 2:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job aborted after 500 rows?
Replies: 4
Views: 2948

Re: Job aborted after 500 rows?

Nagac wrote:Hi All

I have a job like below

Dataset---->Transformer---->DB2

When i run the job it's got aborted after 500 rows .(total rows were 2000)

Is it possible to start from 501 row??

What error captured in director?