Prev Up Next
Go backward to 4.10 VAX Command procedures #1
Go up to 4 Labs
Go forward to 4.12 VAX Logical Names

4.11 VAX command procedure #2

In this lab you will write your own command procedure. To do this you will want to refer to Lab 4.4: "Fortran program" and Lab 4.10: "VAX Command Procedure #1". In the Fortran Program lab you compiled and ran a FORTRAN program. In the VAX Command Procedures #1 lab you were introduced to VAX command procedures. Both of these labs relate to the task in this lab. Please call your procedure FOR.COM.
  1. Using FORTRAN lab as a guide create a command procedure to do the following.
    1. Compile CIRCLE.FOR (but with no listing).
    2. Link it.
    3. Execute it.
    4. Delete CIRCLE.OBJ and CIRCLE.EXE
  2. Check and execute the procedure interactively (@ command).
  3. Execute it as a batch job (SUBMIT command) and check the log file to be sure it executed properly.
  4. Print the .LOG file created in the step . previous step. This may happen without your assistance.
Turn in the .LOG file marked with:
Your-Name
Lab 4.11: VAX Command script #2 FOR.COM
TABER CSC135

Instructor: ltaber@pima.edu** My new Home on phRed** The Pima College Site** The Mad Dr. G.'s home page on phred.

Prev Up Next