CMD keyword
Use the CMD keyword to specify the IMS operator command to be issued to the IMS system.
The IMS command string cannot exceed 76 bytes. If you need to continue the command on the next line, use the plus sign (+) as a continuation character at the end of the first line. The plus sign removes leading blanks from the continuation line.
For more information, see Issuing-IMS-commands-from-the-Image-Copy-utility-job.
Uses | Required on the IMS control statement. |
---|---|
Related keywords | None |
Syntax | CMD(command) |
Values | For the value, specify the IMS command (1-76 alphanumeric characters). Surround the entire command with single quotes (‘) when spaces are included within the command. Surround the entire command with double quotes (') when single quotes are included within the command. |
Default | None |
Related topic