Procedures Previous topic Chapter index Next topic

SYS_INICIA_GENERADOR

 

Input Parameters

Parameter

Type

Description

GENERADOR

CHAR(31)

 

VALOR

INTEGER

 

 

Output Parameters

(There are no output parameters)

 

Description

(There is no description for procedure SYS_INICIA_GENERADOR)

 

Definition

CREATE PROCEDURE SYS_INICIA_GENERADOR(
    GENERADOR CHAR(31),
    VALOR INTEGER)
AS
begin
  /* R.5.0.17 */
  exit;
end

 

     Previous topic Chapter index Next topic