.title PARAMS Static parameters for IAF .ident /V1.00/ .sbttl Documentation ; ; This is where the parameters that you may want to change ; are defined for IAF. ; ; Eric F. Richards ; 23-Apr-86 ; Gould OSD VAXcluster VMS V4.3 ; .sbttl Macro .macro name, lbl, text ; macro for defining the name 'lbl':: .ascii /'text'/ ; define the name 'lbl'_len == . - 'lbl' ; define its length .endm name ; that it! .sbttl Data areas .disable traceback, debug .psect $pdata, noexe, nowrt, long, pic, shr name libname ; help library name name iafname ; IAF file name .end ; that's it