Procedures Previous topic Chapter index Next topic

NULOS_RESUMEN

 

Input Parameters

(There are no input parameters)

 

Output Parameters

Parameter

Type

Description

PROCESO

CHAR(20)

 

NULOS

INTEGER

 

MINIMA_FECHA

DATE

 

MAXIMA_FECHA

DATE

 

 

Description

(There is no description for procedure NULOS_RESUMEN)

 

Definition

CREATE PROCEDURE NULOS_RESUMEN
RETURNS (
    PROCESO CHAR(20),
    NULOS INTEGER,
    MINIMA_FECHA DATE,
    MAXIMA_FECHA DATE)
AS
begin
  /* R.5.0.17 */
  suspend;
end

 

     Previous topic Chapter index Next topic