Search found 229 matches

by pnchowdary
Wed Aug 17, 2005 8:42 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: counter needs to be incremented by 1 with exactly 6 digit
Replies: 3
Views: 1091

Hi Pongal,

Alternatively, you can always store the number of rows read from source in a sequential file and read the file in a before job routine and populate your sequence number accordingly.
by pnchowdary
Wed Aug 17, 2005 7:22 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: C Stage PlugIn function "Get" required
Replies: 7
Views: 3559

Hi jetlim,

You need "ABAP Extract Pack for SAP R/3" plugin, if you want to extract data from SAP R/3. This plugin is a part of the SAP R/3 Pack sold seperately by Ascential.
by pnchowdary
Mon Aug 15, 2005 5:00 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Showing less data in the database
Replies: 13
Views: 4393

Hi Shivan,

Could you tell me how many rows you see on the link that goes into the transformer and how many rows you see on the link that goes out of the transformer?
by pnchowdary
Mon Aug 15, 2005 4:49 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Showing less data in the database
Replies: 13
Views: 4393

Hi Shivan,

After extracting data from SQL server and before loading into DB2, what tranformations are you applying to the data?
by pnchowdary
Mon Aug 15, 2005 4:27 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Showing less data in the database
Replies: 13
Views: 4393

Hi Shivan,

What exactly do you mean by "but i m just using grouping". Could you please eloborate on what you are exactly doing by grouping?
by pnchowdary
Mon Aug 15, 2005 4:06 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Showing less data in the database
Replies: 13
Views: 4393

Hi Shivan, 1) Check how many rows you are extracting from source( SQL server) 2) At each stage where you have a constraint, store the reject records in a reject file 3) Then finally, No of rows you are trying to load to target = No of rows you extracted from source + Total No of rows eliminated beca...
by pnchowdary
Mon Aug 15, 2005 3:03 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Return SIGN function
Replies: 6
Views: 1788

Hi NaveenD,

I believe even the Count function expects a string and therefore you would have to convert numeric to string to use that function.

Count Function "Counts the number of times a substring occurs in a string."

Please correct me, if I am wrong.
by pnchowdary
Mon Aug 15, 2005 2:48 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Return SIGN function
Replies: 6
Views: 1788

Hi NaveenD, You can convert the numeric field to a string and then use the substring function and check for a "-" sign in the first character of the string. Based on the result, you can apply your processing logic. Once your processing is done, you can convert the string back to numeric an...
by pnchowdary
Thu Aug 11, 2005 3:14 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Number of days between two dates.
Replies: 17
Views: 10526

Hi Anil,

How about the sdk Built-in transform DateGenericDateDiff. I am not sure whether it works on MVS edition, but give it a try.
by pnchowdary
Thu Aug 11, 2005 7:30 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Any String function to split the string into two substrings
Replies: 2
Views: 1210

Hi Balaid,

Like Arndw rightly pointed out, there are a lot of ways you can achieve your goal.

Here is one using Oconv

For Extracting Numbers

Code: Select all

X = Oconv(IN.INPUTSTRING,"MCN")
For Extracting Characters

Code: Select all

X = Oconv(IN.INPUTSTRING,"MCA")
by pnchowdary
Wed Aug 10, 2005 8:51 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Aggregate problem
Replies: 3
Views: 1094

Hi, If your datastage server is a Single Processor System, then you can use "In Process" row buffering and If your datastage server is a Multi Processor System, its advisable to use "Inter Process" row buffering. That being said, from your error "row too big for inter stage ...
by pnchowdary
Wed Aug 10, 2005 8:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Syntax of IsNull in Modify Stage
Replies: 3
Views: 3560

Hi dsxdev,

Try the below syntax

Code: Select all

AGE_OUT:string = NullToValue(AGE_IN,"-1")
by pnchowdary
Tue Aug 09, 2005 12:46 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Lookup works in 7.0 but fails in 7.0.1
Replies: 7
Views: 2614

Yes Vinodlakshmanan, you are exactly right.
by pnchowdary
Mon Aug 08, 2005 1:06 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to do file Attchement option for sending mail
Replies: 7
Views: 2684

...if you have DS 7.5 or above.
Oops, I forgot to mention that. Thanks Sai for adding it.
by pnchowdary
Mon Aug 08, 2005 10:27 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to do file Attchement option for sending mail
Replies: 7
Views: 2684

Hi Roshni,

You can attach the files in the Notification Activity Stage in the Job Sequencer.