No satya.... I didnt mean the data type... let me exlpain u wht im expecting...
I defined one UDD called UDD_Name which is of data type char(10)..
In SP , the parameters which are all having the data type char(10) i can use this UDD_Name commonly... any one can use this udd in that DB...
Now i want to fetch the SP Name and the UDD Name and its corresponding data type and Length...
I can get all these details in SQL using information Schema.... Like wise i need to fetch in DB2...
I hope Im clear ......