r ~msg/address # # this ed script converts the ~msg/address file into a DCL command file which # runs authorize to update each account to allow the tools to run. the # results are written to a file sysuaf.mod. this ed script is invoked by # toolgen.com during the original configuration of the system. # # # eliminate everything after the user name # g/%/s/ ?*$// # # add the default account at the top # 0a default . # # now modify each line to update the account # g/%/s//MODIFY / g/$/s::/PRCLM=10/BYTLM=30000/TQELM=40/PGFL=5120/FILLM=75: # # now add headers and trailers for DCL command file # 1i $ SET DEF SYS$SYSTEM $ RUN AUTHORIZE . $a LIST EXIT $ SET DEF SYS_TOOLS . w st_bin:sysuaf.mod q