8.88 LOADTEXT (Load a text deck file)

8.88.1 Function

The LOADTEXT command is essentially identical to the LOADCORE command (see section

8.86 for
details) except that it loads a text deck file with “TXT” and “END” 80 byte records (i.e. an object deck).

8.88.2 Syntax

Descriptive

filename [address]

Diagram

filename ¬¬¬§¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬§¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬ÊÍ





address

8.88.3 Parameter

filename

This argument specifies the file name (and optionally the path) of the file from
which the text deck will be loaded.

address

This specifies the start address of the real storage to where the saved text deck file
will be loaded.

8.88.4 Examples

See LOADCORE command for similar examples.

8.89 LOG (Direct logger output)

8.89.1 Function

The LOG command lets you redirect the log output to another destination.

8.89.2 Syntax

Descriptive

[ newfile

Diagram

¬§¬¬¬
newfile ¬¬¬§¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬ÊÍ



OFF

8.89.3 Parameter

newfile

The file name and optionally the path to which the log output has to be written to.

OFF

Stops the output going to the logfile.

8.89.4 Examples

Example 1:

Redirect the log output to a new logfile destination.

HHC00013I Herc command: 'log d:/mvs/log/newlog.txt'

Figure 171: LOG command (redirect output to a new logfile)

Example 2:

Stop the output going to the logfile.

HHC00013I Herc command: 'log off'

HHC02101I Logger: log closed

Figure 172: LOG command (stop output to logfile)

Previous Page Next Page