Previous Topic: @I$INTERNAL STATUSNext Topic: Input


Display VLS Library Index

VLS libraries are maintained with the installed utility VLSUTIL. Its functions are described in the CA IPC Implementation Guide. The VLSUTIL LIBRARY function lets you list the indexes of the current CA Ideal system's VLS libraries (source, object, or panel) and the space use statistics. The following command accesses the LIBRARY function online, directly from CA Ideal.

This function has the following format:

                              {@I$SRC   }
{DISPLAY} INDEX MEMBER USER   {@I$OBJ   }
{PRINT  }                     {@I$PNL   }
                              {@I$DVW   }
                              {@I$DAT   }
                              {@I$PLAN  }
                              {@I$ADRLIB}
@I$SRC

Displays or prints the index of the source library.

@I$OBJ

Displays or prints the index of the object library (including compiled panels).

@I$PNL

Displays or prints the index of the panel library.

@I$DVW

Displays or prints the index of the dataview object library (IDDVW).

@I$DAT

Displays or prints the index of the member library (IDDAT).

@I$PLAN

Displays or prints the index of the plan library (IDDVW or a site‑defined plan library).

@I$ADRLIB

Displays or prints the index of the library containing users' job statements, product messages, and help members, both user‑defined and product‑defined.

You can use this command to display the index when you suspect that a library is full, when the index was corrupted, or when the library appears to be out‑of‑sync with the dictionary facility.

Note: This command does not produce exactly the same space information as VLSUTIL.

Example