Record is
对于固定记录长度文件,必须通过 record is 说明符来指定记录长度。
语法:
Record is n
Record is line
Record is n lines
参数:
参数 | 说明 |
---|---|
n | 指定记录长度(以字节为单位)。 |
line | 指定记录长度(以一行为单位)。 |
n lines | 指定记录长度(以行为单位),其中 n 是一个正整数,表示记录长度。 |
限制:
record is 说明符仅用于 fix 文件。