Search found 52 matches

by vinodhraj
Tue Oct 24, 2006 3:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Recovering datastage jobs
Replies: 7
Views: 3401

Hi Kumar,

I had killed the process ID using cleanup resources, even though I cant able to retrieve it.
by vinodhraj
Tue Oct 24, 2006 3:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Recovering datastage jobs
Replies: 7
Views: 3401

Recovering datastage jobs

Hi, While I am working with datastage jobs, suddenly datastage connection is broken. so I have to close the datastage window. While I am trying to reopen the job, it shows someone is using the job. I have even killed the processID, but I can't open it. Is there any way to recover those jobs. Thanks ...
by vinodhraj
Fri Oct 06, 2006 2:00 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Version Value for every run
Replies: 2
Views: 955

Version Value for every run

Hi, I want to insert a value incrementally for every run in transformer, so that version of every run is maintained. I cant use @rownum since it increment for every row. I should not use database sequence, since it cannot be rollbacked. Any way using stage variables or any solution? Thanks Vinod
by vinodhraj
Tue Oct 03, 2006 8:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Subroutine to be executed inside the job control routine
Replies: 2
Views: 1077

Subroutine to be executed inside the job control routine

Hi,

I have created a subroutine which has to be executed inside the batch script. Any solution.

Thanks

vinod
by vinodhraj
Mon Sep 11, 2006 7:26 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: merging two files with different metadata
Replies: 14
Views: 9270

Kumar, Using Union we can do this i.e if the column name is similar. Since I am joining with differnent metadata, which ever metadata is mismatching, I will mention them as empty string providing common alias name. for eg: table a name deptno sal table b name deptname select name, deptno,to_char(sal...
by vinodhraj
Mon Sep 11, 2006 1:39 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: merging two files with different metadata
Replies: 14
Views: 9270

Thanks. I am working with datastage server jobs, I can't use merge stage in server since I have to mention different key name for the same column. Is it possible in unix ? Somehow I have done this using Set Operators in SQL.. I didn't prefer lookup becoz, there is no relation between these tables th...
by vinodhraj
Thu Sep 07, 2006 6:06 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: merging two files with different metadata
Replies: 14
Views: 9270

merging two files with different metadata

Hi,

Is it possible in Datastage to merge files with different metadata having common key columns?

Thanks

Vinod
by vinodhraj
Wed Jun 07, 2006 3:15 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Truncating the number
Replies: 3
Views: 1625

Truncating the number

Hi,

I want to truncate a number in transformer of datatype
Decimal(18,9) to Decimal(10,6).

Thanks

Vinod
by vinodhraj
Sat May 27, 2006 3:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to save the Job
Replies: 8
Views: 2332

I have done Reindexing, but it remains the same. Whenever I am trying to open the project it says the particular job not exists.

Vinod
by vinodhraj
Fri May 26, 2006 3:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to save the Job
Replies: 8
Views: 2332

Unable to save the Job

Hi, I can't save the job when I am trying to save it and the window getting closed. It throws the error as mentioned below. Error calling subroutine: DSR_RECORD (Action=2); check DataStage is set up correctly in project BaseldevLOAD (Subroutine failed to complete successfully (30107)) Moreover I can...
by vinodhraj
Fri May 05, 2006 3:39 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: skip header and tail while reading from seq file
Replies: 14
Views: 8631

Re: skip header and tail while reading from seq file

n00b here too @INROWNUM looks like the trick, but perhaps you could pair it with @OUTROWNUM I'd build a job like this.. In transformer, add a constraint. The constraint would be something like: @INROWNUM > 1 and @INROWNUM <> @OUTROWNUM If the constraint evaluates to true, the output link should hav...
by vinodhraj
Sun Apr 23, 2006 11:10 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Regarding FTP Process
Replies: 3
Views: 1676

Regarding FTP Process

Hi, I need to transfer sequenctial file from unix platform to windows. Job: sequential file stage -> FTP Stage. Which is right or wrong??? For FTP Stage, what are all the properties i need to set?? Server Name: ???? User: PWD: Remote Path: File Name: Tell me with example, specifically what will be t...
by vinodhraj
Sun Apr 23, 2006 10:21 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: passing parameters for dsjob
Replies: 7
Views: 9128

passing parameters for dsjob

Hi DSGurus,

How to pass parameters for running a job in unix (dsjob -run <<project name>> <<name job name>>)

let say the parameters were located in a table

Thanks

vinod
by vinodhraj
Tue Apr 11, 2006 7:58 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to Stop DS Job sequence
Replies: 10
Views: 8364

Use CLEAR STATUS option
by vinodhraj
Sun Apr 09, 2006 10:41 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Connect to Oracle Database and run sql script in routine
Replies: 1
Views: 723

Connect to Oracle Database and run sql script in routine

Hi,

Is it possiable to connect to the oracle database and run squl script using routines available in datastage?

Advance Thanks.

Regards,
Vinodhraj