HLASM Toolkit Feature User's Guide
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


z/VSE JCL example:

HLASM Toolkit Feature User's Guide
GC26-8710-10

Figure 1. Sample disassembler z/VSE JCL
    // LIBDEF *,SEARCH=(user.library,hlasm.library)                       1 
    // EXEC ASMDASM,PARM='options'                                        2 
    module_name csect_name
    /*
The following details explain the lines of JCL in Figure 1 highlighted with a number (such as  1 ).
 1 
Replace user.library and hlasm.library with the search chain for the phase or object.
 2 
Replace options with any Disassembler options that you want to use. For a list of options, see Disassembler options on z/VSE. If you do not need any options omit the PARM field.

EXEC ASMDASM runs the Disassembler program named ASMDASM. The Disassembler control statements can follow the EXEC statement, in SYSIPT as in the example shown above. Enter each statement on a separate line, with the last statement followed by the SYSRDR termination control characters /* on the last line. Or you can assign SYSIPT to a file.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014