Previous | Next | Contents | Index |
Specify the default print form.
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 FORM form-name
SET NOFORM
SHOW FORM
Qualifiers Defaults /ALL /NOALL /LOG /NOLOG /UIC="[g,m]" None /USER=username None
form-name
Required parameter specifying the print form to use.
The
SET FORM
command specifies the "default" print form to use with the/FORM
qualifier; i.e., the /FORM qualifier will overrides the default print form by selecting a different print form. Use theSET NOFORM
command to indicate that a print form may only be selected with the/FORM
qualifier.Contact your system manager or use the DCL command
SHOW QUEUE/FORM
to determine the valid form names which you may use.
In the following example, the
SET FORM
command is used to set the default print form to LANDSCAPE.
EMAIL> SET FORM LANDSCAPE EMAIL> SHOW FORM Your default print form is LANDSCAPE. EMAIL>
Previous | Next | Contents | Index |