! ... Require file 'BLFVMS.REQ' ... ! ! ! ! !++ ! Macros: !-- MACRO msg (l, s) = %IF %LENGTH EQL 1 %THEN $xpo_put ( ! string = (%CHARCOUNT (l), CH$PTR (UPLIT (l))), ! iob = tty_iob) %ELSE $xpo_put (, ! string = (l, s), ! iob = tty) %FI %; $FIELD $blf$cmd_fields = SET blf$t_input = [$DESCRIPTOR (FIXED)], ! Input file descriptor. blf$t_output = [$DESCRIPTOR (FIXED)], ! Output file descriptor. blf$t_listing = [$DESCRIPTOR (FIXED)], ! Listing file descriptor. blf$v_output = [$BIT], ! Generate an output file. blf$v_listing = [$BIT] ! Generate a listing file. TES; LITERAL max_qual_bit = 2, ! /LISTING and /OUTPUT blf$k_cmd_len = $FIELD_SET_SIZE; MACRO $blf_cmd = BLOCK [ blf$k_cmd_len ] FIELD ( $blf$cmd_fields ) %; ! ! ! ... End of require file 'BLFVMS.REQ' ...