CSV701I   RTLS LOGICAL text

Explanation

Where text is:
IN PARMLIB MEMBER=memname ON LINE
line-number
LOGICAL LIBRARY name VERSION version HAS
BEEN {ADDED TO | REPLACED IN} RTLS.
[ALL REQUESTED MODULES PRELOADED TO
COMMON]
[STORAGE LIMIT REACHED IN PRELOADING
MODULES TO COMMON]
[NO PRELOADING OF MODULES WAS REQUESTED.]
[MODULE modname NOT PRELOADED - reason]
[MODULE modname NOT PRELOADED -
ABEND=compcode REASON=reason]
[MODULE modname NOT PRELOADED - reason]

The system successfully processed a LOGICAL statement in a CSVRTLxx member. The message indicates whether or not all the requested modules were preloaded, and displays any error cases.

In the message text:
memname
The name of the parmlib member in which the statement being processed was found
line-number
The number of the line in parmlib member memname containing the statement
name
The name of the logical library
version
The version of the logical library
modname
The name of the load module
reason
The reason the load module was not preloaded. reason is one of the following:
NOT FOUND
The load module could not be found.
DUPLICATE
The load module is a duplicate of another load module specified in the LOGICAL statement.
CACHE IS FULL
The common area cache is full.
UNEXPECTED ABEND
An unexpected abend occurred.
NOT REENTRANT
The module is not reentrant.
compcode
The system completion code that would have resulted if the system had issued an abend rather than providing return information when it processed modname.

System action

The system continues processing.

Operator response

To determine which modules were preloaded, you can issue DISPLAY RTLS,LOGICAL,LIBRARY=l,VERSION=v,MODULES=m which will list all of the modules, indicating those for which preloading was requested and those for which preloading was successful. Notify the system programmer of any error cases.

System programmer response

Depending on the reason displayed for an error case, do one of the following:
NOT FOUND or DUPLICATE
Make sure that you specified the proper load module name.
CACHE IS FULL
Change the cache size or the list of load modules so that all required modules are cached.
NOT REENTRANT
Linkedit the load module with the reentrant attribute.
UNEXPECTED ABEND
Search problem reporting databases for a fix for the problem. If no fix exists, contact the IBM® Support Center.

Module

CSVRTACT

Source

Contents supervision (CSV)

Routing Code

10

Descriptor Code

5