Search found 42189 matches

by chulett
Wed Nov 23, 2011 8:31 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Data conversion
Replies: 13
Views: 3662

Are those the only two formats or have you seen others in that field?
by chulett
Wed Nov 23, 2011 5:51 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequential File Import warning
Replies: 8
Views: 2369

What is the data type of "field008"? The hex data shows that there are 8 spaces in that field...
by chulett
Wed Nov 23, 2011 3:22 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Date
Replies: 11
Views: 5165

Thought it was 's' rather than 'v'... or is that yet another variant?
by chulett
Wed Nov 23, 2011 12:16 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: stored procedure issue
Replies: 6
Views: 1588

Well, you can execute an anonymous block - it's just that it will need to look something like this:

Code: Select all

BEGIN
 CALL STORED_PROCEDURE(A,B,C)
END;
You can see the same thing when you supply a proc name to the stage and ask it to generate it for you.
by chulett
Wed Nov 23, 2011 10:58 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: stored procedure issue
Replies: 6
Views: 1588

To the best of my knowledge the anonymous block you can use in the SP stage is just a wrapper to call your procedure, there's no provision to provide PL/SQL code in lieu of actually writing a proc.
by chulett
Wed Nov 23, 2011 8:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Date
Replies: 11
Views: 5165

James - you don't need any special tags or that 'sid' portion, just the simple URL pasted in works all by itself. FYI. :wink: Ray - sorry for the (slight) derail but when did the single character date masks become 'flexible format' masks? I thought (back in the day) that %m matches one-digit months ...
by chulett
Wed Nov 23, 2011 8:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need Help on conversion
Replies: 9
Views: 4034

How are you "trying to suppress the left zeroes"?
by chulett
Wed Nov 23, 2011 8:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Removing Duplicates
Replies: 8
Views: 3266

Hi Upul and Ray sorry for giving the requirment wrong. So this means a simple transformer stage variable approach cannot be used. You'll need to fall back on the dreaded "fork join" design with the aggregator brach getting counts per key and then when joining back together only passing re...
by chulett
Wed Nov 23, 2011 8:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequential_File_1,0: Import warning at record 0:
Replies: 10
Views: 6082

So you are saying that the file you are reading doesn't have a header row in it? :?
by chulett
Wed Nov 23, 2011 8:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Updating multiple records
Replies: 9
Views: 4021

Re: Updating multiple records

PhilHibbs wrote:Post another thread.
Exactly. As a matter of fact you've already got your own post on that subject, Palci, no need to run around and jump in other people's posts. :?
by chulett
Wed Nov 23, 2011 7:58 am
Forum: General
Topic: Pass in parameter to ExecCommand stage
Replies: 22
Views: 6935

Interesting, thanks for posting that. Usually you only need to do that if the path to the executable is parameterized, then as you've done something like 'exec' or the shell ('ksh' for example) go in the command box and everything goes into the parameter box.
by chulett
Tue Nov 22, 2011 9:54 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: EBCDIC File with COMP-4 data
Replies: 3
Views: 2141

Nothing is being "converted" to a linefeed, it just happens to have the same value as one inside that field and thus can be interpreted as one, depending on the tool / viewer used. So vi will present it incorrectly as will something simple like a cat, however the CFF stage should be able t...
by chulett
Tue Nov 22, 2011 9:48 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Data conversion
Replies: 13
Views: 3662

There is no "output format" here if the target is a date. So the question remains, are those two examples of what can come in as your date string? 3/21/2011 0001-02-02 So, both m/d/y & y-m-d formats in the same field? If not then please explain what you will be getting with additional ...
by chulett
Tue Nov 22, 2011 10:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Execute Java Program from datastage
Replies: 1
Views: 1091

Define what "execute" means here - you need to run it once or once per row? Pass parameters to it? Get something back from it? Details, please.
by chulett
Tue Nov 22, 2011 8:42 am
Forum: General
Topic: is there any way i can use variable in email body
Replies: 3
Views: 1619

ps. Don't actually use DSSendMailTester, rather look at it to know how to properly use DSSendMail.