Introduction | Language Structure | IB Statements | File System | Comet 32 Runtime | Index |
Mnemonic:
| (Spool Message=string-argument) |
| Discussion: |
For legacy spool jobs (QSPOOL) the (Spool Message) mnemonic appends an identification message to a job in the
Comet print spooler.
Beginning in Comet 2005, it may be used with pdf, htm, or txt printers to specify the name of the document file for type "X" archives. The string-argument is a string constant or variable with a maximum length of 50 bytes. |
| History: | This mnemonic was added in Comet version 504.208 and requires an up-to-date version of the MTB50 file. |
| Example: |
OPEN (1) "SP1" PRINT (1) (SPOOL MESSAGE="Sales Report") |