Search found 48 matches

by Lotus26
Wed Jun 17, 2009 10:38 am
Forum: General
Topic: Schedule Compiling batch script
Replies: 11
Views: 4147

Thank you for all your responses . we got this requirement because in our environment , by mistake some of the other people migrating the jobs but forgetting to compile and because of which we are getting problems . To avoid that situation , we want to create a script which will scan through all the...
by Lotus26
Tue Jun 16, 2009 1:46 pm
Forum: General
Topic: Schedule Compiling batch script
Replies: 11
Views: 4147

Schedule Compiling batch script

Hi All

I have a requirement of , create a script which will scan through all the set of jobs and then compiles if there are any jobs with "Not Compiled" State . Can anybody help me in this .

I would really appreciate your time and help on this.
by Lotus26
Thu Apr 09, 2009 10:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datasets Created in a job
Replies: 1
Views: 1421

Datasets Created in a job

Hi I am using Datastage Px version .I am trying to find out what job creates one dataset .I am using one query like SELECT NAME FMT '50L', CATEGORY FMT '40L' FROM DS_JOBS WHERE JOBNO IN (SELECT OBJIDNO FROM DS_JOBOBJECTS WHERE EVAL '@RECORD' LIKE '%dataset%' AND EVAL '@RECORD' LIKE '%dataset%' AND O...
by Lotus26
Thu Feb 19, 2009 11:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Load into Oracle table
Replies: 0
Views: 934

Load into Oracle table

Hi

In ETL Job I am doing load into a table using Oracle Enterprise stage and using the write method as LOAD . Is there anyway to specify the paths and names for the Log files , Bad Files and Discard files etc in ETL.

Can somebody help me on this . I would really appreciate Your time.
by Lotus26
Mon Dec 08, 2008 6:07 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Generate Job Statistics as html report
Replies: 6
Views: 5295

Generate Job Statistics as html report

Hi Can we generate Statistics of a job as html document . I want to automize that part .So I created a batch file and I tried windows command of dsjob.exe as dsjob.exe /H=%Host% /U=%User% /P=%Password% ProjectName JobName > LogFile But I think I am missing something and hence I am not able to genera...
by Lotus26
Wed Dec 03, 2008 4:31 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Find the Job Name
Replies: 1
Views: 1641

Find the Job Name

Hi

I am using using Datastage 7.5 version. I am having a quick query like , is it possible to find out for a given column in the metadata , what are all the jobs that column is referenced like that?

I would appreciate your help.
by Lotus26
Wed Nov 12, 2008 1:07 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need to search a Sequential file for example x.csv in jobs
Replies: 10
Views: 3710

Sorry ..I did tried with the same query and was able to find out the job names .

Thanks for all your help and suggestions.
by Lotus26
Wed Nov 12, 2008 12:59 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need to search a Sequential file for example x.csv in jobs
Replies: 10
Views: 3710

I am having one more question . Can we find out like in what job a particular dataset is used in the same way or will there be a different query or way for that?

I would really appreciate any suggestions.Thanks in advance.
by Lotus26
Wed Nov 12, 2008 9:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need to search a Sequential file for example x.csv in jobs
Replies: 10
Views: 3710

Yes..It worked for me .But a small syntax change like I have used:

/dsadm/Ascential/DataStage/DSEngine/bin/uvsh "SELECT NAME FMT '32L', CATEGORY FMT '40L' FROM DS_JOBS WHERE JOBNO IN (SELECT OBJIDNO FROM DS_JOBOBJECTS WHERE EVAL '@RECORD' LIKE '%x.dat%');"

Thanks for all your suggestions.
by Lotus26
Tue Nov 11, 2008 3:17 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need to search a Sequential file for example x.csv in jobs
Replies: 10
Views: 3710

Hi Ray I was trying to run this query SELECT NAME FMT '32L', CATEGORY FMT '40L' FROM DS_JOBS WHERE JOBNO IN (SELECT OBJIDNO FROM DS_JOBOBJECTS WHERE EVAL "@RECORD" LIKE '%x.csv%'); But it is failing DataStage/SQL: syntax error. Unexpected symbol. Token was "@RECORD". Any suggesti...
by Lotus26
Fri Apr 11, 2008 10:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Memory and CPU Usage
Replies: 4
Views: 5806

Memory and CPU Usage

HI

We are using Datastage Parallel Extender and I am just wondering like is there any way I can determine how much CPU time the jobs are utilizing and how much memory they are using etc things .

I would appreciate any input .

Thanks.
by Lotus26
Sat Mar 29, 2008 7:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to write in to Dataset
Replies: 3
Views: 1662

Unable to write in to Dataset

HI I am experiencing a strange problem like I am writing data into a dataset .It is having more than 80 Columns in it .When I am attempting to write in to that the datastage job is failing with out giving any error messages . Is there any limitation on number of columns to writing into datasets ?? I...
by Lotus26
Sat Mar 15, 2008 9:40 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Not compiled Status
Replies: 6
Views: 2780

Hi

Thanks for all your responses .

But I want to find out the status through command line and I want to avoid the uncompiled jobs by capturing the status of the uncompiled jobs also through command line .

So can you help me how can I achieve this?
by Lotus26
Fri Mar 14, 2008 3:30 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Not compiled Status
Replies: 6
Views: 2780

Not compiled Status

Hi

I am trying to generate a report for all my datastage jobs . But in case some of the jobs were not compiled then it is giving an error message .


ERROR: Failed to open job

How to capture the status of those jobs , so that I can avoid to check those jobs from my report.

Thanks in advance.
by Lotus26
Fri Mar 14, 2008 10:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: job Category
Replies: 11
Views: 3526

Thanks Kenneth. I really appreciate your guidence and this one works .

Thanks again.