home *** CD-ROM | disk | FTP | other *** search
/ Hacker Chronicles 1 / HACKER1.ISO / hack / mish23.txt < prev    next >
Text File  |  1992-03-04  |  13KB  |  337 lines

  1.  
  2.                       WELCOME TO THE WORLD OF "V A X"
  3.           You will find within the following pages some basically 
  4.         accurate and somewhat useful information on using the VAX-D.  
  5.         The extent of what is given is GUARNTEED to be enough to get 
  6.         you onto the VAX SYSTEM and far enough along to get into some 
  7.         real trouble. Once you have advanced to this plateau of 
  8.         expertise..............GOOD LUCK..!!!!!
  9.  
  10.  
  11. Let's get started:
  12.  
  13.         1. The first operation you need to perform is to..
  14.            turn the terminal on.  You will find a switch 
  15.            located on the right side just underneath the 
  16.            keyboard.....FLIP IT.!
  17.  
  18.         2. Now if the terminal has responded with a 'BEEP'
  19.            (That is it's way of saying HELLO ..)
  20.         
  21.         
  22.         3. First it wants to know 'WHICH SYSTEM WOULD YOU LIKE?'.
  23.              Since it is trying to be friendly let's cooperate.
  24.              At this point, you need to type 'VAXD'.
  25.  
  26.            IT will now ask you for a 'USERNAME'
  27.              (this is the number that your instructor (hopefully)
  28.              has given you)  It will begin with a 'D' followed by
  29.              six numbers beginning with '35????'. ENTER IT.!
  30.  
  31.            The next response you should expect is 'PASSWORD'
  32.              followed by a string of X's.  At this point you
  33.              will enter the remaining four characters or numbers
  34.              that your instructor should have given you.
  35.  
  36.            Since your password has been entered, VAX will print
  37.              a second string of X's (this is supposed to gobble
  38.              up your password so no one else can see it....but
  39.              then nobody's perfect), followed by a few lines of
  40.              garbage such as Good morning/afternoon! (depending
  41.              on the time of day obviously) something about NEWS
  42.              (this can be read when you need to look busy and
  43.              have nothing else to do!), and last but not least
  44.              it really out does itself and gives you a '$'.
  45.  
  46. CONGRATULATIONS...!!!!!!!! you are now on the VAXD
  47.  
  48.               (just a note: If you read the capital letters
  49.                under topic 3, you will notice they spell a
  50.                word.   F-I-T-S  This is what the VAX will
  51.                whole-heartily give you...at no monetary charge
  52.                to you of course)  
  53.  
  54.        
  55.  
  56.  
  57.  
  58.  
  59.  
  60.                      INTERESTING THINGS TO DO
  61.  
  62.  
  63.         All of the following commands are only used at the '$' prompt.
  64.  
  65.  
  66.         1. DIR - Directory - gives you a listing of the files in 
  67.                              your account.
  68.  
  69.         2. TY  - Type      - allows you to type an existing file
  70.                              found in the directory.
  71.                            
  72.                              TY filename.ext;v
  73.  
  74.                              without using an extension number,
  75.                              the VAX will type the most recent 
  76.                              Version (v) of your file.
  77.  
  78.         3. HELP -          - You will find that this command 
  79.                              will be very useful when you are
  80.                              starting out, but will be used 
  81.                              less as you become more proficient 
  82.                              with the system.
  83.                              DO NOT..!!!! print this file out.
  84.                              a copy is available for use in the
  85.                              COMPUTER CENTER.
  86.  
  87.         4. CONTROLS        - These are function keys that may
  88.                              be used at any time.  They are 
  89.                              used by holding down the 'CTRL'
  90.                              key on the left side of the keyboard
  91.                              and pressing the associated key.
  92.                               CTRL is denoted with an '^'
  93.  
  94.                              ^C / ^Y Cancels (anything)
  95.                               (suggest to use this key with caution
  96.                                as files may be lost).
  97.  
  98.                              ^Z Performs basically the same
  99.                               function as ^C or ^Y , but "closes"
  100.                               the file before it cancels.
  101.  
  102.                               (also used to exit from the insert
  103.                                mode of the EDITOR).
  104.  
  105.                              ^L Clears the Screen.
  106.  
  107.                              ^S Stops a listing on the Screen.
  108.  
  109.                              ^Q Restarts a listing that
  110.                                       has been stopped.
  111.  
  112.        
  113.  
  114.  
  115.  
  116.         5. DEL - DELETE   - Allows individual deletion of files from
  117.                             your account.  Be sure to specify the 
  118.                             Version number (V) else all files with the
  119.                             name used will be deleted.
  120.  
  121.                             ex:
  122.  
  123.                             DEL VAXPG1.BAS;2
  124.  
  125.                             This will delete only the Version 2 of 
  126.                             the VAXPG1.BAS program.  If Versions 1 & 3
  127.                             were existent on the DIR (account) they 
  128.                             would remain untouched.
  129.  
  130.         6. PU - PURGE     - Will purge ALL but the most recent Version 
  131.                             of a program in your account.  Primarily used
  132.                             for cleaning up your files, and frees up 
  133.                             block space so that you may add more files.
  134.                             Be certain that the most recent Version showing
  135.                             on your DIRectory is a complete and some what
  136.                             accurate program.
  137.  
  138.                             ex:
  139.  
  140.                             $ PU
  141.  
  142.                             Will PURGE Versions 1 & 2 of VAXPG1.BAS and
  143.                             leave only Version 3.
  144.                             (note: the $ is not typed in by the user)
  145.  
  146.        
  147.  
  148.  
  149.  
  150.  
  151.  
  152.  
  153.                         NOW LET'S MESS UP SOME FILES
  154.  
  155.  
  156.  
  157.         The easiest way to get frustrated is to try and edit a
  158.         file.  This will assist you in your frustration.
  159.  
  160.         1. At the '$' prompt, you have access to two editors.
  161.            Experience has taught me that the 'EDT' editor is
  162.            the easiest to manipulate.  The following will be
  163.            exclusively 'EDT' commands, for information on the
  164.            'SOS' editor and additional information on the 'EDT'
  165.            editor, use the help file (ie:$ HELP EDIT/EDT).
  166.             (note: again the $ is not typed in by the user)
  167.  
  168.         2. Let's create a file....
  169.  
  170.            At the '$' type 'EDIT filename.ext', and then press
  171.            the 'NEWLINE' key.  Now I know you are thinking...
  172.            what is "filename.ext", well "filename" is a name of
  173.            a program that you select, and "ext" is the extension 
  174.            you wish to associate you filename.  Now that you 
  175.            are totally confused, allow me to assist you.
  176.  
  177.            $ EDIT VAXPG1.BAS 'NEWLINE'
  178.  
  179.            The above statement creates a file called VAXPG1.BAS.
  180.            the VAX will assign a Version number reflecting how 
  181.            many times the program has been edited. Obviously 
  182.            this will be Version 1 since there was not a file to 
  183.            begin with.
  184.  
  185.            After the above is typed, the VAX will respond with:
  186.  
  187.              Input file does not exist
  188.              [EOB]
  189.              *
  190.  
  191.            This is telling you that the file is new, and the 
  192.            [EOB] represents 'End Of Buffer', or End of Program.
  193.            The '*' is the prompt given by the editor command mode.
  194.  
  195.            These are commonly used Editor Commands.
  196.  
  197.                 1. I - Insert - allows you to enter lines 
  198.                                 into your program.
  199.                                 a "CTRL-Z" (^Z) exits you 
  200.                                 from the insert mode and  
  201.                                 saves the lines.
  202.  
  203.                 2. D - Delete - allows you to delete one or
  204.                                 more lines from your program.
  205.                                
  206.                                 ex: 
  207.                                    D1 - deletes line #1
  208.                                    D5 - deletes line #5
  209.                                    D1:5 - deletes lines
  210.                                          #1 through #5.
  211.  
  212.                 3. S - Substitute - allows you to make changes
  213.                                 within a line of text.
  214.     
  215.                                 ex: 
  216.                                    THIS IS A TEDT LINE
  217.  
  218.                                    In the above line of text,
  219.                                    the command:
  220.  
  221.                                    *S/TEDT/TEXT/'NEWLINE'
  222.  
  223.                                    changes it to:
  224.     
  225.                                    THIS IS A TEXT LINE
  226.        
  227.  
  228.  
  229.  
  230.  
  231.                 4. T - Tab -   allows you to "jump around" in
  232.                                your program.
  233.  
  234.                                ex:
  235.  
  236.                                   *T1 - tabs to line 1
  237.                                   *T5 - tabs to line 5
  238.                                   *T1:5 - prints lines 1 through 5.
  239.  
  240.                 5. RES -       Allows you RESEQUENCE lihne numbers
  241.                                in intervals of "1". (Inserted lines
  242.                                get REnumbered with integers, including
  243.                                any "added lines" in multiples of 0.1).
  244.  
  245.                 6. FIND END
  246.                    SHOW BUFFER - Typing these statements in succession
  247.                                  will show you the end of your file. 
  248.                                  (useful whenever you want to 'extend'
  249.                                  a file that you entered at an earlier
  250.                                  time or date)
  251.  
  252.  
  253.         Now all we need to do is get out of the EDITOR. There are
  254.         two ways in which to do this:
  255.  
  256.                 1. EXIT - Gets you out of the EDITOR and makes
  257.                           ALL changes to your program.
  258.  
  259.                 2. QUIT - Gets you out of the EDITOR and does 
  260.                           not make any changes to the program.
  261.  
  262.                  (note: every time you call a program under an EDITOR
  263.                   the VAX will create a new Version. VAX-D will only 
  264.                   allow you three Versions of any given program.  Be
  265.                   careful not to inadvertently erase or delete your 
  266.                   program when using the EDITOR.  Be certain that 
  267.                   when you run the program, you use the most recent
  268.                   Version number.
  269.  
  270. LET'S RUN A PROGRAM:
  271.  
  272.         If and only if you are using the WYLBUR accounts, do you need
  273.         be concerned with the following.
  274.  
  275. (job card)      //jobname JOB (ACCT),'your name(ND)',PASSWORD=PSWD
  276. (print card)    /*ROUTE PRINT RMT05    
  277. (exec card)     /*      EXEC *********  (*'s indicate compiler
  278.                                          ie:COBOL,PLIXGO,WATFOR,etc.)
  279.  
  280. (program)           ** YOUR PROGRAM GOES HERE **
  281.  
  282. (end of prog)   /*
  283. (input card)    //SYSIN  DD  *
  284.  
  285. (data)              ** YOUR DATA GOES HERE **
  286.  
  287. (end of file    /*
  288.  
  289.                 
  290.                  ** (note: Depending on your instructor and the
  291.                      language used, dictates the use of the above.
  292.                      If this procedure is to be used, ALL of the
  293.                      above cards are required. There may be 
  294.                      minor differences in the cards 
  295.                      ie: COBOL -vs- WATBOL etc..)
  296.  
  297.        
  298.  
  299.  
  300.  
  301.  
  302.  
  303. TO SEND A JOB TO MORGANTOWN....
  304.  
  305.                $ SEND filename.ext;v
  306.  
  307.                (Do not press 'NEWLINE' and wait for the 'File_:'
  308.                  response to enter your program name, this does 
  309.                  not work at the present time)
  310.                
  311.                Will return a message that file has been queued.
  312.                            IT'S GONE..!!!!!
  313.  
  314.  
  315.                You will not be able to check on your job status
  316.                using the 'SEND' command... so it's hurry up 
  317.                and wait time.
  318.  
  319.  
  320.  
  321. NOW WHAT TO DO..???
  322.              
  323.                So here you sit apearing to be intellectual and
  324.                intelligent, staring at the tube which is staring
  325.                back at you and doing absloutely nothing..!! and
  326.                far to proud to embarrass yourself by asking 
  327.                someone what to do..
  328.  
  329.                The prompt awaiting you is a '$'. you may begin
  330.                again and edit a new file or.. if you wish...
  331.                and I imagine you do... you would like to leave.
  332.                This is easily done by typing LOGOFF (or just
  333.                'LO' will work).. ah! embarrassment saved..!
  334.  
  335. GOOD LUCK.!!
  336.