vms_lnmdef module

(PYVMS LOGO) Python on OpenVMS

(go to: table of contents, index)

The 'vms_lnmdef' module contains constants and bitmasks that are defined in '$LNMDEF'. Access to details of the item-codes is possible from the 'pyvms' module.

The file VMSDEF_$LNMDEF.DAT is converted by the DCL procedure VMSDEF2MAR.COM to the file VMSDEF_$LNMDEF.MAR. This file is then run through the macro assembler by using the following command:

    $ @DMACRO_VMS VMSDEF_$LNMDEF.MAR
The resulting object file (VMSDEF_$LNMDEF.OBJ) is put into the object library in [.VMS.O_architecture]VMS_MACRO.OLB. ('architecture' is either 'ALPHA' or 'VAX').

@@ to be enhanced


(go to: table of contents, index)

01-MAR-1998 ZE.