Search found 602 matches

by abc123
Thu May 31, 2007 12:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Strange warning from a sequential file load
Replies: 5
Views: 2862

Strange warning from a sequential file load

I have a very simple job with source and target sequential file stages. I have a 100 character Unix file with just 1 line. The columns are: A 10 B 10 C 50 D 30 On the Format tab of the source sequential file stage, I have: Record Level: Final Delimiter: None Record Deliiter: UNIX Newline Field Defau...
by abc123
Tue May 15, 2007 5:25 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Using PromoteSubRecord With Compare stage
Replies: 7
Views: 3203

Using PromoteSubRecord With Compare stage

I am using a compare stage to compare 2 identical files except for one value in one row. I have a promote subrecord after the compare stage and a sequential file stage after that. However, I cannot get the data that is output by the compare stage into the promote subrecord stage. I looked in the Dev...
by abc123
Sun May 13, 2007 11:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Preventing warnings for a reject link output file
Replies: 7
Views: 2434

Ray, the stage before the sequential file stage is a lookup stage. There is no way to set these properties in the output tab on the lookup stage because the output link is a reject link.
by abc123
Fri May 11, 2007 12:21 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Preventing warnings for a reject link output file
Replies: 7
Views: 2434

Yes, I did that already. I was looking for a solution without the transformer for performance reasons.
by abc123
Fri May 11, 2007 10:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Preventing warnings for a reject link output file
Replies: 7
Views: 2434

Preventing warnings for a reject link output file

How do you prevent warnings in a reject output file from a lookup? The properties "Null field value" and "Field width" are not editable in this situation.
by abc123
Thu May 03, 2007 7:58 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Writing to the same file in the same job
Replies: 13
Views: 5315

Writing to the same file in the same job

I would like to append lines to the same sequential file from 2 different stages in the same job. In my current job, the second stage does not write eventhough I have set the update mode append. If the first stage writes 5 lines, I would like the second one to append, for example, another 3 lines so...
by abc123
Tue May 01, 2007 4:21 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Removing non-alphanumeric characters using Convert function
Replies: 9
Views: 10682

Thanks Ray. It worked. Can you tell me if there is a way in PX jobs to only keep alphanumeric characters and strip everything else including non-printable characters without using a routine and Ascii codes?
by abc123
Tue May 01, 2007 3:00 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Removing non-alphanumeric characters using Convert function
Replies: 9
Views: 10682

DSGuru2B, thank you for your response. Yes, I am aware that Convert requires 3 arguments. I made a mistake in my first post. I was already doing the exact same thing that you posted. The error happens because of the 2 double quotes. If I put in a double quote as follows: Convert("~!@#$%^&*(...
by abc123
Tue May 01, 2007 2:22 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Removing non-alphanumeric characters using Convert function
Replies: 9
Views: 10682

Removing non-alphanumeric characters using Convert function

I am trying to remove all non-alphanumeric characters from a string. Two questions: 1)How do you do: Convert("""", MyString)? This does not compile. Gives a validation error. 2)Is there any way to do it in PX without writing a routine? I went through all the posts here but I don'...
by abc123
Fri Apr 27, 2007 8:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How do you write comments in the derivation of a transformer
Replies: 2
Views: 2051

How do you write comments in the derivation of a transformer

I have derivation code and I would like to explain it as well within the derivation. How do I do it?
by abc123
Tue Apr 24, 2007 11:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem in writing to AS400 DB2 tables from Datastage
Replies: 2
Views: 1143

I don't think it is a permission issue. I can write looggin in with this ID using iSeries Navigator directly.
by abc123
Mon Apr 23, 2007 3:02 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem in writing to AS400 DB2 tables from Datastage
Replies: 2
Views: 1143

Problem in writing to AS400 DB2 tables from Datastage

I can write to AS400 DB2 tables directly using iSeries navigator. So, permission is NOT an issue. I can also read using the same stage. However, I cannot write from Datastage using Oracle Enterprise stage. The error I get is: ODBC,0: [DataDirect][ODBC DB2 Wire Protocol driver][UDB DB2 for iSeries an...
by abc123
Fri Apr 13, 2007 12:49 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Retrieving data from AS400 DB2 tables into DSEE
Replies: 1
Views: 1084

Retrieving data from AS400 DB2 tables into DSEE

I am trying to connect to an AS400 system and retrieve data from DB2 tables using the DB2 UDB API stage. After going through the posts in this forum, I have concluded that I need to do the following. I would appreciate it if anybody could correct/help me in this regard: 1)I need DB2 Connect installe...
by abc123
Tue Mar 20, 2007 8:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Looking for help on a function
Replies: 3
Views: 1266

If you look for help on CurrentDate and CurrentTime, you won't find it.
by abc123
Mon Mar 19, 2007 10:18 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Looking for help on a function
Replies: 3
Views: 1266

Looking for help on a function

Every now and then, when I am looking for help on a function,
I cannot find it with a search in Help or any of the PDF files.
An example, would be CurrentDate or CurrentTime. Does anybody have
a solution for this?