DISPLAY
3.When multiple operands are entered on a line for location or register displays, the default display type is the same as the
previous explicit display type. The explicit specification of a
displaytype defines the default for subsequent operands for the current 1isplav function. If a dash or colon is omitted between
the hexloc1 and hexloc2 operands and they are separated by one ormJre blanks, only the storaqe contents at those two specific
locations are displayed. Blanks are used to separate operands or
sets of operands if more than one is entered on the same =ommand line. Blanks must not be used to the right or left of the ranqe or length delimiters (: or -or .), unless it is intended to
take the default value of the missing operand defined by the blank.
For example:display 10 20 T40 80 G12 5 L60-100 displays the respectively:
hexadecimal location10 hexadecimal location 20 hexadecimal location 40 with EBCDIC translation
hexadecimal location80 with EBCDIC translation
general register 12
general register 5
hexadecimal locations60 through 100 4. To terminate the DISPLAY function while data is being displayed at
the terminal, press the attentionkey (or its equivalent). When the 1isplay terminates, another command may be entered.
5. The command does not distinguish between
nonshared storage; it displays any of the virtual
addressable storage whether shared or not.
shared and
machine's
6.Use the DISPLAY command to display the contents of various storage
locations, reqisters, and control words at the terminal. By
examining thistype of information during the program's execution, you nay be able to determine the cause of program errors. Usually, an address stop is set to stop the program execution at a specified
point. The system enters theCP environment and you may then issue
theDISPLAY command.
7. Whenyoa must examine large portions of storage, use the DUMP command rather than the DISPLAY command. Because the terminal
operates at a much slower speed than the printer, only limited
amounts of storaqe should be printed (via theDISPLAY command) at
the terminal.
8. When runninq with a discontiguous saved segment(DCSS), you can
display storage locations outside the range of your virtual machine
size if they are within the Dess. If there exist locations between
the upper limit of your virtual machine and the address at which
theDess saved, an attempt to display those locations (or
associated keys) results in a "nonaddressablestorage" message. One or more of the followinq responses is displayed, depending upon the
operands specified.
Section 5. Format ofCP Commands 77
3.
previous explicit display type. The explicit specification of a
display
the hexloc1 and hexloc2 operands and they are separated by one or
locations are displayed. Blanks are used to separate operands or
sets of operands if more than one
take the default value of the missing operand defined by the blank.
For example:
hexadecimal location
hexadecimal location
general register 12
general register 5
hexadecimal locations
the terminal, press the attention
5. The
nonshared storage; it displays any of the virtual
addressable storage whether shared or not.
shared and
machine's
6.
locations, reqisters, and control words at the terminal. By
examining this
point. The system enters the
the
7. When
operates at a much slower speed than the printer, only limited
amounts of storaqe should be printed (via the
the terminal.
8. When runninq with a discontiguous saved segment
display storage locations outside the range of your virtual machine
size if they are within the Dess. If there exist locations between
the upper limit of your virtual machine and the address at which
the
associated keys) results in a "nonaddressable
operands specified.
Section 5. Format of