To allocate a client id, use the MF_CLIENT_STATE_ALLOCATE 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.
...
procedure division.
...
call "MF_CLIENT_STATE_ALLOCATE"
using client-id client-length state-status
...
The MF_CLIENT_STATE_ALLOCATE does two things:
Copyright © 1997 Micro Focus Limited. All rights
reserved.
This document and the
proprietary marks and names
used herein are protected by international law.