Executive Commands

Using Executive Commands

Executive Commands

Command Action
.CON Continues execution of a stopped program.
.GO Executes previously compiled main program from the beginning of the program.
.LOCALS Resizes the data area in terms of local variables and common block symbols.
..LOCALS Allocates space for procedures executed from within procedures.
.RNEW Compiles and possibly executes text from files or from the WAVE prompt.
.RUN Compiles and possibly executes text from files or from the WAVE prompt.
.SIZE Resizes the code area and the data area used to compile programs in terms of bytes.
.SKIP Skips over the next statement and then single steps.
.STEP Executes a single statement. This command may be abbreviated as .S.

.CON


NOTE: Execution of a program interrupted by typing Control-C may also be resumed at the point of interruption with the .CON command.

.GO

.LOCALS

..LOCALS

.RNEW

.RUN


UNIX and OpenVMS Users: Use the command argument -c after .RUN to compile a main program without executing it.

Sample Usage of .RUN and .RNEW





.SKIP

.SIZE


CAUTION: Resizing the code and data areas erases the currently compiled main program and all main program variables.

.STEP





doc@boulder.vni.com
Copyright © 1999, Visual Numerics, Inc. All rights reserved.