Search found 42189 matches

by chulett
Wed Aug 26, 2009 9:02 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: different output values
Replies: 16
Views: 4793

Sainath.Srinivasan wrote:If you want to retain the zeros in Excel, prefix each with a single quote mark.
That's a manual solution that doesn't work in a csv file.
by chulett
Wed Aug 26, 2009 8:50 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: different output values
Replies: 16
Views: 4793

If your whole question is you are trying to create something to be opened in Excel that contains a numeric field with leading zeroes and you want to retain the leading zeroes - you can't. At least not easily and not without macros and the manual cooperation of your Excel users. This doesn't have any...
by chulett
Wed Aug 26, 2009 8:46 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: different output values
Replies: 16
Views: 4793

the .csv extension is already associated with Excel, so it will already open it. And no, you can't simply rename a csv to an xls.
by chulett
Wed Aug 26, 2009 8:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: RowProcRunningTotal(%InputValue)
Replies: 5
Views: 2562

Time to mark this as Resolved then? If so, there's a button for that at the top of the page.
by chulett
Wed Aug 26, 2009 8:40 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: different output values
Replies: 16
Views: 4793

It *has* converted it to a number, use something else to view your file - NotePad, for instance, something that won't change the values.
by chulett
Wed Aug 26, 2009 8:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Issue while logging into DS Client
Replies: 10
Views: 1806

So... is this a problem for everyone or just you?
by chulett
Wed Aug 26, 2009 7:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Checkpoint from Job Control
Replies: 4
Views: 1756

Again - check the log for your Sequence job, is it being reset by your job control before it restarts it? If you are unsure, post your job control code.
by chulett
Wed Aug 26, 2009 7:48 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: SQL0206N & SQLSTATE=42703
Replies: 2
Views: 3170

Suggest you provide more information. We have no idea what database you are using or what action there is causing this. Details, man, details!
by chulett
Wed Aug 26, 2009 7:47 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: different output values
Replies: 16
Views: 4793

If you want to keep the (non-significant) leading zeroes for some reason, you need to make the output field a varchar.
by chulett
Wed Aug 26, 2009 7:46 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: datastage job error
Replies: 19
Views: 5574

No, it means after the job aborts you press the 'Reset' button in the Director. Looks like a 'rewind' icon, two arrow-heads pointing left.
by chulett
Wed Aug 26, 2009 5:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Checkpoint from Job Control
Replies: 4
Views: 1756

From where you run the Sequence shouldn't make any difference. However... "The Problem i am facing is when i run the Job sequence from job control, the checkpoint does not work." I have no idea what this means. What exactly does "does not work" mean here? I'm specifically wonderi...
by chulett
Wed Aug 26, 2009 5:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Truncate in DB2 Enterprise and in Oracle Enterprise
Replies: 3
Views: 1800

OE: Truncate is truncate. The word 'clear' is used for the transactional 'delete from table' operation.

DB2: no clue.
by chulett
Wed Aug 26, 2009 5:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Run Shell script through DS job
Replies: 9
Views: 3010

Those options are part of the job Properties page, you'll see an entry for both 'before' and 'after' job actions there. Change the after property to ExecSH and then put the full path to the script in the box next to it.
by chulett
Wed Aug 26, 2009 5:31 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Using Before SQL
Replies: 1
Views: 1508

If you're trying to set enviroment variables, that needs to happen before you start the job. 'Before SQL' needs to be valid sql / session statements... are these? :?
by chulett
Tue Aug 25, 2009 6:45 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: RowProcRunningTotal(%InputValue)
Replies: 5
Views: 2562

Trim off the last comma, that should be the simplest fix.