Quote:
Originally posted by Marcus_A
What do the manuals say?
|
Nothing about QMF...
and it say the syntax is call...but that don't work...
The code builds the proc just fine...but how do you execute it?
Code:
CALL QUERY_TAB('PERSON');
--CREATE PROCEDURE QUERY_TAB
--(IN TABNAME CHAR(18))
--LANGUAGE SQL
-- BEGIN
-- DECLARE V_NAME CHAR(18);
-- SELECT * FROM SYSIBM.SYSTABLES WHERE NAME = TABNAME;
-- END
Or can't you execute procs in QMF...I would understand why not...