ILE RPG Language Reference


THREAD(*SERIALIZE)

If THREAD(*SERIALIZE) is specified, access to the procedures in the module is serialized. When called in a multithreaded environment, any code within the module can be used by at most one thread at a time.


[ Top of Page | Previous Page | Next Page | Contents | Index ]