You can now update the information in the state file using the MF_CLIENT_STATE_SAVE routine. For example:
working-storage section.
...
01 client-id pic x(30).
01 client-length pic xxxx comp-x.
01 state-status pic x comp-x.
01 client-state.
03 ...*> You can define any format for
*> client-state records. Store the
*> length in the client-length field.
...
procedure division.
...
call "MF_CLIENT_STATE_SAVE"
using client-id client-state
client-length state-status
...
Copyright © 1997 Micro Focus Limited. All rights
reserved.
This document and the
proprietary marks and names
used herein are protected by international law.