Disassembler options on z/OS

On z/OS® you can specify the following options in the PARM field:
COPYRIGHTOK
Allow disassembly of copyrighted module. If you use the COPYRIGHTOK option then message ASMD008 is printed at the start of the listing.
HEX
Generate the offset in machine instructions as a hexadecimal value.
OPTABLE
Specifies the operation code table to be used in disassembling CSECTs.

Read syntax diagramSkip visual syntax diagram OPTABLEOP ( UNIDOSESAXA370ZOPYOP )
NEWNUM
Allow any numeric field within a control statement to be specified either as a decimal value (a sequence of decimal digits) or a hexadecimal value (enclosed in apostrophes and preceded by the letter X).
VSESVC
Use the z/VSE® description for SVCs, not the z/OS description. Use this option when disassembling z/VSE code while running on z/OS.

You can specify any of the above options together in the PARM string in any order, separated by a comma or space.