Deletes a form (for printer or terminal queues) previously established with the DEFINE/FORM command. The /FORM qualifier is required. Requires OPER (operator) privilege. Format DELETE/FORM form-name
1 – Parameter
form-name Specifies the name of the form to be deleted.
2 – Qualifier
2.1 /LOG
/LOG /NOLOG (default) Controls whether the DELETE/FORM command displays the name of each form after its deletion.
3 – Examples
1.$ DELETE/FORM CENTER The DELETE/FORM command in this example deletes the form named CENTER. 2.$ DEFINE/FORM - _$ /DESCRIPTION="letter size continuous form paper" CFLET 7 . . . $ DELETE/FORM CFLET $ DEFINE/FORM - _$ /DESCRIPTION="letter size continuous form paper" LETTER_CONT 7 The DEFINE/FORM command in this example establishes the form CFLET with number 7 to mean continuous-form paper 8.5 inches by 11 inches. To change the name of the form, delete the form named CFLET and define a new one named LETTER_CONT.