To specify automatic single record locking:
 select fd-name
     assign to "muser.dat"
     lock mode is automatic.
  ...
     read fd-name
To specify automatic multiple record locking:
 select fd-name
     assign to "muser.dat"
     lock mode is automatic with lock on multiple records.
  ...
     read fd-name