Library /sys$common/syshlp/SDA.HLB  —  MODIFY

1  –  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]

1.1  –  Parameter

 value

    New value deposited in the specified location in the dump file.

1.2  –  Qualifiers

1.2.1    /BLOCK

       /BLOCK=n

    Indicates block number to be modified. Required unless the /NEXT
    qualifier is given.

1.2.2    /OFFSET

       /OFFSET=n

    Indicates byte offset within block to be modified. Required
    unless the /NEXT qualifier is given.

1.2.3    /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.

1.2.4    /BYTE

    Indicates that only a single byte is to be replaced.

1.2.5    /WORD

    Indicates that a word is to be replaced.

1.2.6    /LONGWORD

    Indicates that a longword is to be replaced. This is the default.

1.2.7    /QUADWORD

    Indicates that a quadword is to be replaced.

1.2.8    /CONFIRM

       /CONFIRM=n

    Checks existing contents of location to be modified.
Close Help