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


ASMXREF Token Statement File

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

The token statement (XRFTOKN) file contains your token statements for theASMXREF run.

Use this file only when creating the TWU or SOR reports and you need to specify tokens in addition to the default tokens in the XRFLANG file. When ASMXREF runs the scan phase it searches for the default tokens specified in the XRFLANG file and for any additional tokens you have specified in the XRFTOKN file.

Check the XRFTOKN file definition statements in ASMXSCAN EXEC:
  • If the default tokens are sufficient and additional tokens are not required, or when running reports other than the TWU or SOR, modify the file definition statements as follows:
    IssueFileDefs:
     /*'FILEDEF XRFTOKN  DISK' FileName 'DATATOKN' WorkMode */
       'FILEDEF XRFTOKN  DUMMY'
  • If you require tokens in the XRFTOKN file modify the file definition statements as follows:
    IssueFileDefs:
    'FILEDEF XRFTOKN  DISK' FileName 'DATATOKN' WorkMode
    /*'FILEDEF XRFTOKN  DUMMY' */

When you need to supplement or replace the default tokens with your own tokens, make a copy of the sample token (XRFTOKN) file supplied with ASMXREF. Enter the token statements you need, one per line. For details of the default tokens see ASMXREF XRFLANG Statements. For details of the token statements you can use see ASMXREF Token Statement.

Save your token file with the same file name as the control file and a file type of DATATOKN.

Figure 1 shows an example of a token statement in a file named ASMTEST DATATOKN A.
Figure 1. Example token statement file for CMS ASMXREF EXEC
*  Sample token statement file for ASMXREF
TOKEN INC='ABC'

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014