Search found 262 matches

by pavan_test
Thu Jul 01, 2010 1:52 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: dummy column
Replies: 4
Views: 3173

dummy column

is it possible to create a dummy column (not coming from input) in datastage and assign some value to it say 'z'

what etl stage should I use to create a dummy column and assign value to it.

Thanks
Mark
by pavan_test
Mon Jun 07, 2010 11:58 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Difference
Replies: 2
Views: 1065

Difference

Can someone please tell me how datastage interprets the following.

link.col1 = 5
link.col1 = '5'
link.col1 = "5"

Thanks
Mark
by pavan_test
Fri May 21, 2010 11:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: phone number
Replies: 6
Views: 3313

phone number

Hi All,

I have incoming data as (800) 123-4561 and expected output is 8001234561
Can anyone please suggest me how do i accomplish this.

Thank
Mark
by pavan_test
Mon May 17, 2010 11:39 am
Forum: General
Topic: DataStage ASB Packs training
Replies: 2
Views: 1683

DataStage ASB Pack training

I did not find training topics specific to ASB pack (xml,mq series, java, web services). I called 1800 426 8322 (option 1). waiting to hear from them (so far 48 hours and waiting....)

Thanks
Mark
by pavan_test
Fri May 14, 2010 1:23 pm
Forum: General
Topic: DataStage ASB Packs training
Replies: 2
Views: 1683

DataStage ASB Packs training

Hi All,

Anyone know if IBM provides traininig in DataStage ASB Packs (such as XML Pack 2.0, Java Pack 2.0, and Web Services Pack 2.0)

Thanks
Mark
by pavan_test
Thu Mar 25, 2010 2:17 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: data stage job error
Replies: 1
Views: 1015

data stage job error

Hi All, The datastage jobs are aborting which used to run successfully before. the director log has these error messages Contents of phantom output file DataStage Job 53 Phantom 8488 readSocket() returned 16 DataStage Phantom Finished. can anyone please let me know how do I fix this error. Thanks Mark
by pavan_test
Thu Mar 04, 2010 2:34 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: datastage- java pack
Replies: 3
Views: 4401

datastage - javapack

I was able to locate the classpath. when I compile the java program it is giving me errors such as
package com.ascentialsoftware.jds does not exist

can someone please suggest me.

Thanks
Mark
by pavan_test
Thu Mar 04, 2010 12:10 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: datastage- java pack
Replies: 3
Views: 4401

datastage- java pack

Hi All,

I am working on a etl job using java pack. I have test.java program that I wrote. Can someone please tell me know how do I compile this program
into .class
where do I find the java classpath on etl server v8.1.

Thanks
mark
by pavan_test
Wed Mar 03, 2010 4:01 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: embedded quotes
Replies: 6
Views: 1772

embedded quotes

Is there any unix (AWK) solution available.

Please advice

Thanks
Mark
by pavan_test
Wed Mar 03, 2010 3:42 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: embedded quotes
Replies: 6
Views: 1772

embedded quotes

Hi All,

How do I get rid of embedded double quotes and single quotes in the data.

Incoming data: ' '"WASH BAy" SATIN' '

output data: 'WASH BAy SATIN'

Thanks
Mark
by pavan_test
Tue Feb 23, 2010 7:58 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: dynamic Schema File
Replies: 1
Views: 1089

dynamic Schema File

The job design looks like; sequential file stage --> column import --> copy stage --> other stages The input file is read in a single variable in sequential file stage. The column import regenerates other columns based on schema file. currently there are 20 columns in the schema file in column gener...
by pavan_test
Mon Feb 22, 2010 3:58 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Transformer stage function
Replies: 9
Views: 4105

Transformer stage function

I removed the Prefixes in any schema file and it worked.

Thanks all for your suggestions.

Thanks
Mark
by pavan_test
Mon Feb 22, 2010 1:45 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Transformer stage function
Replies: 9
Views: 4105

Transformer stage function

just for testing mode, I kept the number of columns in the schema file as fixed. (20 columns) then I run the job and I get the message Short Input Record. It also gives me a mesg, column import,0 Import was unsuccessful at record 0; The job completed successfully but it is not giving me the expected...
by pavan_test
Mon Feb 22, 2010 1:30 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Transformer stage function
Replies: 9
Views: 4105

Transformer stage function

the job design looks like this;

seq stage ---> column import ---> seq stage

Now the job completes successfully, but all the records are getting rejected from column import stage.

error message:
Column_Import,0: Short input record

Thanks
Mark
by pavan_test
Mon Feb 22, 2010 1:13 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Transformer stage function
Replies: 9
Views: 4105

Transformer stage function

I am readng the entire file in 1 column: "columnA" I have a column Import stage: Stage properties: Input: Import input column: ColumnA output: column method: schema file schema file: /xx/xx/schema_xxx options: keep import column = false reject mode: output output tab / mapping tab: No colu...