HLASM Toolkit Feature Interactive Debug Facility User's Guide
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


LIBE (CMS and z/OS)

HLASM Toolkit Feature Interactive Debug Facility User's Guide
GC26-8709-07

Controls the source of the target program which IDF is to load.
Read syntax diagramSkip visual syntax diagram
>>-LIBE--file-name---------------------------------------------><

file-name
The file to be loaded.
z/VM
  • LIBE indicates that the target program should be loaded from an OS-style LOADLIB rather than from the usual CMS-style MODULE file.
    file-name
    The file name of the LOADLIB to be used.

    If this file name is not present in the list of files declared with the CMS GLOBAL LOADLIB command, it is added as the first library.

    $
    Indicates that the LOADLIB was declared through the CMS GLOBAL LOADLIB command.
z/OS
  • LIBE is used to explicitly control the loading of the target Load Module.
  • A single parameter is needed. It may be either:
    • The DD name of the PDS containing the Load Module.
    • $ to indicate that standard OS Load Module search order should be used.

The LIBE command may only be issued from the PROFILE macro, before loading the target program into storage.

Examples

SET LIBE $
SET LIBE mylib

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014