> ASN DR0:[3,64]=SYS$REMOTEMINC: > SET DEF SYS$REMOTEMINC > @RMDEVEL ; ; =========================================================== ; REMOTE/MINC Task Development Procedure ; Started at 15:40:29 on 20-DEC-1982 ; Host system is VAX/VMS ; =========================================================== ; ; You can get additional information by typing ESC in response ; to any question. ; ; ; During the sysgen and netgen procedures for REMOTE/MINC, ; you specified a target device and group UIC number for ; system. ; >*WHAT WAS THE TARGET DEVICE DURING SYSGEN AND NETGEN [S]: DR0 >*WHAT WAS THE GROUP UIC NUMBER SPECIFIED [O D:3]: ; ; Tasks developed using this procedure are destined to execute in ; a REMOTE/MINC node. This node is known to the network by a node ; name. ; >*[1:6] WHAT IS THE REMOTE/MINC TARGET NODE NAME [S]: OXYGEN ; ; Informational remarks during this procedure can be suppressed ; by answering yes to the following question. Note that error ; information is always displayed. ; >*SHOULD INFORMATIONAL REMARKS BE SUPPRESSED? [Y/N]: N ; ; End of execution breakpoints occur after the execution of the ; editor, compiler, task builder and the VMR task. You can request ; these breakpoints by answering yes to the following question. ; >*DO YOU WANT END-OF-EXECUTION (EOX) BREAKPOINTS? [Y/N]: Y ; ; Enter is the source file name of the target task. Do not enter the ; file extension as .FTN is assumed. ; >*WHAT IS THE TARGET TASK NAME [S]: RMDMO1 > ASN DR0:[3,64]11MTKB.TSK=TKB > ASN DR0:[3,64]11MVMR.TSK=VMR > SET UIC [1,4] > SET DEF [3,64] > ASN TT:=SYS$INPUT PREVIOUS LOGICAL NAME ASSIGNMENT REPLACED > EDT RMDMO1.FTN 1 PROGRAM RMDMO1 *QUIT ; ; Source editing complete. Ready to compile. ; >*DO YOU WANT TO CONTINUE , EXIT , PAUSE

, OR REPEAT [S]: > FOR RMDMO1,RMDMO1/-SP=RMDMO1.FTN > PURGE RMDMO1.LST ; ; Compilation complete. Ready to task build. ; >*DO YOU WANT TO CONTINUE , EXIT , PAUSE

, OR REPEAT [S]: > COPY RMDMO1.OBJ DR0:[3,64]RMDMO1.OBJ > PURGE RMDMO1.OBJ,DR0:[3,64]RMDMO1.OBJ %PURGE-I-NOFILPURG, no files purged for DR0:[3,64]RMDMO1.OBJ; > ASN DR0:=SY: > ASN DR0:=SY0: > ASN DR0:=LB: > ASN DR0:=LB0: > SET DEF DR0: > SET UIC [3,64] > TKB @RMTKB.TMP > DEL RMTKB.TMP;0 > SET PROT=WORLD:RWE RMDMO1.TSK > PURGE RMDMO1.TSK,RMDMO1.MAP ; ; Task build complete. Ready to update OXYGEN image. ; >*DO YOU WANT TO CONTINUE , EXIT , PAUSE

, OR REPEAT [S]: > DELETE SYS$SYSTEM:HLD.TMP;0 > VMR @RMVMR.TMP ; ; VMR process complete. Ready to downline load node OXYGEN ; >*DO YOU WANT TO CONTINUE , EXIT , PAUSE

, OR REPEAT [S]: > RUN SYS$SYSTEM:NCP > DELETE RMNCP.TMP;0 ; ; End of downline load. ; >*DO YOU WANT TO CONTINUE , EXIT , PAUSE

, OR REPEAT [S]: > SET UIC [1,4] > SET DEF DR0:[3,64] ; ; End of procedure. ; >