Search found 6797 matches

by DSguru2B
Tue Dec 26, 2006 3:34 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Populating user activity variable in a sequencer
Replies: 14
Views: 4188

Yes. Inside the transformer. Call your routine inside the transformer.
by DSguru2B
Tue Dec 26, 2006 2:38 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Warnings
Replies: 25
Views: 6604

set the final delimiter to end.
by DSguru2B
Tue Dec 26, 2006 2:37 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Populating user activity variable in a sequencer
Replies: 14
Views: 4188

Post your routine. You can call DSSetUserStatus() function within that job to set the user status. And then retrieve it in a sequence job as i explained in my previous post.
by DSguru2B
Tue Dec 26, 2006 2:30 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Warnings
Replies: 25
Views: 6604

I am sorry, i meant the delimiter. And i just double checked that you specifically have tab as an option so you dont need to put the ascii value of tab which is 009.
by DSguru2B
Tue Dec 26, 2006 2:22 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Populating user activity variable in a sequencer
Replies: 14
Views: 4188

In JobActivity 2, when double click the expression window open, right click on it you will find 'Activity Variables'. Choose that, you will see 3 options. One of them will be $UserStatus. Use that.
by DSguru2B
Tue Dec 26, 2006 2:15 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Warnings
Replies: 25
Views: 6604

what have you specified as the quote character, i mean what ascii value? Its suppose to be 009. Could you please confirm.
by DSguru2B
Tue Dec 26, 2006 2:05 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Warnings
Replies: 25
Views: 6604

Re: Warnings

kashif007 wrote:Sequential_File_1,0: Delimiter for field "column1" not found; input: <empty>, at offset: 0


Pay close attention to that. What does that mean ???
by DSguru2B
Tue Dec 26, 2006 2:03 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: File with multiple records
Replies: 10
Views: 2074

Read my previous post.
by DSguru2B
Tue Dec 26, 2006 2:02 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: File with multiple records
Replies: 10
Views: 2074

Ok, i missed the part where you said "treat them as a single record". We still need two stage variables. counter | If cond then counter+1 else counter cond | If LEFT(In.Col1,3) = 250 then @TRUE else @FALSE Counter is initialized to 1 and cond intialized to @FALSE. No constraints. Again, orde...
by DSguru2B
Tue Dec 26, 2006 1:50 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: File with multiple records
Replies: 10
Views: 2074

Ok now i am confused. Do you want all the records in the output with a counter in the begining or you just want all the records between 100 and 250 as a single record with a prefixed counter :?
by DSguru2B
Tue Dec 26, 2006 11:02 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: File with multiple records
Replies: 10
Views: 2074

Heres what you can do Edward. Read the entire row as one record. That means specify the quote and delimiter as 000 and define one column say Col1. You need two stage variables. Say 'StgVar' and 'cond'. The initial value for StgVar is "" and for cond is @FALSE. Their derivations are as follows StgVar...
by DSguru2B
Tue Dec 26, 2006 8:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error in Stored Procedure Stage
Replies: 11
Views: 5035

The in parameters, i believe they are being fed to the STP stage via a sequential file, right ? Make sure there are no leading or trailing spaces.
by DSguru2B
Tue Dec 26, 2006 8:08 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: convert MM/DD/YYYY IN TO DD-MON-YYYY
Replies: 18
Views: 10421

chulett wrote:
Oh, and mark the thread as Resolved. :wink:
by DSguru2B
Tue Dec 26, 2006 7:39 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ETL Job Restartability
Replies: 5
Views: 1540

Compile or Reset. Both. Thanks Craig. You are officially my mentor. I think, this is the second time i made you my mentor, officially. :wink:
by DSguru2B
Tue Dec 26, 2006 7:38 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sequential Target file should not be created if it size is 0
Replies: 7
Views: 1974

Well atleast there is a workaround. Yea, i know, sometimes i presumme and over assume....