OFINI
;------------------ start of AlphaCALC & AlphaWRITE common area -------------
OFDEF H.VER,PH.SIZ ; document version number
OFDEF H.SIZE,4. ; size of document header in bytes
OFDEF H.DESC,60. ; description
OFDEF H.AUTH,20. ; author
OFDEF H.DEPT,6. ; department
OFDEF H.OPR,20. ; operator name
OFDEF H.PROT,1. ; document protection type
OFDEF H.ENCR,1. ; encryption type
OFDEF H.PASS,10. ; password
OFDEF H.DCRT,4. ; date created
OFDEF H.TCRT,4. ; time created
OFDEF H.DREV,4. ; date last revised
OFDEF H.TREV,4. ; time last revised
OFDEF H.NREV,2. ; number of times revised
OFDEF H.VREV,4. ; version of program when last revised
OFDEF H.DPRT,4. ; date last printed
OFDEF H.TPRT,4. ; time last printed
OFDEF H.NPRT,2. ; number of times printed
OFDEF H.EPRT,4. ; elapsed time to print document
OFDEF H.TIMO,4. ; total time open
OFDEF H.KEYS,4. ; total keystrokes
OFDEF H.LTXT,8. ; lines of text per page
OFDEF H.LTM,8. ; lines in top margin
OFDEF H.LPP,8. ; lines per page (total)
OFDEF H.CPI,8. ; characters per inch (pitch)
OFDEF H.RJST,8. ; right justification
OFDEF H.WSPC,8. ; word spacing
OFDEF H.LPI,8. ; lines per inch
OFDEF H.LSPC,8. ; line spacing (in 1/2 lines)
OFDEF H.LPO,8. ; left paper offset
OFDEF H.BHED,8. ; spaces after title
OFDEF H.BFOT,8. ; spaces before footer
OFDEF H.OUTF,8. ; outline format
OFDEF H.FORM,8. ; printer form name
OFDEF H.LBFTN,8. ; lines before footnote [177]
OFDEF H.TFTN,2. ; type of footnote [177]
OFDEF H.FLS,2. ; footnote line separator [177]
OFDEF H.KERN,2 ; kerning (None, Light, Medium, Heavy)
OFDEF H.TXTSIZ,2 ; size of text on a page (points)
OFDEF H.TOPMGN,2 ; size of top margin (points)
OFDEF H.PAGSIZ,2 ; size of total page (points)
OFDEF H.PITCH,2 ; width of average character (points)
OFDEF H.LEAD,2 ; leading (points)
OFDEF H.LINSPC,2 ; line spacing (points)
OFDEF H.LFTOFF,2 ; left paper offset (points)
OFDEF H.TTLSIZ,2 ; space after title (points)
OFDEF H.FTRSIZ,2 ; space after footer (points)
OFDEF H.FTNSIZ,2 ; space before footnotes (points)
OFDEF H.ORIENT,2 ; orientation (P or L)
OFDEF H.FORMAT,2 ; formatted Y/N
OFDEF H.PAGCNT,2 ; total pages after last pagination
OFDEF H.DOCFMT,1 ; document format
OFDEF H.SPAR,0 ; SPARE
OFSIZ S..HDR ; size of header
S..HDR=510. ; header size is 510.