Python on OpenVMS
(go to: table of contents,
index)
The 'vms_quidef' module contains constants and bitmasks that are defined
in '$QUIDEF'. Access to details of the item-codes is possible from the
'pyvms' module.
The file VMSDEF_$QUIDEF.DAT
is converted by the DCL procedure VMSDEF2MAR.COM
to the file
VMSDEF_$QUIDEF.MAR.
This file is then run through the macro assembler by using the following
command: $ @DMACRO_VMS VMSDEF_$QUIDEF.MAR
The resulting
object file (VMSDEF_$QUIDEF.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.