.ax Building MAC @RNOASM .le;Copy all the object files into one file. .i +10 >PIP RNO.OJB=*.OBJ .le;Replace the modules in the library. .i +10 >LBR RNO.OLB/RP=RNO.OJB .le;Edit RNOBLM.CMD for systems having a resident FCSRES. .le;Task build RUNOFF. .i +10 >TKB @RNOBLM .le;Copy to system task UIC. .i +10 >PIP [1,54]/NV=RNO.TSK .le;Copy the message file. .i +10 >PIP LB:[1,2]RNOERR.MSG=RNOERR.MSG .i +10 >PIP LB:[1,2]RNOERR.MSG/PR/WO:R .le;Install the task. .i +10 >INS RNO/TASK=...RNO .els At this point, RUNOFF is ready for use. To obtain a copy of the user's manual, type: .i +10 >RNO @RNO This will generate RUNOFF.TOC and RUNOFF.DOC. The TOC file is, of course, the Table of Contents file, and the DOC file is the output listing file. .hl 1 MAC @RNOASM .le;Copy all the object files into one file. .i +10 MCR>PIP RNO.OJB=*.OBJ .le;Replace the modules in the library. .i +10 MCR>LBR RNO.OLB/RP=RNO.OJB .le;Task build RUNOFF. .i +10 MCR>TKB @RNOBLD .le;Copy to system task UIC. .i +10 MCR>PIP [11,1]/NV=RNO.TSK .le;Copy the message file. .i +10 MCR>PIP SY:[1,2]RNOERR.MSG=RNOERR.MSG .i +10 MCR>PIP SY:[1,2]RNOERR.MSG/PR/WO:R .le;Install the task. .i +10 MCR>INS SY:[11,1]RNO/TASK=...RNO .els At this point, RUNOFF is ready for use. To obtain a copy of the user's manual, type: .i +10 >RNO @RNO This will generate RUNOFF.TOC and RUNOFF.LST. The TOC file is, of course, the Table of Contents file, and the LST file is the output listing file. .hl 1 MCR .le;Assemble the source modules. .i +10 PDS>>MAC @RNOASM .le;Copy all the object files into one file. .i +10 PDS>>PIP RNO.OJB=*.OBJ .le;Replace the modules in the library. .i +10 PDS>>LBR RNO.OLB/RP=RNO.OJB .le;Task build RUNOFF. .i +10 PDS>>TKB @RNOBLD .le;Copy to system task UIC. .i +10 PDS>>PIP LB:[11,1]/NV=RNO.TSK .le;Copy the message file. .i +10 PDS>>PIP LB:[1,2]RNOERR.MSG=RNOERR.MSG .i +10 PDS>>PIP LB:[1,2]RNOERR.MSG/PR/WO:R .le;Install the task. .i +10 PDS>>INS LB:[11,1]RNO/TASK=%$%$%$RNO .els At this point, RUNOFF is ready for use. To obtain a copy of the user's manual, type: .i +10 PDS>RNO @RNO This will generate RUNOFF.TOC and RUNOFF.LST. The TOC file is, of course, the Table of Contents file, and the LST file is the output listing file.