Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

db2look

Status
Not open for further replies.

oana12

Programmer
Jan 6, 2005
21
0
0
CA
Hi,
I used db2look to generate a DDL file but for procedure give me this type
CREATE PROCEDURE "x "."ffddffd"
(
IN V_PCHARGEID INTEGER
)
DYNAMIC RESULT SETS 1
SPECIFIC SQL050222142447354
EXTERNAL NAME 'db2pvm!pvm_entry'
LANGUAGE SQL
PARAMETER STYLE GNRLNULL
NOT DETERMINISTIC
NOT FENCED NOT THREADSAFE
MODIFIES SQL DATA
NO DBINFO;

Why I don't have the code for the procedure?
I used this command
db2look -d database -i creator -e -o c:\myfile.sql

Did I forgot something?
Thanks
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top