RESCHECK

Description

Checks for multiple results from the execution of its SQL request(s).

Syntax

Syntax varies with the programming language.

Parameters

RESCHECK

The RESCHECK command uses the value from the SPAREA field SPSTATUS (see “SPSTATUS”), which specifies the status of the results returned.

Examples

COBOL II

CALL 'RESCHECK' USING SPAREA.

Usage