/********************************************************************* * * ROUTINE: PROFILE EXEC * * PURPOSE: Commands to run at logon or IPL to set up PSU environment * * DO NOT ERASE (unless you know what you are doing) * * CALLS: PSUSETUP EXEC to set up PSU environment * * AUTHOR: Computation Center, 04/06/87 * * REVISIONS: * 05/23/88 LRL Add EXECLOAD PSUPROF (commented out) * 02/20/89 CJS Add (QUIET to MEMLOAD * *********************************************************************/ address command /*** It is suggested that you DO NOT put commands before PSUSETUP. ****/ 'EXEC PSUSETUP' /* Set up for PSU, issue HELP PSUSETUP for details. */ /* Terminal setup and disk links are recommended here, Some examples are below. Remove comment delimiters and edit them to what you need: */ /* 'EXEC PRTDEST SET LINE AA TN WHITE' */ /* Set printer defaults */ /* 'CP SET PF10 RETRIEVE' */ /* Set retrieve key to PF 10. */ /* Alternative: XEDIT SETPF EXEC & put on your own disk.*/ /* 'CP TERM BREAKIN GUESTCTL' */ /* So msgs don't interrupt XEDIT */ /* 'CP TERM LINESIZE 255' */ /* Better even if screen is 80 */ /* 'ACCESS 101 B' */ /* Access my 101 disk as B. */ /* 'CP LINK RALPH 100 200 RR' */ /* Link to Ralph's 100 disk as 200. */ /* 'ACCESS 200 C' */ /* and access it as disk C. */ /* 'EXEC LAA SUSIE 101' */ /* Link and access Susie's 101 at */ /* next free address and disk mode */ /* (Faster to use LINK and ACCESS */ /* Next line to use PSUPROF instead of PROFILE for XEDIT */ /* 'EXECLOAD PSUPROF XEDIT N PROFILE XEDIT' */ /* After all your disks have been accessed, then load various EXECs and XEDIT macros into memory. To change, edit MEMLOAD FILELIST and save on your own disk. */ 'EXEC MEMLOAD (QUIET' /* Some final things you might want to do. Remove comment delimiters if you really want to do them. */ /* 'EXEC RDRLIST' */ /* Review mail files. */ /* 'EXEC PSUNEWS' */ /* View PSU news files. */