The MVS function package provides the two tools "Copy MVS File to Clipboard" and "Paste MVS File from Clipboard" for copy/paste support. The tools only work if executed on linked MVS element types.
Copy and paste is supported for the following scenarios:
By default, the tool “Paste MVS File from Clipboard” triggers an asynchronous transfer operation. The copied file(s) might not be available immediately after the tool was executed. This means additional tools in the same action as the paste tool might not have access to the pasted element.
This behavior can be overwritten by the following tool attribute of the tool "Paste MVS File from Clipboard".
Attribute | Type | Description |
---|---|---|
Run synchronously | Boolean |
If true, the paste operation will run synchronously with other tools of the action. If false, the paste operation runs asynchronously with other tools of the action. The default value is false. |
Micro Focus recommends that you leave the tool attribute “Run synchronously” set to false if the tool is the sole tool of the paste action. Otherwise, your should set the attribute “Run synchronously” to true.