Search found 15603 matches

by ArndW
Thu Aug 18, 2005 1:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Not getting Negitive balances in sas dataset
Replies: 2
Views: 672

What kind of numeric did you redefine this column as? Does it have 2 decimal places? It is better to keep this as a text column and then apply a datatype conversion to decimal (StringToDecimal) inside the job. Basically the error is that "100.00-" cannot be parsed. Perhaps it is the trailing zero - ...
by ArndW
Thu Aug 18, 2005 12:51 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Stage does not support UNICODE character set
Replies: 3
Views: 1068

Which Stage(s) are you using? And do you have NLS enabled?
by ArndW
Thu Aug 18, 2005 12:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: error while extracting the data from oracle enterprise stage
Replies: 2
Views: 1526

Pongal,

you need to talk with your DBA about this, as the message states the process cannot allocated Oracle EXTENTS.
by ArndW
Thu Aug 18, 2005 12:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: about copy stage
Replies: 1
Views: 559

Nripendra,

the Copy stage is to make a copy of data and give you the option of specifying the number of columns to send down each link, but not the rows. There are other stages that do that.
by ArndW
Thu Aug 18, 2005 12:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error during import
Replies: 7
Views: 1309

Hello Kumar,

Either you have the job open in a Designer, or you have the Director open and are in the log detail view for that job or the job is running.
by ArndW
Wed Aug 17, 2005 2:30 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DaysSinceFromDate function
Replies: 3
Views: 6240

Mark, converting an Integer date (in Julian date format?) to a date and back to an integer should give the same result. The conversion between types needs to know the source and target formats, otherwise it won't work correctly. Do you know your source date format in integer? Why do you need to conv...
by ArndW
Wed Aug 17, 2005 10:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: date format to insert into oracle table
Replies: 1
Views: 733

pongal,

Iconv/Oconv don't work in Parallel extender. You should use StringToTimestamp(in.DateString,[optional formatting])
by ArndW
Wed Aug 17, 2005 9:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem While transfering data from db2 to flatfile stage
Replies: 1
Views: 782

Re: Problem While transfering data from db2 to flatfile stag

... ...when i run job, job works fine but when i concatenated 9 columns at that time it gives output upto Name(Column name) I am not getting what is going on ? please help me urgently to sort out my problem. OK, So you read the columns correctly from DB/2 and have a problem concatenating them. I do...
by ArndW
Wed Aug 17, 2005 8:12 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage blamed again
Replies: 3
Views: 1613

ewartpm, instead of going into great detail, I would recommend monitoring the system when it "starts paging itself to death" and stopping DataStage. If the swapping does not stop then DataStage cannot be (directly) at fault, since it is stopped and has freed up it's memory. There are excellent tools...
by ArndW
Wed Aug 17, 2005 7:30 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job won't finish
Replies: 5
Views: 1551

When it comes to killing jobs, we in the business prefer never to terminate with extreme prejudice (kill -9), our sanctioned kills are the more discrete "kill <pid>". Sometimes rogue processes need the TEP approach, but usually by the time we get sanction from above it is too late. The director "sto...
by ArndW
Wed Aug 17, 2005 7:24 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: counter needs to be incremented by 1 with exactly 6 digit
Replies: 3
Views: 743

Pongal, you could write a function that returns the number of rows processed in the last run of a job, use the DSGetLinkInfo() routine and give it the stage and link name and it can return the number of rows processed. This number can then be used to update either a Hashed file or a table with the n...
by ArndW
Wed Aug 17, 2005 7:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Null handling in sequential stage
Replies: 2
Views: 765

dh_Madhu,

go into your sequential stage, columns tab. Right-click on the column in question and "edit row" will bring you to the screen where you can choose all sorts of attributes for columns, including the one you are looking for.
by ArndW
Wed Aug 17, 2005 5:38 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error adding project
Replies: 10
Views: 2203

Amos, it might be template issues. Did you do a VERIFY.SQL ALL on the system with no errors - this might be a more likely source than corrupted template files.
by ArndW
Wed Aug 17, 2005 5:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Version History of DataStage
Replies: 9
Views: 6115

C'mon Ray, cut the poor gent some slack; he said it was only a "A little urgent", not a fully blown condition RED national urgency. Just imagine if some bad guys from the feared INFA agency had you tied down on a chair over a pool infested with ravenous piranhas and they said "give us the DataStage ...
by ArndW
Wed Aug 17, 2005 5:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DataStage licenses and SMT on AIX
Replies: 2
Views: 1038

Roy, I understand what is happening with the licenses and the warnings; my question is whether DS shuts down after a while due to this condition, here it has happened twice about 5 days apart. All the other boxes that have similar configurations but no license warning haven't had this memory problem...