Error natural (1310) on NATURAL version 6.1

Hello

Please can help me.
I have a problem, natural v6.1 sends an error NAT 1310.
How can I fix this problem

From Natural’s list of Error Messages:

NAT1310 RETRY statement not allowed for this error number.

TEXT:
RETRY statement not allowed for this error number.
EXPL:

  1. A RETRY is only possible for database response code ‘145’. This
    response code indicates that a record which is to be read for update is
    currently in ‘hold’ status for another user. NAT3145 can only occur when
    the global option WH=OFF (wait hold) is in effect.
  2. NAT1310 can also occur under one of the following conditions if the
    response code is in fact ‘145’:
  • The object module which was active when ‘145’ was received does not
    contain an ON ERROR statement.
  • The RETRY statement executed in reaction to ‘145’ is not contained in
    the same object module as was active when the response code was
    received.
    Response code ‘145’ can only be handled by the object module which is
    active when the response code is received. When control is returned from
    that module, Natural automatically converts NAT3145 to NAT1310.
    ACTN:
    Check program and correct error.

Have you exhausted all the suggested causes listed above?

steve

From Natural’s list of Error Messages:

NAT1310 RETRY statement not allowed for this error number.

TEXT:
RETRY statement not allowed for this error number.
EXPL:

  1. A RETRY is only possible for database response code ‘145’. This
    response code indicates that a record which is to be read for update is
    currently in ‘hold’ status for another user. NAT3145 can only occur when
    the global option WH=OFF (wait hold) is in effect.
  2. NAT1310 can also occur under one of the following conditions if the
    response code is in fact ‘145’:
  • The object module which was active when ‘145’ was received does not
    contain an ON ERROR statement.
  • The RETRY statement executed in reaction to ‘145’ is not contained in
    the same object module as was active when the response code was
    received.
    Response code ‘145’ can only be handled by the object module which is
    active when the response code is received. When control is returned from
    that module, Natural automatically converts NAT3145 to NAT1310.
    ACTN:
    Check program and correct error.

Have you exhausted all the suggested causes listed above?

steve