pmapct    ident
pmapct    alias    PMM$PRESET_CONVERSION_TABLE
.  PURPOSE:
.    This module defines the preset conversion table (used by procedures in
.    module pmm$default_loader_program_mgmt) which should in the JOB PAGED
.    LITERAL SECTION - this module should be deleted and definitions coded
.    in CYBIL in the aforementioned module when CYBIL handles 64 bit integer
.    constants.
.
.
. VAR
.   pmv$preset_conversion_table: [XDCL, #GATE, READ, oss$job_paged_literal]
.     array [pmt$initialization_value] of integer := [0,
.     0aaaaaaaaaaaaaaaa(16), 7000000000000000(16), 5000000000000000(16)];
.
.
joblit    SECTION  working,read,oss$job_paged_literal,0,8
          ref      joblit
joblit    alias    OSS$JOB_PAGED_LITERAL
.
          use      joblit
pmvpct    bss      0
zero      vfd,64   0
altone    vfd,64   0aaaaaaaaaaaaaaaa(16)
indef     vfd,64   07000000000000000(16)
inf       vfd,64   05000000000000000(16)
.
.
          defg     pmvpct
pmvpct    alias    PMV$PRESET_CONVERSION_TABLE
          end
