Introduction MTB Statements File System Compiler Applications Reference Guide Index

Language Structure Data Division I/O Format Division Procedure Division Mnemonics

(TR)

Mnemonic: (TR)
Discussion: This mnemonic sets "transparent printing mode" (i.e., the printer driver does not append CR/LF to the end of each line).
Example:
a. 100 FORMAT (TR)
   .
   OPEN (1) "LP1"
   PRINT (1,100)

b. OPEN (1) "LP1"
   PRINT (1) (TR)