Where allowed to run:
|
Parameters Examples Error messages |
The Copyright (COPYRIGHT) command defines the text of a copyright statement to be added to a CL module.
Restrictions:
Top |
Keyword | Description | Choices | Notes |
---|---|---|---|
TEXT | Copyright text | Character value | Required, Positional 1 |
Top |
Specifies the copyright text to be inserted into the module.
Top |
Example 1: Setting the Copyright Text for a CL Module
COPYRIGHT TEXT('Copyright ACME Corp. 1995. All rights reserved.')
This command specifies the copyright text for the module being created. This text will be displayed when a user runs the Display Module (DSPMOD) command, specifying DETAIL(*COPYRIGHT), for the module.
Top |
None
Top |