PMDF User's Guide
OpenVMS Edition


Previous Next Contents Index


SET & SHOW FORM

Specify the default print form.

restrictions

Requires SYSPRV privilege to set information for users other than yourself; requires SYSPRV or SYSNAM privilege to show information about users other than yourself.

Syntax

SET FORM form-name

SET NOFORM

SHOW FORM

Qualifiers Defaults
/ALL /NOALL
/LOG /NOLOG
/UIC="[g,m]" None
/USER=username None

Parameters

form-name

Required parameter specifying the print form to use.

Description

The SET FORM command specifies the "default" print form to use with the PRINT command. This default form will only be selected when the PRINT command is issued without the /FORM qualifier; i.e., the /FORM qualifier will overrides the default print form by selecting a different print form. Use the SET 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.


Examples

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