question describ as following:
writing a record to a sequential file: write out-record from ws-out-record.
does it need the same size (record length) for out-record and ws-out-record,
if out-record<ws-out-record then what's happen?
if out-record>ws-out-record then wha't happen?
thank you!