The name of the file is: TYPER.DAT,
and the one line content of the file is:
This is the data for the VAX Logical Names Lab.
TYPER_INPUT
$ SHOW LOGICAL TYPER_INPUT
TYPER_INPUT
to point to TYPER.DAT.
(You should get a information message about superseding a previous
logical name - you are.)
$ DEFINE TYPER_INPUT TYPER.DAT
RUN TYPER
again and see that it used the new file. The
one you created in step 1.
ASSIGN SYS$OUTPUT
as a user mode logical name to TYPER.OUT.
This will re-direct the output of the next command. In this case it will be sent to the file TYPER.OUT. Make sure that the next command is$ DEFINE /USER_MODE SYS$OUTPUT TYPER.OUT
RUN TYPER
.
RUN
the program again. This time the output will be re-directed
to a file (TYPER.OUT), instead of your terminal.
$ RUN TYPER
TYPE
command.
Place the lab in the instructor hand-in box in BUS R6E, the "terminal room".Your-Name Lab 4.12: VAX Logical Names - TYPER.OUT TABER CSC135