by CPANTX » Wed Sep 01, 2010 12:58 pm
SEND MAP command is an EXEC CICS command used to send:
1. the physical map,
2. the symbolic map,
3. both maps together.
The command is:
EXEC CICS SEND
MAP ('mapname')
MAPSET ('mapset name')
[MAPONLY/DATAONLY]
[FROM (data area)]
[ERASE/ERASEUP]
END-EXEC.
MAPONLY specifies only physical map to be sent and DATAONLY specifies only symbolic map to be sent. To send both maps together, omit both.