Search found 226 matches

by synsog
Fri Jun 03, 2011 10:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sybase to Oracle
Replies: 6
Views: 2260

The error message which I got was,
Fatal: ct_fetch failed or canceled during fetch to Sybase table which is the source stage
by synsog
Thu May 12, 2011 9:14 am
Forum: General
Topic: scheduling the job using UNIX script
Replies: 10
Views: 5181

before running the dsjob command dsenv should be sourced..

. ./dsenv

execute the above command and try dsjob command again..
by synsog
Thu May 12, 2011 3:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need to add 1 month to date
Replies: 3
Views: 3336

Need to add 1 month to date

Hello everyone,

I am getting date in yyyy-mm-dd format,before loading to target I need to add 1 month to existing date.

For ex : 2011-05-31 need to load as 2011-06-30
2010-12-21 need to load as 2011-01-21.


Could any one suggest me the approach please........


Thanks in advance
by synsog
Thu May 12, 2011 2:26 am
Forum: General
Topic: scheduling the job using UNIX script
Replies: 10
Views: 5181

Try this..

dsjob -server <servername> -domain NONE -user xxx -password xxxx -run -jobstatus <projectname> <sequencename>
by synsog
Wed May 11, 2011 5:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parallel job reports failure (code 132)
Replies: 20
Views: 16126

Are you able to see the data using 'view data' in dataset1 in both job1 and job2?

also in job2 try replacing oracle stage with new dataset/file(just a thought).
by synsog
Fri May 06, 2011 8:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Modify Stage Question
Replies: 4
Views: 2141

"NullToValue" is used in transformers and not in modify stage..

In modify stage it should be something like..

PHONE = handle_null (PHONE,-128)

See Parallel Job Developers Guide under Modify stage.
by synsog
Thu Apr 21, 2011 7:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Can we use schema file, if Source stage is a DB2 EE stage?
Replies: 3
Views: 4212

Re: Can we use schema file, if Source stage is a DB2 EE stag

You can do that by making just one generalized job parameterizing table name as well as the filename.
Eg:

Source:SELECT * FROM #TABLENAME#
Tgt:#TABLENAME#_Timestamp.csv
by synsog
Tue Mar 29, 2011 4:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: what is -NaNq
Replies: 5
Views: 6267

what is -NaNq

NaN stands for Not a Number...check your data ..
by synsog
Fri Mar 25, 2011 1:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: convert rows in to column
Replies: 7
Views: 4978

Hi Ray,

thanks for you reply

Following is my requirement.

Source
=====

Col
===
1
2
3
4

target
=====

Col
===
1,2,3,4


source records count will vary, it will not same always.


thanks,
Rams
by synsog
Thu Mar 24, 2011 11:55 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: convert rows in to column
Replies: 7
Views: 4978

it will not possible in pivot stage, we need to convert rows in to column
by synsog
Thu Mar 24, 2011 1:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: convert rows in to column
Replies: 7
Views: 4978

convert rows in to column

How to convert rows in to column in 7x Parallel

Please help me

- Rams