Procedures Previous topic Chapter index Next topic

GO_CERRAR_CDP

 

Input Parameters

Parameter

Type

Description

CDP_

CHAR(20)

 

 

Output Parameters

(There are no output parameters)

 

Description

(There is no description for procedure GO_CERRAR_CDP)

 

Definition

CREATE PROCEDURE GO_CERRAR_CDP(
    CDP_ CHAR(20))
AS
begin
  /* R.5.0.17 */
  exit;
end

 

     Previous topic Chapter index Next topic