![]() Chapter Contents |
![]() Previous |
![]() Next |
SAS/C Software: Changes and Enhancements, Release 6.50 |
The
Browse window, shown in Browse window , is used to browse text files and to display the output of the
browse
command.
The Browse window has the following characteristics:
window memory
command or the Config window. If the value of the amount of memory for buffers is changed, any Browse
windows opened after the change will have the new value.
The following command opens a Browse window:
window open browse
As many as six Browse windows can be open simultaneously.
You can also use
the
browse
command to open up a Browse window. See section
browse Command for more information.
If
an explicit style precedes the filename specified in the File: field of the Browse window, the debugger uses the style specified. If not, the debugger assumes a
tso:
style filename under MVS and a
cms:
style filename under CMS. See SAS/C Library Reference, Third Edition, Volume 1, for more information about filename specifications.
Scrolling vertically using the
window scroll up
and
window scroll down
commands moves the data in both the line-number and the text areas of the Browse window. Scrolling
horizontally using the
window scroll left
or
window scroll right
commands moves only the text and not the line numbers.
Scrolling is a simple and fast way to move to lines that are close to the lines that are currently displayed. A faster way to move to distant parts of a text file is to enter the desired line number in the Line: field of the Browse window.
A different text file can be viewed in the Browse window by entering its filename in the File: field.
If you enter either an invalid filename in the File: field or an invalid line number in the Line: field, a pop-up window opens that allows you to correct the invalid input.
The
window find
command, which is described later in this chapter, is also supported in the Browse window.
If input is specified in more than one field of the Browse window, the data are processed in the following order:
![]() Chapter Contents |
![]() Previous |
![]() Next |
![]() Top of Page |
Copyright © Mon Mar 9 09:11:22 EST 1998 by SAS Institute Inc., Cary, NC, USA. All rights reserved.