Controls whether or not you are prompted for a Cc: address when sending mail.
Requires SYSPRV privilege to set information for users other than yourself; requires SYSPRV or SYSNAM privilege to show information about users other than yourself.
SET CC_PROMPT
SET NOCC_PROMPT
SHOW CC_PROMPT
Qualifiers Defaults /LOG /NOLOG /UIC="[g,m]" None /USER=username None
None.
When you send a mail message, you ordinarily have to specify the /CC qualifier in order to be prompted for Cc: addresses. With the SET CC_PROMPT command, you request that you automatically be prompted for Cc: addresses when sending mail.
In the following example, default Cc: prompting is enabled with the SET CC_PROMPT command.
EMAIL> SET CC_PROMPT EMAIL> SHOW CC_PROMPT CC prompting is enabled. EMAIL> SEND To: BOB Cc: SUE,BETTY Subject: . . .