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


ASMXREF Control File

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

The control file contains the control statements for your ASMXREF run.

Make a copy of the sample control file supplied with ASMXREF and enter the control statements you need for your ASMXREF run. Enter each control statement on a separate line, starting in column one. You can give the file any valid file name, but the file type must be CNTL.

For an example of a control file, named ASMTEST CNTL A, see Figure 1.
Figure 1. Example control file for CMS ASMXREF EXEC
*  Sample control file for ASMXREF
*
LIBRARY  LIB=ASMTEST,TYPE=CMS,LANGUAGE=ASM
*
REPORT   REPORT=CF                                CONTROL FLOW
REPORT   REPORT=LOC                               LINES OF CODE
REPORT   REPORT=LOOC                              LINES OF OO CODE
REPORT   REPORT=TWU                               TOKEN  WHERE USED
REPORT   REPORT=MWU                               MACRO  WHERE USED
REPORT   REPORT=SWU                               SYMBOL WHERE USED

For full details of the control statements you can use with ASMXREF see ASMXREF Control Statements.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014