The SEND statement transmits data to a test application executing on another MVS system.
SEND [[APPL(name1)] [COUNT(nn)] [LENGTH(bytes)] [QUAL(name2)]]
Represents the 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.
Represents the number of times that data will be sent.
Default Value: 1 or previous value ‑ see Notes.
Represents the size of the data block that will be transmitted.
Default Value: 512
Represents the 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 © 2012 CA. All rights reserved. | Tell Technical Publications how we can improve this information |