Loading screen spaces

The LSCR immediate command loads screen spaces from disk storage to main storage.

By placing screen spaces in main storage using LSCR, you make them more available and more easily fetched. If a disk is not available, you can continue to invoke the screen spaces that you loaded into main storage.

The LSCR immediate command has the following format:
 LSCR cccccccc cccccccc . . . cccccccc
where cccccccc is a screen space name. You can specify one or more blank-separated screen space names, as can fit on the input line. In the following example, OMEGAMON® for IMS is instructed to load screen spaces ZZ1, ZZ2, and ZZ3 from disk to main storage.
 LSCR ZZ1 ZZ2 ZZ3