Back to Table of Contents

To retrieve the state information, use the routine MF_CLIENT_STATE_RESTORE. 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_RESTORE"
           using client-id client-state 
                 client-length state-status

 ...


Copyright © 1998 Micro Focus Limited. All rights reserved.
This document and the proprietary marks and names used herein are protected by international law.