1 MODIFY 2 DUMP Allows a given byte, word, longword, or quadword in the dump file to be modified. Format MODIFY DUMP value {/BLOCK=n/OFFSET=n | /NEXT} {/BYTE | /WORD | /LONGWORD (d) | /QUADWORD} [/CONFIRM=n] 3 Parameter value New value deposited in the specified location in the dump file. 3 Qualifiers /BLOCK /BLOCK=n Indicates block number to be modified. Required unless the /NEXT qualifier is given. /OFFSET /OFFSET=n Indicates byte offset within block to be modified. Required unless the /NEXT qualifier is given. /NEXT Indicates that the byte or bytes immediately following the location altered by the previous MODIFY DUMP command are to be modified. Used instead of the /BLOCK=n and /OFFSET=n qualifiers. /BYTE Indicates that only a single byte is to be replaced. /WORD Indicates that a word is to be replaced. /LONGWORD Indicates that a longword is to be replaced. This is the default. /QUADWORD Indicates that a quadword is to be replaced. /CONFIRM /CONFIRM=n Checks existing contents of location to be modified.