{
{   The purpose of this request is to reinitialize the static data
{ of a single, previously loaded module.  All variables and addresses
{ that are local to the module will be reinitialized to the state they
{ were in when the module was loaded the first time.  No other modules
{ are affected.  This request is intended to be used by the COBOL Run
{ Time system in order to support the COBOL verbs CALL and CANCEL.
{
{      PMP$REINITIALIZE_MODULE (MODULE_NAME, STATUS)
{
{ MODULE_NAME: (input) This parameter specifies the name of the
{       module to be loaded. If more than one module with this
{       name has been loaded, the one that gets reinitialized
{       is undefined.
{
{ STATUS: (output) This parameter specifies the request status.
{       CONDITIONS:
{             lle$module_not_previous_loaded
{             lle$no_reinit_info_for_module
{             lle$premature_eof_on_module
{             lle$unknown_record_kind
