Record is
若是固定記錄長度檔案,必須透過 record is 規範指定記錄長度。
語法:
Record is n
Record is line
Record is n lines
引數:
| 引數 | 描述 |
|---|---|
| n | 指定記錄長度 (以位元組為單位)。 |
| line | 指定記錄長度 (作為一行)。 |
| n lines | 指定記錄長度 (以行數為單位),其中 n 是代表記錄長度的正整數。 |
限制:
record is 規範只與 fix 檔案有關。