In this section: |
This section presents an overview of a FOCUS session.
The focus command invokes a shell script, which performs the following functions and then starts the binary program:
To begin a FOCUS session, issue the following command at the UNIX prompt:
focus
This command invokes the focus shell script. You can specify optional parameters that determine FOCUS behavior immediately following the focus command. For a list of options, see Defining the Environment Using Command-Line Parameters.
FOCUS displays one of the following.
FIN
FOCUS supports the following levels of profiles to provide flexibility in designing and running applications.
When you start FOCUS, it searches in the current directory for a FOCUS procedure called profile.fex. If this file exists, FOCUS executes it. If there is no profile.fex in the current directory, FOCUS searches the directories specified in the FOCUS search path for profile$.fex, executing the first one it finds. If FOCUS finds neither of these profiles, it displays the prompt and awaits further instructions.
To stop a running program during a FOCUS session, press the UNIX Interrupt key, which sends an operating system signal to interrupt the session and close the files. On most systems, the Interrupt key is either Ctrl+C or Delete. If you do not know which key to use, issue the following UNIX command:
stty -a
The attribute intr identifies the Interrupt key.
|
Information Builders |