Search found 53 matches

by kondeti
Fri Jun 04, 2010 7:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reading data from PDF file.
Replies: 3
Views: 2030

Hi Ray,
Thanks for your response. Then my perception about sequential file was wrong. Can you please elaborate your explanation? Thank you.
by kondeti
Tue May 11, 2010 11:59 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to assign previous value to stage variable?
Replies: 4
Views: 4648

Sorry missed most important thing.

Before applying the above logic, Please sort the data on the key column then apply above logic. Thank you.
by kondeti
Tue May 11, 2010 11:51 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to assign previous value to stage variable?
Replies: 4
Views: 4648

Use this logic.

SCurrent: Link.input_key
SCompare: If SCurrent=SPrev then SCompare+1 else 1
SPrev:SCurrent (Default it to some empty value like "")

Thank you.
by kondeti
Thu Apr 15, 2010 3:22 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Loop final value not numeric.
Replies: 4
Views: 2593

Hi Ray,
I resolved this problem with the help of DSSetUserStatus. Thank you.
by kondeti
Thu Apr 15, 2010 1:01 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Loop final value not numeric.
Replies: 4
Views: 2593

Hi Ray,
Yes, all the parenthesis are declared correctly. This is the code which I have declared in "To" Field in the Loop Activity.

Trim(Convert(@FM," ",#Execute_Command_61.$CommandOutput#))

Thank you.
by kondeti
Wed Apr 14, 2010 11:16 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Loop final value not numeric.
Replies: 4
Views: 2593

Loop final value not numeric.

Dear All, This is my Design. Job1--> ExecuteCommand--> StartLoop 1. In Job1 I am taking count from a Database table and the same value I am populating into a text file with numeric data type. 2. In Execute Command I am performing TYPE path of the text file 3. I am assigning command output as Loop Fi...
by kondeti
Thu Apr 08, 2010 11:57 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to find the Job Type?
Replies: 5
Views: 3537

Thank you so much Ray. You are a treasure of knowledge. Thank you.
by kondeti
Thu Apr 08, 2010 11:31 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to find the Job Type?
Replies: 5
Views: 3537

How to find the Job Type?

Dear All, I have a question. Is there any way to return nature of the job type ( Example: Sequencer, Server job and Parallel job). Reason behind this question: We do have multiple projects in the production environment, and each project holding more than 1000 Jobs. For all these projects I am creati...
by kondeti
Wed Apr 07, 2010 11:59 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem with VOC File.
Replies: 6
Views: 2874

Thanks for your quick response. Yes, I did the same thing. 1. I copied "hOCC_FACT" folder and "D_hOCC_FACT" file into another directory. 2. I executed DELETE.hOCC_FACT command in administrator still i am getting the same error. "Verb "delete.hocc_fact" is not in yo...
by kondeti
Wed Apr 07, 2010 11:30 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem with VOC File.
Replies: 6
Views: 2874

Problem with VOC File.

Hi Everyone, One of my DataStage is aborting in production environment and it is throwing below error message. I am trying to generate a hash file from my job, Then this problem is happening. "GSO04_Occ_Fact_Load..tMap2: |GSO04_Occ_Fact_Load..hOCC_Fact.lhOCC_Fact: DSD.UVOpen "hOCC_FACT&quo...
by kondeti
Wed Apr 07, 2010 6:36 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ParamValue/Limitvalue is not appropriate
Replies: 3
Views: 19467

Thank you so much Chulett. I am passing the Execute_Command output to a Before Subroutine as a job name to generate dsjob -report. With your suggestion I used below code in the job activity and it resolved my issue. Thank you. Code: Trim(EReplace(Execute_Command_18.$CommandOutput,@FM,""),(...
by kondeti
Tue Apr 06, 2010 11:09 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ParamValue/Limitvalue is not appropriate
Replies: 3
Views: 19467

ParamValue/Limitvalue is not appropriate

Hi Everyone, This is my sequencer design. Job1 ---> Execute Command ----> Job2 Job1 ---> In job1 I am generating one job name into a text file. Execute Command ---> I am executing "type path....file.txt". Job2 ---> I am passing the job name value as a parameter to the job2. The above seque...
by kondeti
Mon Apr 05, 2010 5:42 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Passing each Job Name as a paramter.
Replies: 1
Views: 1455

Passing each Job Name as a paramter.

Dear All, I created 2 jobs. Background Information: -- In my first job I am pulling all the existing jobs in the project into a .csv file, This job is producing almost all close to 1000 jobs information. -- In my second job I am populating a dsjob report into a control table. "Second job suppos...
by kondeti
Tue Mar 30, 2010 1:55 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Pulling Scheduled Jobs from repository.
Replies: 3
Views: 1839

Hi Ray,
Thanks for your information. Since, I am creating a run time ETL automation solution for my project. In that I want to include schedulers schedule time in a control table from there this question was raised. Thanks for your input this is sufficient for me to go further. Thank you.
by kondeti
Mon Mar 29, 2010 9:05 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Pulling Scheduled Jobs from repository.
Replies: 3
Views: 1839

Pulling Scheduled Jobs from repository.

Dear Talent pool,
Is there any way to pull the scheduled jobs information from repository? I already searched for the same in the forum but I didn't get proper information. If anyone gone thru this can you please share? Thank you.