Search found 39 matches

by pankajg
Mon Oct 09, 2006 8:49 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to read some special characters in seq file
Replies: 8
Views: 2075

What is your data flow in the job, can you let us know.

I believe you must be using some transformation to get the output.

Try using a dataset and check if you can get the desired output.
by pankajg
Sun Oct 08, 2006 11:52 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Monitoring Jobs
Replies: 7
Views: 3452

Monitoring Jobs

I have a multiple instance job, I checked the job in the monitor only to find that the transformer stage finished with an 'Unknown' status, and the over all job finished with a status of finished. When i try to see the detailed log of the job for that particular instance I cannot see the logs for th...
by pankajg
Sun Oct 08, 2006 10:59 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Misleading job status
Replies: 5
Views: 1566

Hey Nitin,

I am facing a similar issue in my project.
The situation here is when I run the job then one or more stage in the job finish with and unknown status. As result we cannot see the logs.

Wondering if i can get a solution to this isse.
by pankajg
Fri Oct 06, 2006 1:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Node Terminated Unexpectedly........
Replies: 2
Views: 2117

skumar, how is the data flow of your job. ?

2 things that you can check is :

o check for any nulls in your sources. that could be the cause of this issue.
o check if you have enough space to the place where you are writing your output file.
by pankajg
Thu Oct 05, 2006 7:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Data stage Configuration File
Replies: 8
Views: 13397

Thank you all for your replies.
by pankajg
Wed Oct 04, 2006 12:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Data stage Configuration File
Replies: 8
Views: 13397

What would be the case when I have defined say 8 nodes, with no pools defined. As in I would only have one pool which is the default pool. How would it affect the DS jobs execution? Currently, my cofiguration is set to 8 nodes on a 16 CPU system (SMP), it has a SAN and all my disk and scratch space ...
by pankajg
Tue Oct 03, 2006 10:51 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Data stage Configuration File
Replies: 8
Views: 13397

Data stage Configuration File

I am trying to understand a few things related to the configuration file. SAMPLE: { node "node1" { fastname "my_fastname" pools "" resource disk "/fs_stage_dataset/Datasets" {pools ""} resource scratchdisk "/fs_stage_dataset/Scratch" {pools...
by pankajg
Wed Sep 27, 2006 1:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to remove additional zeros in a record using Transformer
Replies: 12
Views: 13683

Using the trim function as you have mentioned Trim("columnname","0","L") would only remove the leading zeros from the "columnname" specified. You need to be clear if you would want to remove leading 0 or trailing 0 or anything in betn as well.. Using option &q...
by pankajg
Tue Sep 26, 2006 2:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Stages that automatically drop columns.
Replies: 9
Views: 2752

If I have the RCP turned off.. what happens to those columns?? The point that I am trying to make and understand it to know: what happens to columns that are not propagated to the next stage, how does it affect the processing of such columns? The situation could be, either they are dropped or they c...
by pankajg
Tue Sep 26, 2006 2:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Stages that automatically drop columns.
Replies: 9
Views: 2752

So, what happens to the columns that are not propogated to the next stage???
by pankajg
Mon Sep 25, 2006 4:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Stringtodecimal conversion error
Replies: 6
Views: 2184

Ray, why does the precision needs to be larger than scale?? Any particular reason, and if the scale=percision what's the problem in there?
by pankajg
Mon Sep 25, 2006 3:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Stages that automatically drop columns.
Replies: 9
Views: 2752

Thanks for the reply Ray.
by pankajg
Thu Sep 21, 2006 3:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Stages that automatically drop columns.
Replies: 9
Views: 2752

Stages that automatically drop columns.

As I know, if I did not propogate any column in Transformer from input to output, the stray column still remains in the stream and utilizes resources, and hence its recommended to use modify stage to drop columns that are not required. Based on this knowledge, I am wondering which stages would autom...
by pankajg
Mon Sep 18, 2006 2:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Memory Management
Replies: 4
Views: 2251

Ray, I understand that the operator APT_PLAYER_MEMORY will provide me the memory required by each player. But the point that I am trying to make is .. I would like to understand the memory required by my jobs.. (May be I am not sure how is a player linked to a job.. pls help me here, would be great)...
by pankajg
Tue Sep 12, 2006 5:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Memory Management
Replies: 4
Views: 2251

Memory Management

I was wondering if there is any way that can help me understand the memory consumption by the data stage jobs. Suppose, I have a lookup job that has a sequential file as its lookup set, how can I estimate if it is small enough to be held in the memory. Lets say that sequential file contains 4 cols w...