Search found 51 matches

by rhaddur
Tue Jan 20, 2009 2:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Logic Implementation
Replies: 3
Views: 1175

Logic Implementation

Source is Decimal 20.3 target Decimal 17.3

How to map MSD from souce to target
e.g

The source field value is 12345678901234567890.123

then the target field value will be 12345678901234567.123

Any Idea appreciated
by rhaddur
Sun Sep 14, 2008 11:51 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job process running but not reflecting in DataStage Director
Replies: 1
Views: 765

Job process running but not reflecting in DataStage Director

When I am running job using Control M (dsjob command)

1) The process I am able to see at Unix level

ps -ef |grep jobName

process is running

2) But the status is not reflecting in DataStage Director

What is the possble reason


Please suggess
by rhaddur
Wed Aug 06, 2008 11:20 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Find no of Projects on the DataStage server
Replies: 1
Views: 827

Find no of Projects on the DataStage server

How tio Find no of Projects on the DataStage server

is there any Hash table containg , which hold the Project information.

like : DS_JOBS CONTAINS JOBS INFORMATION
by rhaddur
Wed Jul 02, 2008 6:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem with lookup condition continue
Replies: 4
Views: 2070

Problem with lookup condition continue

1) MY job is having lookup first lookup with conditon(isnotnull(x ) and isnotnull(y)) --continue and looup is reject ref | | ds---------lkp-------output when I am replcing the above datastage job with DB2 Query where fields src ref x (nullable yes) x (nullable yes) x (nullable yes) y (nullable yes) ...
by rhaddur
Sun Jun 29, 2008 11:08 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How we will come to know my server is at which patch
Replies: 3
Views: 1560

How we will come to know my server is at which patch

Dear All 1) Is there any way to know, my DataStage PX server at which patch. 2) Where do I find the patch# 97193 I need the patch# 97193 because I wan't to avoid the following error in my log Primary Error: sqlcode=100, state=02000, message=[IBM][CLI Driver][DB2/AIX64] SQL0100W No row was found for ...
by rhaddur
Thu Jun 12, 2008 1:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Generate Report
Replies: 4
Views: 1827

Yes. The dsjob command has a -report option. ... Hi Ray Thanks for your reply But using this command dsjob -report Projec_dev job we only able to get the following details STATUS REPORT FOR JOB: job Generated: 2008-06-12 00:30:18 Job start time=2008-06-12 00:28:31 Job end time=2008-06-12 00:28:33 J...
by rhaddur
Thu Jun 12, 2008 12:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Generate Report
Replies: 4
Views: 1827

Generate Report

Is it possible to get the

DataStage Desinger-->File -->Generate Report

using Unix comman line (Example run job using dsjob command)
by rhaddur
Tue Mar 11, 2008 10:47 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Where the job paramters stored in the unverse
Replies: 7
Views: 1831

Job parameters are not stored as such in the engine. The default values are stored within the job metadata, but the actual values used at runtime are only accessible by using the API routines such as ... Thanx for your prompt reply Where exactly The default values are stored within the "job me...
by rhaddur
Tue Mar 11, 2008 4:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Where the job paramters stored in the unverse
Replies: 7
Views: 1831

Where the job paramters stored in the unverse

Hi folks,

Where the job parameters pertaining to a job are stored in the datastage universe.
e.g. all the job names stored in table DS_JOBS.
by rhaddur
Thu Aug 09, 2007 9:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: The constraing is not working properly in Transformer but wo
Replies: 3
Views: 1330

The constraing is not working properly in Transformer but wo

In Transformer Stage following the constraint not working Properly Here x is varchar y, z, zz are decimal Constraint (x <> "ZZZB" And ) ( ((IsNotNull(Y)) AND (Y<>0)) Or ((IsNotNull(z)) AND (z<>0)) Or ((zz)) AND (zz<>0)) ) But Working in Filter Stage Condition (x<>'ZZZB' AND ( ((Y Is Not Nu...
by rhaddur
Tue May 29, 2007 12:58 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Which table of DataStage Repository contain Orchestrate sche
Replies: 0
Views: 582

Which table of DataStage Repository contain Orchestrate sche

Which table of DataStage Repository contain Orchestrate schema file

how to find it through uvsh prompt
by rhaddur
Tue Apr 03, 2007 12:35 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: XFM problem due to fixed width file delimited
Replies: 7
Views: 2428

chulett wrote:Try sliding your Columns over to the right and setting the last field's Incomplete column attribute to Replace. ...

please let me know how you will slide through datastage
by rhaddur
Tue Apr 03, 2007 12:30 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: transform rows to columns end record value to null
Replies: 8
Views: 3445

ray.wurlod wrote:Your requirement is not clear. Your words and your example do not match.

Please document the algorithm by which 1 generates 1,2; 2 generates 3,4; 3 generates 4,6 (note that 4 is repeated); 4 gener ...

Please check the currected
by rhaddur
Mon Apr 02, 2007 6:45 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: transform rows to columns end record value to null
Replies: 8
Views: 3445

transform rows to columns end record value to null

Dear Gurus please guid me on the following source ----- - ------- Target Cust Id ----- -------- Cust Id1 ,Cust Id2 1 ---------------------- 1 , 2 2 ----------------------3 , 4 3 ---------XFM ------- 5 , 6 4 ---------------------- 7, Null 5 6 7 I have above source table with different cust Id , I wan...
by rhaddur
Mon Apr 02, 2007 5:28 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: XFM problem due to fixed width file delimited
Replies: 7
Views: 2428

XFM problem due to fixed width file delimited

Dear Gurus 1>my source system use to send flat files(around 100) 58 column with FIXED WIDTH delimited now they are added one more column 59 some files having column having 58 columns and some 59 when I am trying to process at tranformation with 59 columns(meta data)it is creating problem as follows ...