Search found 29 matches

by dsuser08
Thu Apr 03, 2008 2:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Aggregator
Replies: 1
Views: 1023

Aggregator

Hi

In DS Server we have First,last,Avg functions available in Aggregator stage.

what are the corresponding functions in Parallel Aggregator stage

Thanks
by dsuser08
Thu Mar 20, 2008 5:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Different formats
Replies: 3
Views: 1389

The data is actually having a vertical tab.How should I handle this
by dsuser08
Wed Mar 19, 2008 5:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Different formats
Replies: 3
Views: 1389

Different formats

Hi

I have following columns
X CHAR(32)
Y CHAR(5)
which should be converted to a delimited file
X "\013"

Y "\013"

\013 refers to Control K delimiter.Please let me know as how to Proceed.
by dsuser08
Wed Mar 19, 2008 5:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: File Format-Handling
Replies: 4
Views: 1933

It is like columns may be seperated byPipe demiliter .And I have to reject records having greater than 2 decimal places.Can I implement both when I read the records without using a transformer.
by dsuser08
Wed Mar 19, 2008 1:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: File Format-Handling
Replies: 4
Views: 1933

File Format-Handling

Hi

I have file which is of this format:

|0.2

Meaning it has | delimiter or it has decimal data with 2 digits after decimal.For example

100|100.02|77|

If it has data100.023 it should go to reject file

How can I deal such scenario.Please help
by dsuser08
Fri Mar 14, 2008 8:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Executing shell Script
Replies: 10
Views: 3016

Thanks Arndw for your reply
by dsuser08
Fri Mar 14, 2008 6:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Executing shell Script
Replies: 10
Views: 3016

Thanks Arndw.Can you please give me more details with regard to close command.
by dsuser08
Fri Mar 14, 2008 6:22 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Executing shell Script
Replies: 10
Views: 3016

Yes.It should be a after job subroutine.Since my after job subroutines is to collect logs...Can I have a wrapped stage/External Target after my target table...
by dsuser08
Fri Mar 14, 2008 6:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Executing shell Script
Replies: 10
Views: 3016

Thanks for your reply.It should be executed once per job
by dsuser08
Fri Mar 14, 2008 4:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Executing shell Script
Replies: 10
Views: 3016

Executing shell Script

Hi

I want to execute shell script.There are 2 ways to execute

a.Using Execute Command stage

b.After/Before job routine

My scenario is I cant use Execute command stage.I already have another after job subroutine to extract log.

Can I use External Target?

Please help.Thanks
by dsuser08
Tue Mar 11, 2008 10:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Referring Tablename in Sybase component
Replies: 0
Views: 695

Referring Tablename in Sybase component

Hi

I have a database x in which i have many schemas.I have table Y.

I refer table Y in the following format:

X..Y in the database component of Sybase.

(I was using this format in the ETL Tool from which I migrating to Datastage)


Will the same format work in datastage as well?

Thanks
by dsuser08
Mon Mar 10, 2008 3:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Setting environmental variables
Replies: 6
Views: 2813

Shell script is called from Control M .After the execution of sheel script my datastage job is run
by dsuser08
Mon Mar 10, 2008 3:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Setting environmental variables
Replies: 6
Views: 2813

Thanks Arndw..

My flow is like this:

shell script(set environment variables) -----> Access them within job

is there any work around...
by dsuser08
Mon Mar 10, 2008 3:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Setting environmental variables
Replies: 6
Views: 2813

Setting environmental variables

Hi

Is it possible to set datastage environmental variables using shell script.If so,how should I proceed

Thanks
by dsuser08
Mon Mar 03, 2008 1:01 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: After job subroutine
Replies: 1
Views: 1360

After job subroutine

Hi

Is it possible to pass 2 parameters to After job subroutine.If so how Should I dot it?When I give comma inbetween 2 parameters,it gives wrong output.

Please help

Thanks.