; ; R S T G E N . C M D ; ; Command file to build RSX to RSTS command terminal program (RST) ; Note that RST requires the full duplex terminal driver. ; .ENABLE SUBSTITUTION .SETS UIC .ASKS IN Specify distribution device (DDNN:) .IFT .SETS IN "'IN':" .ASKS DEV Specify network task device (DDNN:) .IFT .SETS DEV "'DEV':" .ASKN [1:377] GRP Specify Network group code .SETN BAS 0 .SETN LEN 0 .ASKS PAR What is the RST partition name (Default=GEN)? .IF PAR EQ "" .SETS PAR "GEN" .ASK MPL Are you building RST for RSX-11M-Plus .SETS SW "" .IFT MPL .SETS SW "/MU" SET /UIC=['GRP',24] .OPEN 'DEV'['GRP',24]RSTBLD.CMD .ENABLE DATA ; ; Build file for RST -- RSX to RSTS remote terminal ; 'DEV'['GRP',54]RST/PR:0'SW'= 'IN'[200,200]RST/LB:RST:RSTDAT:RSTINI:RSTACT:RSTDTRC LB:[1,1]VMLIB/LB:INIDM:EXTSK 'IN'[200,200]PMR/LB:PMRCON / PAR='PAR':'BAS':'LEN' TASK=...RST UIC=[1,1] PRI=65 UNITS=6 STACK=100 ; ALLOW 6 BUFFERS, EACH 520.+4 BYTES EXTTSK=6000 ; ; TRACE LUN ; GBLDEF=$TRLUN:6 // .DISABLE DATA .CLOSE TKB @'DEV'['GRP',24]RSTBLD PIP 'DEV'['GRP',24]RSTBLD.CMD/PU PIP 'DEV'['GRP',54]RST.TSK/PU SET /UIC='UIC'