Procedures Previous topic Chapter index Next topic

GO_GENERADOR_PARCIAL

 

Input Parameters

(There are no input parameters)

 

Output Parameters

Parameter

Type

Description

RESULTADO

CHAR(20)

 

 

Description

(There is no description for procedure GO_GENERADOR_PARCIAL)

 

Definition

CREATE PROCEDURE GO_GENERADOR_PARCIAL
RETURNS (
    RESULTADO CHAR(20))
AS
begin
  /* R.5.0.17 */
  suspend;
end

 

     Previous topic Chapter index Next topic