Search found 96 matches

by ankursaxena.2003
Mon Oct 01, 2012 9:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Compiler Issue with Transformer
Replies: 8
Views: 6005

What is the data type of INSERT_UPDATE. If it is Strings then shouldn't U be in single quotes?

Main.INSERT_UPDATE = 'U'
by ankursaxena.2003
Mon Oct 01, 2012 8:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Compiler Issue with Transformer
Replies: 8
Views: 6005

Hi, I have never debugged this big error. So, I don't know if I can be wrong. But, looking at the error below. I think that you might be missing right parenthesis some where in the code. And there are many warnings for type conversion. You can read it few lines above where it says "*** Internal...
by ankursaxena.2003
Mon Oct 01, 2012 8:01 am
Forum: General
Topic: Maximum number of jobs running at a given time
Replies: 7
Views: 2346

Thanks guys for all your input.
by ankursaxena.2003
Fri Sep 28, 2012 11:58 am
Forum: General
Topic: Maximum number of jobs running at a given time
Replies: 7
Views: 2346

No.
It doesn't matter in my current project.

I was just curious.
I also thought that even if there was any such number than it would be too high.
And practically it would be impossible to reach that number.
by ankursaxena.2003
Fri Sep 28, 2012 11:17 am
Forum: General
Topic: Maximum number of jobs running at a given time
Replies: 7
Views: 2346

Thanks for the reply.

One of my colleague has concurrently ran 200 jobs at the same time.
So, what is the maximum number of jobs ran by you guys at a given time.
by ankursaxena.2003
Fri Sep 28, 2012 9:10 am
Forum: General
Topic: Maximum number of jobs running at a given time
Replies: 7
Views: 2346

Maximum number of jobs running at a given time

Hi, I was having chat with my manager yesterday and he was asking me that what is the maximum number of jobs that we can run in DataStage at a given time. Because some tools like Informatica has limit. I have never ran more than 3 to 4 jobs at a given time. So, I am curious to know what would be the...
by ankursaxena.2003
Thu Sep 27, 2012 11:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Fail trying to re-initialize a surrogate key value
Replies: 3
Views: 2763

I also had the same problem. But, there was no answer to that. So, I came up with a solution. I am using a Surrogate Key Generator which is using a State File. And run the Surrogate Key Generator on Single Node. Otherwise, you will skip few numbers. Re-Initializing the State File: I built a job whic...
by ankursaxena.2003
Thu Sep 27, 2012 11:12 am
Forum: General
Topic: How to pass year and month fro ma sequencer to the job
Replies: 4
Views: 2899

Extract Date -----> Read file -------> Extract Query Above the structure of the Job Sequence. First you Extract the Date and write on to a file. In the next stage you read the file using cat command in Execute command(ExecCommand). And in the Extract Job write the below code in Value Expression in J...
by ankursaxena.2003
Thu Aug 30, 2012 12:14 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Call Stored procedure
Replies: 1
Views: 2134

Why don't you try to use Stored Procedure Stage in the pallete?
by ankursaxena.2003
Thu Aug 30, 2012 12:13 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Len function not working properly
Replies: 7
Views: 3003

If you are sure that it is space then you can use Convert function in transformer to convert space to nothing. I don't remember the syntax. But it is somewhat like below: Convert(Old String, New String, Column Name) The above function can be wrong. But, I am sure there is Convert function in transfo...
by ankursaxena.2003
Fri Aug 03, 2012 9:24 am
Forum: General
Topic: Job missing in repository
Replies: 4
Views: 2655

It is not allowing me to delete the job.(:cry:)

So, I think the only option left is to do the recovery procedure by running the SyncProject Script.
by ankursaxena.2003
Fri Aug 03, 2012 8:41 am
Forum: General
Topic: Job missing in repository
Replies: 4
Views: 2655

Craig, I am also thinking of involving IBM, but before that I want to discuss this with my senior DataStage Developer. I did some research and I found on IBM's website saying that the project might be corrupted. As I can see the Job present in Director but it is missing in Designer. http://www-01.ib...
by ankursaxena.2003
Fri Aug 03, 2012 7:25 am
Forum: General
Topic: Job missing in repository
Replies: 4
Views: 2655

Job missing in repository

Hi, I imported a DataStage job from dev to QA. I cannot see these job in repository. But, when I do following command in unix, it shows me the job under that project $ ./dsjob -ljobs PROJECT_NAME And when I try to import the same job again in QA, it gives me below error. The Job 'X' cannot be found ...
by ankursaxena.2003
Tue Jul 24, 2012 1:11 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to substrig delimited variable length fields
Replies: 2
Views: 2179

You can use field or Index function in Transformer.
by ankursaxena.2003
Tue Jul 24, 2012 9:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: generate distinct combinations for a given set of data
Replies: 2
Views: 2319

What will be the output if the bridge_key has more than 3 values. For example, it has 5 8's. Then what will be the output.

And in you example when bridge_key changes from 4 to 5 shouldn't it be 3 instead of 1.