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


Default options file

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

Contains the default options for ASMXREF andASMXREP .

Make a copy of this file; give it the same file name as the control file and a file type of DEFAULTS.

You can change some of the default options in this file, but ASMXREF does not allow you to change others. Comment lines in the file indicate which options you can change.

If you need to modify any of these options change them to suit your ASMXREF run, and save the file. For details of the options available see ASMXREF Options and ASMXREP Options.
Figure 1. Default options file for ASMXREF EXEC
* ********************************************************** *
*   Licensed Materials - Property of IBM                     *
*                                                            *
*   5696-234                                                 *
*                                                            *
*   (C) Copyright IBM Corp. 1975, 2008. All Rights Reserved. *
*                                                            *
*   US Government Users Restricted Rights - Use,             *
*   duplication or disclosure restricted by GSA ADP          *
*   Schedule Contract with IBM Corp.                         *
*                                                            *
* ********************************************************** *
* -------------------------------------------------------------------*
* This file contains Local Defaults for ASMXSCAN and ASMXRPT EXEC    *
* procedures.                                                        *
* Each assignment statement must remain in proper REXX format.       *
*                                                                    *
* Any line beginning with an asterisk, is a comment and ignored.     *
*                                                                    *
* Please read the instructions preceding each group of parameters.   *
*                                                                    *
* ASMXSCAN and ASMXRPT will use the ASMTEST DEFAULTS file found in   *
* the normal CMS search sequence.                                    *
* Note:  ASMTEST DEFAULTS is the supplied defaults file.             *
* -------------------------------------------------------------------*
*
* -------------------------------------------------------------------*
* The following defaults cannot be changed.                          *
* -------------------------------------------------------------------*
DefaultASMXModule       = 'ASMXREF'
DefaultReportModule     = 'ASMXREP'
DefaultOpcodeTable      = 'ASMOP370'
* -------------------------------------------------------------------*
* The following Defaults MAY be changed.                             *
* -------------------------------------------------------------------*
DefaultDuplicates       = 'DUP'
DefaultMessageLevel     = '4'
DefaultPageLength       = '60'
DefaultWorkMode         = 'A'
DefaultCNTLMode         = '*'
DefaultReturnMsg        = 'NO'
*

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014