tcl.run

Verb: Access/TCL, Releases: AP and R83

Activates compiled Pick/BASIC program.

Syntax

run file.reference item-id {(options)}

Description

invokes Pick/BASIC runtime, which attempts to load and execute a compiled Pick/BASIC program.

Programs may be created and modified using UP. They can be run when exiting UP by using the <ctrl>+xr command, which files the item, compiles it, and, if there are no errors, runs it.

Options

a Prohibits entry into the Pick/BASIC debugger; aborts on error conditions.

d Enters Pick/BASIC debugger prior to execution. Important when parameters are passed in a 'call' statement. The Pick/BASIC debugger may also be called at any time while the program is executing by pressing the <break> key on the terminal

e Enters debugger on any error condition. This option forces the operator to either accept the error by using the debugger, or exit to TCL. The only valid responses in the debugger are 'end' or 'off'. 'g' will NOT work.

i Inhibits variable initialization. This option is not recommended due to reliability, transportability, and data integrity reasons. Causes the values in the variable area to be retained when the program is run. This can be specified only when 'run' is being executed from the 'chain' command. It allows variables to be passed from one program to the next, via the 'common' statement.

n Activates nopage function, on output to terminal.

p Directs output from 'print' statements to Spooler. (Has same effect as issuing a Pick/BASIC 'printer on' statement)

s Suppresses run-time warning messages.

See Also

Command Name Type Description
basic.debug Statement Invokes Pick/BASIC debugger.
basic.crt Statement Outputs expression to crt.
r83.source.files Definition R83 Pick/BASIC files require a 'DC' in attribute 1.
basic.chain Statement Transfers control to executable TCL expression.
tcl.shpstat Verb: Access Manipulates shared program status.
tcl.decatalog Verb: Access Decatalogs Pick/BASIC program(s).
tcl.run-list Verb: Access Runs series of programs.
non.fatal.error.condition Definition an error which does not force termination of a program.
tcl.system-coldstart Verb: Access Performs startup commands after booting Pick.
tcl.compile-run Verb: Access Compiles and runs a Pick/BASIC program.
compile.time.date.stamp.rp Definition Obtaining the time and date of compiles in R83.
basic.performance Definition General Performance Tips for the Interpreter or FlashBASIC.
fatal.error.condition Definition Definition of fatal Pick/BASIC error conditions.
basic.common Statement Declares common variables.
basic.debugger.overview Introductory facilitates the debugging of new Pick/BASIC programs and the maintenance of existing Pick/BASIC programs.

User Comments

What do you think?

Share your experience or ask a question by using the form below.

Login to leave your comments.