Search found 97 matches

by videsh77
Tue May 08, 2007 9:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Iconv & Oconv
Replies: 2
Views: 1295

Iconv & Oconv

Would Iconv & Oconv work in Px? I am exploring functionality to compare dates in Px.

Thanks in advance.
by videsh77
Wed Apr 18, 2007 10:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Handling static params with ETL appn.
Replies: 3
Views: 1572

Handling static params with ETL appn.

Hi If I want use static params for my ETL application, how am I supposed to pick their values using file? We have developed DS jobs having userid, password, dbname & schema as an individual job parameters in the development. As we will be moving from Dev -> Sys Test, we will have to open each &a...
by videsh77
Mon Apr 16, 2007 5:11 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Extracting info from the consol
Replies: 2
Views: 1656

Thanks Ray, it worked as expected.
by videsh77
Thu Apr 12, 2007 11:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Extracting info from the consol
Replies: 2
Views: 1656

Extracting info from the consol

Hi If I run the command below in Unix ./bin/dsjob -lparams <projname> <dsjobname> > Somefile.txt Parameters gets copied to the Somefile.txt but status of the command shown separately on the consol. For unsuccessful command I get following output : Status code = 0 ERROR: Failed to open job For succes...
by videsh77
Wed Apr 04, 2007 3:49 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to list the Job names under the category?
Replies: 17
Views: 5043

Thanks Ray, it helps.
by videsh77
Tue Apr 03, 2007 12:59 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to list the Job names under the category?
Replies: 17
Views: 5043

It seemed to me worked. Yes also if you have filter like ray mentioned - NAME NOT LIKE '\\%' have it in query then, it eliminates some unwanted rows. Now once I get this listing I am redirecting this to a file. But I have seen the column information is getting wrapped. How to avoid this wrapping of ...
by videsh77
Tue Apr 03, 2007 12:05 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to list the Job names under the category?
Replies: 17
Views: 5043

We can get those by

select NAME from DS_JOBS where CATEGORY like '<Category Name>%'
by videsh77
Tue Apr 03, 2007 10:45 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to list the Job names under the category?
Replies: 17
Views: 5043

Yes the command provided listing the jobs under any particular category. But if any other categories are under this category, it is not able to list the jobs under them.

How can we list the jobs recursively under categories for a provided category.
by videsh77
Mon Apr 02, 2007 5:10 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to list the Job names under the category?
Replies: 17
Views: 5043

How to list the Job names under the category?

Hi

For a given a category name I want to list the job names under that particular category. How we can achieve this task using universe shell?

regards,
by videsh77
Mon Apr 02, 2007 3:12 pm
Forum: General
Topic: Datastage ADministrator Commands
Replies: 13
Views: 11204

chulett wrote:I thought information of that nature would start shipping with the 8.x releases? :?

For older versions, you could get the UniVerse User Reference or UniVerse Administration manuals from the IBM web site.
The links you have provided seems moved. By the way do you know new links for these?
by videsh77
Tue Mar 13, 2007 10:35 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Understanding DataStage configuration files.
Replies: 3
Views: 2282

ray.wurlod wrote:Since SMP environment is "share everything" pools don't really help all that much.
I have seen some places resources also organized as a pool in the config file. I believe in SMP configurations those resource pools also get shared. Am I correct in understanding?
by videsh77
Tue Mar 13, 2007 8:08 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Understanding DataStage configuration files.
Replies: 3
Views: 2282

Understanding DataStage configuration files.

I have a generic doubt on configuration files. I always get confused to understand the underlying system is SMP, MPP or SMP clustered. I have gone through parjdev.pdf to understand this - I will understand the configuration file is SMP based on below - Nodes have same fastname & different pools....
by videsh77
Tue Mar 13, 2007 12:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datasets location - Disk resource type in config file
Replies: 5
Views: 2660

Re: did not exactly get your qusn

Resource disk is the place where you will see the Segment files (child files) of the datasets your job has generated. Where as the Descriptor file (.ds file) will sit in the location(PATH) which you give in the filename. Can you please elaborate on what segment file has & what descriptor file h...
by videsh77
Fri Mar 09, 2007 9:13 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: When OSH code gets generated?
Replies: 2
Views: 1157

When OSH code gets generated?

When OSH code gets generated, is it after compilation or execution of parallel job?
by videsh77
Wed Mar 07, 2007 6:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Join stage is not giving expected result.
Replies: 17
Views: 6559

I have one node configuration file only. Below is configuration details for the job, which I extracted from the director log. node "node01" { fastname "machine-name" pools "" resource disk "/data/ds/node01/resource" {pools "" } resource scratchdisk &...