APPEND and APPENDX primary commands
The APPEND and APPENDX primary commands append to another data set from specified lines of the data in the current editor session.
Syntax
- userid.datasetname
- Name of fully-qualified data set to which lines of the data are to be appended.
- rt:applid:rname
- You can specify a CICS® resource
in place of a data set name, where:
- rt
- Resource type. Valid values are:
- FI
- For a CICS® file.
- TD
- For a Transient Data Queue.
- TS
- For a Temporary Storage Queue.
- applid
- The VTAM® applid of the CICS® system.
- rname
- The name of the resource.
- MQ:manager:queuename
- You can specify a MQ queue, where:
- manager
- The MQ manager to be used. If you specify a generic name, File Manager displays a list of matching managers to select from.
- queuename
- The queue to be used. If you specify a generic name, File Manager displays a list of matching queues to select from.
- from_label
- Label indicating first line to be appended to the member or data set.
- to_label
- Label indicating last line to be appended to the member or data set.