Header

The contents of the header are as follows:

/*-----------------------------------------------------------------*/
 | Enter the commands necessary for printing a file named &labtext |
 | to your printer.  Begin each command with x and end each        |
 | command with a semi-colon (;).                                  |
 |                                                                 |
 | For example, on VMS, to use a printer identified at your site   |
 | as CLN03B41, you could enter the command                        |
 |                                                                 |
 |      x print \&labtext/queue=cln03b41;                          |
 |                                                                 |
 | On MVS, to use a printer identified as C2700S2, you could enter |
 | the command                                                     |
 |                                                                 |
 |      x printoff (\&labtext) dest(c2700s2);                      |
 +-----------------------------------------------------------------*/
  Unless you delete the lines containing the header, the headerwill
  be stored with your commands.This is harmless but not necessary.