Previous Topic: QUERY StatementNext Topic: REPRO Statement


RECEIVE Statement

The RECEIVE statement retrieves data that a test application running on another system sent.

Syntax

RECEIVE [COUNT(nn)]...

Parameters

nn

Number of times that data is received. This value must match the value for the COUNT parameter on the SEND statement for the test application transmitting the data.

Default: 1 or previous value.

Notes:

Example

To receive all test data, specify this statement as input to your LDMAMS job:

RECEIVE