====== pears.NetTestLoop ====== Generated schema reference. Regenerate this page from the SQL unload; keep hand-maintained business notes in the narrative namespace. ===== Original SQL ===== create procedure "pears"."NetTestLoop"( in "pWebUserID" char(20),in "pReturn" char(250) ) result( "pResult" char(250) ) // IQXWeb - for automated testing begin select "pReturn" end go COMMENT TO PRESERVE FORMAT ON PROCEDURE "pears"."NetTestLoop" IS {create PROCEDURE pears."NetTestLoop"( in pWebUserID char(20), in pReturn char(250) ) result(pResult char(250)) // IQXWeb - for automated testing BEGIN select pReturn END }