Previous Topic: RESET StatementNext Topic: WAIT Statement


SEND Statement

The SEND statement transmits data to a test application executing on another MVS system.

Syntax

SEND [[APPL(name1)] [COUNT(nn)] [LENGTH(bytes)] [QUAL(name2)]]

Parameters

APPL

Primary ID of the target test application. This ID must match the primary ID on the COMMTEST statement that creates the application.

Default Value: COMMTEST or previous value. See Notes.

COUNT

Number of times that data is sent.

Default: 1 or previous value. See Notes.

LENGTH

Size of the data block that is transmitted.

Default: 512

QUAL

Secondary ID of the target application. This ID must match the secondary ID on the COMMTEST statement that creates the target application.

Default Value: COMMTEST or previous value. See Notes.

Notes:

Example

To send data to test application TESTAPP SYS2, specify this statement as input to your LDMAMS job:

SEND APPL(TESTAPP) QUAL(SYS2)