The object code file title construct specifies the name of the object code file that results from the compilation. The source file is assumed to be a card reader file named CARD. However, a file equation can be included in the compiler task equation list to cause a file with a different title or kind to be used instead.
Example
The following example will cause a source file titled COUNTER to be compiled. The resulting object code file will be titled OBJECT/COUNTER.
COMPILE OBJECT/COUNTER WITH PASCAL LIBRARY; COMPILER FILE CARD(TITLE = COUNTER, KIND = DISK);