| Previous | 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 FORMcommand specifies the "default" print form to use with the/FORMqualifier; i.e., the /FORM qualifier will overrides the default print form by selecting a different print form. Use theSET NOFORMcommand to indicate that a print form may only be selected with the/FORMqualifier.Contact your system manager or use the DCL command
SHOW QUEUE/FORMto determine the valid form names which you may use.
In the following example, the
SET FORMcommand 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 |