Input Parameters
(There are no input parameters)
Output Parameters
Parameter | Type | Description |
---|---|---|
CODIGO |
CHAR(20) |
|
VALOR |
CHAR(20) |
|
Description
(There is no description for procedure SYS_SISTEMA)
Definition
CREATE PROCEDURE SYS_SISTEMA
RETURNS (
CODIGO CHAR(20),
VALOR CHAR(20))
AS
begin
/* R.5.0.17 */
suspend;
end
![]() ![]() ![]() |