REQEXEC

Description

Sends the contents of the request buffer (for example, a TRANSFER statement, a SQL statement, or any other valid request) to run against the target database.

Syntax

Syntax varies with the programming language.

Parameters

The REQEXEC

command uses values from these SPAREA fields:

Examples

COBOL II

SET ADDRESS OF SQL-BUFFER    TO SQL-RPT-PTR.
 SET SPSQL                    TO SQL-RPT-PTR.
 CALL 'REQEXEC' USING SPAREA.

Usage