The SEND statement transmits data to a test application executing on another MVS system.
SEND [[APPL(name1)] [COUNT(nn)] [LENGTH(bytes)] [QUAL(name2)]]
Parameters
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.
Number of times that data is sent.
Default: 1 or previous value. See Notes.
Size of the data block that is transmitted.
Default: 512
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)
Copyright © 2014 CA Technologies.
All rights reserved.
|
|