Search found 42189 matches

by chulett
Sat Feb 01, 2014 8:27 am
Forum: General
Topic: Get job designdsx from command line without shared container
Replies: 5
Views: 1926

An exact search for 'cutter' will turn it up.
by chulett
Fri Jan 31, 2014 4:17 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Incorrect migration of non-ascii/extended-ascii characters
Replies: 5
Views: 4935

In their dsenv file I would imagine. Or you could define it in the Project as user-defined with a value of $ENV and then override it in a specific job, if that's the only place it is needed.
by chulett
Thu Jan 30, 2014 10:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Date conversion
Replies: 2
Views: 1549

StringToDate() still works, check the documentation for the proper format mask. If your target is not a DATE then use DateToString() afterwards to get it back out in the format you need.
by chulett
Thu Jan 30, 2014 10:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: spaces when writing into fixed width file
Replies: 5
Views: 1496

... and by string I of course meant a CHAR field. :wink:
by chulett
Thu Jan 30, 2014 8:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: adding 3 hours to time stamp
Replies: 3
Views: 1317

After converting to timestamp, use TimestampOffsetByComponents() and add three hours. That or TimestampOffsetBySeconds() and add 10800 seconds.
by chulett
Thu Jan 30, 2014 8:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Pivot in datastage 8.1
Replies: 5
Views: 2603

Ah yes, 8.1... getting a little long in the tooth and you're right, doesn't support that 'direction'. Later versions correct this.
by chulett
Wed Jan 29, 2014 10:23 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: spaces when writing into fixed width file
Replies: 5
Views: 1496

Ack... didn't notice the forum. Moved.
by chulett
Wed Jan 29, 2014 4:31 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: spaces when writing into fixed width file
Replies: 5
Views: 1496

That decimal data type is reserving a space for the sign. AFAIK you'll need to convert the decimal to a string in the file so you have full control over that.
by chulett
Wed Jan 29, 2014 12:42 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Slow to load main_program: orchgeneral: loaded from DS 9.1
Replies: 2
Views: 1339

Re: Slow to load main_program: orchgeneral: loaded from DS 9

mandyli wrote:we are using Datastage 9.1 and imported same job in Datastage 8.0.
Also note that doing this is completely unsupported.
by chulett
Wed Jan 29, 2014 8:04 am
Forum: Information Analyzer (formerly ProfileStage)
Topic: DataStage to Oracle connection establishment taking moretime
Replies: 8
Views: 7620

We saw these same "ORA-02396: exceeded maximum idle time" errors when our connection user had a timeout and the query didn't start returning records within that window. Solution? Remove the timeout.
by chulett
Wed Jan 29, 2014 8:02 am
Forum: Information Analyzer (formerly ProfileStage)
Topic: DataStage to Oracle connection establishment taking moretime
Replies: 8
Views: 7620

1 Crore is 10M. You'll also see Lakh mentioned here which is 100,000.
by chulett
Tue Jan 28, 2014 1:53 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: data not populating as expected
Replies: 2
Views: 1228

As noted, it's a display notation and could just be a setting in whatever tool you are using to display it. For example, Toad defaults to having Scientific Notation enabled for values like that. It doesn't necessarily mean the data isn't populated correctly.
by chulett
Tue Jan 28, 2014 12:17 pm
Forum: General
Topic: orchadmin dump issue
Replies: 21
Views: 6693

Similar doesn't work for a reply but it does as your own question, so I've split you out and linked back to the original just for grins. Note that I had to guess at your particulars (version,O/S) as you've yet start your own topic. :wink:
by chulett
Tue Jan 28, 2014 8:52 am
Forum: Information Analyzer (formerly ProfileStage)
Topic: DataStage to Oracle connection establishment taking moretime
Replies: 8
Views: 7620

I don't think so. I doubt it connected at 5:56:53 and before another second ticked by it output 4.3 million records. But I'll let others that know IA continue the conversation, I was just trying to get some clarifications on the issue.