Your Browser is not longer supported

Please use Google Chrome, Mozilla Firefox or Microsoft Edge to view the page correctly
Loading...

{{viewport.spaceProperty.prod}}

SHOW-LIBRARY-STATUS - Display library status

&pagelevel(5)&pagelevel

This statement displays the status of the libraries used. LMSCONV outputs the following information on execution of the statement:

  • name of the library/libraries

  • status of the library/libraries (opened or closed)

  • assigned link name, if any

Format

SHOW-LIBRARY-STATUS                                                                                                                             

LIBRARY = *ALL / *STD / <filename 1..54 without-vers> / *LINK(...)


*LINK(...)



|

LINK-NAME = <structured-name 1..8>

Operands

LIBRARY = *ALL / *STD / <filename 1..54 without-vers> / *LINK(...)
The library whose status is to be displayed.

LIBRARY = *ALL
All libraries used are displayed.

LIBRARY = *STD
The global library opened by OPEN-LIBRARY is displayed.

LIBRARY = <filename 1..54 without-vers>
Name of the library whose status is to be displayed.

LIBRARY = *LINK(...)
The status of the library assigned via a link name is displayed.

LINK-NAME = <structured-name 1..8>
Link name of the library; this name was defined by means of /ADD-FILE-LINK prior to calling LMSCONV.

Example

Five different libraries were used during the LMSCONV session. One library was addressed via the link name LIB1:

//show-library-status
STATUS FILENAME                                             MODE    LINK
OPEN   :N:$USER.LMSPL.LIB                                   UPDATE
CLOSED :N:$USER.MODUL.LIB                                           LIB1
CLOSED :N:$USER.MACRO.LIB
CLOSED :N:$USER.QUELL.LIB
CLOSED :N:$USER.TEST.LIB