CREATE, CREATEX primary commands
The CREATE and CREATEX primary commands create another member or data set from specified lines of the data in the current editor session.
Syntax
- memname
- Name of member to be created.
- datasetname
- Name of data set to be created. The default High Level Qualifier (HLQ) is used. Typically, the default is the TSO PREFIX for your user ID.
- userid.datasetname
- Name of fully-qualified data set to be created.
- rt:applid:rname
- You can specify a CICS® Transient
Data Queue or CICS® Temporary
Storage Queue in place of a data set name, where:
- rt
- Resource type. Valid values are:
- 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 copied into the new member or data set.
- to_label
- Label indicating last line to be copied into the new member or data set.