Search found 38 matches

by anujgarg
Tue Jul 11, 2006 4:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Its very urgent!!Please reply
Replies: 28
Views: 15762

Do one thing In transformer stage use stage varables to generate new records and add that to existing record and seperate the records by newline char.
by anujgarg
Tue Jul 11, 2006 12:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Its very urgent!!Please reply
Replies: 28
Views: 15762

I think row generation can be done using routine.Either use parallel routine or use the server job for this and write a basic routine for that.
by anujgarg
Tue Jul 11, 2006 12:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Dynamic Metadata
Replies: 8
Views: 6929

You can use RunTime Column propogation method for this.
But you first need to seperate metadata and records then from metadata create record schema file and in the dataset use this record schema file.
by anujgarg
Fri Jun 02, 2006 3:12 am
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: web services table definition while importing is disabled
Replies: 1
Views: 2877

web services table definition while importing is disabled

Hi,

We have installed Datastage server with RTI agent and also RTI server,client and RTI console application.But even the web services enabled job option is not enabled and web services table definition in import table definition tab is also disabled.

Thanks in advance
by anujgarg
Mon May 08, 2006 8:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML chunk
Replies: 5
Views: 3576

chulett wrote:Out of curiousity, have you been through the XMLPACK_20_Designer.pdf document? It goes over using the XML Output stage (and the others) in decent detail. ...
Hi,
I have gone through that document.But I couldn't find any example nor complete relevant details or may be i am not able to grasp fully.
by anujgarg
Mon May 08, 2006 7:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML chunk
Replies: 5
Views: 3576

Hi, Are you writing to the XML output stage?. In the columns /Description , give the Xpaths and also sort the data before writing to the XML file. That I know,we have to give xml description.Normally we are able to repeat one element. If we want to repeat then we can generate those tags seperately ...
by anujgarg
Mon May 08, 2006 6:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML chunk
Replies: 5
Views: 3576

XML chunk

Hi, I have to generate the multiple repeating child elements(A,B,C) under one parent tag(D) which itself is child of another element (E). So in this Case structure is like E | D- | | | desc columns | | | A | | | A | | | B | | | B | | | C | | | C | | | C | D- | | | desc columns | | | A | | | A | | | ...
by anujgarg
Thu Apr 20, 2006 12:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: NLS LANG error
Replies: 2
Views: 2407

daniel0623 wrote:add NLS_LANG in your dsenv.Make sure its value is same as db.
can you please elaborate more.
by anujgarg
Wed Apr 19, 2006 11:02 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: NLS LANG error
Replies: 2
Views: 2407

NLS LANG error

hi all, I am getting the following warning An NLS map <ISO-8859-1> is specified, but NLS_LANG is not set. The NLS map must be set to an ICU codepage which is equivalent to the character set specified by NLS_LANG In NLS map i have checked <ISO-8859-1> this value is there and in unix level parameter w...
by anujgarg
Fri Apr 07, 2006 1:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem in aggregating decimal value
Replies: 2
Views: 2788

Problem in aggregating decimal value

Hi all. I am doing sum of columns decimal(15,2) But i am getting warning AG_GLData,0: APT_Decimal::operator=: the source decimal has even precision, but non-zero in the leading nybble, or is too large for the destination decimal. For that i have tried changing target length to decimal(17,2) also dec...
by anujgarg
Thu Apr 06, 2006 10:36 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ORACLE ENTERPRISE stage
Replies: 4
Views: 4286

Hi ray,

I am new to DataStage PX.I have checked in PDF provided with installation.But i couldn't find the description of orchestrate operator.

Can you please help me to get that.If there is any online installation.Please send the link

Thanks,
Anuj
by anujgarg
Thu Apr 06, 2006 10:30 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: skip header and tail while reading from seq file
Replies: 14
Views: 8627

Hi,

You can do this in before/after job job subroutine.
by anujgarg
Tue Apr 04, 2006 11:53 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: orchdbutil - Documentation / escape character?
Replies: 3
Views: 4672

Re: orchdbutil - Documentation / escape character?

Hi,

I am new to datastage.I have seen that they are various utilities available under orchestrate.

Can you tell me where i can find online documentation related to PX which you are talking and the Orchestrate manuals .

thanks in advance,
Anuj
by anujgarg
Tue Apr 04, 2006 11:29 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Date Timezone Conversion
Replies: 8
Views: 8857

Can anyone pls explain How to get the current timezone of system using that TZ unix env variables as i am not aware of that.

Pls explain in little detail how to get that in PX job.

Thanks,
Anuj