HLASM Toolkit Feature Interactive Debug Facility User's Guide
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


PREVIOUS

HLASM Toolkit Feature Interactive Debug Facility User's Guide
GC26-8709-07

Scrolls a window backwards.
Read syntax diagramSkip visual syntax diagram
>>-+-PREvious-+--+--------+------------------------------------><
   '-Up-------'  '-window-'   

window
The window to be scrolled. Select it by a Window Specification or by placing the cursor in the window. If omitted and the cursor is not in a scrollable window, then all scrollable windows are scrolled.

This command has an alternative meaning after the HISTORY command is executed. See HISTORY for further information.

This command works only on a scrollable window, which is any window made smaller with the SIZE command, or one of the following:
  • Break window
  • Dump window
  • Disassembly window
  • LSM Information window
  • Options window
  • Skipped Subroutines window
  • Target Status window

Whenever you use the NEXT command, IDF records information about the windows that are displayed on the screen in a page buffer. This page buffer holds information for about forty windows. When you use the PREVIOUS command, IDF attempts to determine the proper starting address for the previous display page by examining the page buffer. If you page forward, then page back, the starting location on the first page should be the same as on its previous display. If you page forward beyond the limits of the page buffer, information about the oldest pages is lost. If you open or close windows, the information in the page buffer may no longer be correct and scrolling may be erratic.

If IDF is unable to obtain information from the page buffer, the number of bytes that are displayed in the window is subtracted from the address of the first byte displayed. Unless the display shown is an unformatted dump, this is an imprecise amount. Paging backward and then paging forward does not necessarily display the original location.

Return codes

0
Operation successful
6
Command issued when it has no meaning

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014