A MAKEUSER statement
The semicolon is particularly useful when MAKEUSER is run from an interactive terminal, because it causes MAKEUSER to respond to each statement after it is transmitted.
Data units for the MAKEUSER program consist of
-
Segments
-
Definitions
-
Control statements
Each of these units is introduced by a reserved keyword, as described in MAKEUSER Program Units.
Table 50. MAKEUSER Program Units
Units |
Keywords |
Function |
---|---|---|
USER segment |
USER MU |
Specifies data for a user entry. Specifies data for the MAKEUSER prototype entry. |
REMOTEUSER segment |
REMOTEUSER |
Specifies data for remote user entries. |
PRIVILEGE segment |
PRIVILEGES |
Specifies privileges to be associated with attribute modification. |
KERBEROS segment |
KERBEROS |
Specifies data for Kerberos entries. |
Definitions |
DEFINE DEFAULT |
Permits definition of abbreviations. Provides automatic invocation of defines. |
Control statements |
CREATE |
Establishes a mode to create a new USERDATAFILE. |
ACCESS |
Enables the production of reports. |
|
COPY |
Causes the USERDATAFILE to be copied. |
|
RECALL |
Reinstates a previously saved USERDATAFILE. |
|
END |
Terminates MAKEUSER input. |
|
BYE |
Terminates MAKEUSER input. |
|
QUIT |
Terminates MAKEUSER input. |
Examples
MAKEUSER Statement Examples shows examples of MAKEUSER statements.
Table 51. MAKEUSER Statement Examples