Your Browser is not longer supported

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

{{viewport.spaceProperty.prod}}

ASSIGN-PRODAMP-LIBRARIES Assign libraries for PRODAMP compiler and PRODAMP editor

&pagelevel(5)&pagelevel

The ASSIGN-PRODAMP-LIBRARIES statement is used to assign one library each for PRODAMP source files and PRODAMP objects.

Format

ASSIGN-PRODAMP-LIBRARIES

SOURCE-LIBRARY = *UNCHANGED / *STD / <filename 1..54 without-gen-vers>/

                                    *PRODAMP-SYSTEM-LIBRARY

,OBJECT-LIBRARY = *UNCHANGED / *STD / *SOURCE-LIBRARY / <filename 1..54 without-gen-vers> /

   *PRODAMP-SYSTEM-LIBRARY

Operands

SOURCE-LIBRARY = *UNCHANGED / *STD / <filename 1..54 without-gen-vers> / *PRODAMP-SYSTEM-LIBRARY
Specifies the name of the library the PRODAMP editor is to use when locating and storing PRODAMP source files.

SOURCE-LIBRARY = *UNCHANGED
The current name of the library is not changed.

SOURCE-LIBRARY = *STD
The user library defined in the OPTION window for which the standard SYS.USRDMP.DAMP.<ver> is specified is selected.

SOURCE-LIBRARY = <filename 1..54 without-gen-vers>
The specified library name is used for the PRODAMP sources.

SOURCE-LIBRARY = *PRODAMP-SYSTEM-LIBRARY
Designates the PRODAMP system library. For standard installations, this is the library $TSOS.SYSDMP.DAMP.

OBJECT-LIBRARY = *UNCHANGED / *STD / *SOURCE-LIBRARY /<filename 1..54 without-gen-vers> / *PRODAMP-SYSTEM-LIBRARY
Specifies the name of the library to be used by the PRODAMP compiler for storing PRODAMP objects and by the PRODAMP runtime system when loading PRODAMP objects.

OBJECT-LIBRARY = *UNCHANGED
The current name of the library is not changed.

OBJECT-LIBRARY = *STD
The user library defined in the OPTION window for which the standard SYS.USRDMP.DAMP.<ver> is specified is selected.

OBJECT-LIBRARY = *SOURCE-LIBRARY
Source library and object library are identical.

OBJECT-LIBRARY = <filename 1..54 without-gen-vers>
The specified library name is used for the PRODAMP objects.

OBJECT-LIBRARY = PRODAMP-SYSTEM-LIBRARY
Designates the PRODAMP system library. For standard installations, this is the library $TSOS.SYSDMP.DAMP.

Examples

ASSIGN-PRODAMP-LIBRARIES SOURCE=LIB.FOR.PRODAMP, OBJECT=*SOURCE
ASSIGN MY-SOURCE-LIB, MY-OBJECT-LIB