Introduction MTB Statements File System Compiler Applications Reference Guide Index

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

FILE (lun) DLM=delimiter string

Syntax: FILE (lun) DLM=delimiter string
Discussion: This statement is used to set the mode for the asynchronous device such that the read is satisfied when the specified character is received, where DLM string is a one-byte character. Note that the default mode for asynchronous devices is DLM="@0D@" (i.e., a carriage return character).

See FILE.