8.191 V (Display or alter virtual storage)

8.191.1 Function

The V command displays or alters virtual storage.

8.191.2 Syntax

Descriptive

addr addr.length addr-addr

Diagram

Êʬ¬¬ V ¬¬¬§¬¬¬¬¬¬¬¬¬§¬¬¬§¬¬¬¬¬¬¬ addr ¬¬¬¬¬¬§¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬ÊÍ



addr.length ¬¬¬«



¬ addr-addr ¬¬¬¬«



¬ alue ¬¬¬

8.191.3 Parameter

P

The optional 'P' argument will force primary space address translation mode in-
stead of current PSW mode.

S

The optional 'P' argument will force secondary space address translation mode in-
stead of current PSW mode.

H

The optional 'H' argument will force home space address translation mode instead
of current PSW mode.

addr

Specifies the address of the virtual storage that is to be displayed. If addr is given
without a length or without a second address for the end of the storage area then
64 bytes of virtual storage are displayed.

addr.length

Specifies the address of the virtual storage area that is to be displayed with starting
address and length (from address addr with the length of length). The length value
must be given in hexadecimal.

addr-addr

Specifies an address range with start and end address (from begin address to end
address) of the virtual storage area that is to be displayed.

addr=value

Specifies the address of the virtual storage area that is to be altered. value is a hex-
string of up to 32 pairs of digits (16 bytes) which will be written to the virtual sto-
rage address given by the addr parameter. After altering the storage, 16 bytes of
real storage starting at addr are displayed.

8.191.4 Examples

Example 1:

Display 256 (x’FF’) bytes of virtual storage starting from address x’00010000’.

HHC00013I Herc command: ‘v 00010000.ff’

HHC02291I V:00010000 (primary) R:00010000

HHC02291I V:00010000:K:04=4770A1C8 5820901C 47F0A1F0 91802003 ..~H.....0~0j...

HHC02291I V:00010010:K:04=47E0A1EC 58202004 47F0A1F0 96803200 .\~......0~0o...

HHC02291I V:00010020:K:04=91803200 4770A1FE 12224770 A1DC5850 j.....~.....~..&

HHC02291I V:00010030:K:04=30201FCC 195C4770 A01C50C0 30245820 .....*....&{....

HHC02291I V:00010040:K:04=30089140 320047E0 A28441B0 202C58D0 ..j ...\sd.....}

HHC02291I V:00010050:K:04=02FC98CD D19005ED 58C031F4 12CC4780 ..q.J....{.4....

HHC02291I V:00010060:K:04=A24E9120 300047E0 A2424160 203047F0 s+j....\s..-...0

HHC02291I V:00010070:K:04=A2464160 20485870 31F445E0 A2E458C0 s..-.....4.\sU.{

HHC02291I V:00010080:K:04=31F812CC 4780A262 187C4160 203045E0 .8....s..@.-...\

HHC02291I V:00010090:K:04=A2E458C0 31FC12CC 4780A276 187C4160 sU.{......s..@.-

HHC02291I V:000100A0:K:04=204045E0 A2E441B0 202C58D0 02FC98CD . .\sU.....}..q.

HHC02291I V:000100B0:K:04=D19C05ED 91803001 4770A2DA 1FCC59C0 J...j.....s....{

HHC02291I V:000100C0:K:04=30504780 A2A691C0 32004770 A2A659C0 .&..swj{....sw.{

HHC02291I V:000100D0:K:04=200C4780 A2DA58C0 305412CC 4770A2DA ....s..{......s.

HHC02291I V:000100E0:K:04=1F114180 0001BA18 30544770 A2DA5810 ............s...

HHC02291I V:000100F0:K:04=305858F0 001058F0 F2645800 F0005000 ...0...02...0.&.

Figure 339: V command (display virtual storage with length)

Example 2:

Change virtual storage at address x’00010000’ to x’FFFFFFFF’.

HHC00013I Herc command: ‘v 00010000=FFFFFFFF’

HHC02291I V:00010000 (primary) R:00010000

HHC02291I V:00010000:K:06=FFFFFFFF 5820901C 47F0A1F0 91802003 .........0~0j...

Figure 340: V command (alter virtual storage)

Example 3:

Display virtual storage from address x’00010000’ to adress x’00010100’.

HHC00013I Herc command: ‘v 00010000-00010100’

HHC02291I V:00010000 (primary) R:00010000

HHC02291I V:00010000:K:06=FFFFFFFF 5820901C 47F0A1F0 91802003 .........0~0j...

HHC02291I V:00010010:K:06=47E0A1EC 58202004 47F0A1F0 96803200 .\~......0~0o...

HHC02291I V:00010020:K:06=91803200 4770A1FE 12224770 A1DC5850 j.....~.....~..&

HHC02291I V:00010030:K:06=30201FCC 195C4770 A01C50C0 30245820 .....*....&{....

HHC02291I V:00010040:K:06=30089140 320047E0 A28441B0 202C58D0 ..j ...\sd.....}

HHC02291I V:00010050:K:06=02FC98CD D19005ED 58C031F4 12CC4780 ..q.J....{.4....

HHC02291I V:00010060:K:06=A24E9120 300047E0 A2424160 203047F0 s+j....\s..-...0

HHC02291I V:00010070:K:06=A2464160 20485870 31F445E0 A2E458C0 s..-.....4.\sU.{

Previous Page Next Page