You can use the supplied filter routine, ASMAXFLU, to:
ASMAXFMT Title 'ADATA Exit Filter Management Table'
ASMAXFMB (ASMAXFLU,'DUMP')
ENDThe output from ASMAXFLU is written to a data set defined by the ddname XFLUOUT. The data set record length is 80 bytes. The first record in the data set is a header record, and the last record in the data set is a trailer record. The dump, header, and trailer records are prefixed with an asterisk.
The data set records have one of these formats:
Figure 68 shows a sample data set containing records written by ASMAXFLU:
----+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8 * ASMAXFLU Filter Header Record *Dump 10000203 00000000 00000008 00000000 00000000 00000000 00000000 00000000 *Dump 10000103 00000000 0000000A B0CC4378 E50BF900 00250000 00000000 00000000 *Dump 10000003 00000000 00000077 F1F9F9F8 F0F7F2F4 F1F9F3F3 F5F6F9F6 60F2F3F4 P 199807241933AINSERT3 ASSEMBLE A1 ADISK 00000001 *Dump 10001003 00000000 00000068 A0CF0049 84BC0601 0F008000 40404040 40404040 *Dump 10002003 00000000 00000028 00000000 00000001 00000000 00000000 00000000 *Dump 10003003 00000000 0000009C 00000001 00000000 00000001 00000000 00010000 *Dump 10003003 00000000 0000009C 00000002 00000000 00000002 00000000 00010000 *Dump 10003003 00000000 0000009C 00000003 00000000 00000003 00000000 00010000 *Dump 10003003 00000000 0000009C 00000004 00000000 00000004 00000000 00010000 *Dump 10003003 00000000 0000009C 00000005 00000000 00000005 00000000 00010000 *Dump 10003003 00000000 0000009C 00000006 00000000 00000006 00000000 00010000 *Dump 10004203 00000000 0000002A 00000001 0000000F 01D10000 00010001 00000000 *Dump 10004403 00000000 0000001D 00080000 000F0001 40000000 00000000 C1C9D5E3 *Dump 10006003 00000000 0000003B 0002000D 0000FFFF 00060000 0000D7D9 C9D4C1D9 M PRIMARY INPUT AINSERT_TEST_MACRO M PRIMARY INPUT MAC1 *Dump 10006003 00000000 00000039 00020014 00050001 00060000 0000E3C5 E2E34040 L TEST MACLIB A1 XIT1 ADISK L TEST MACLIB A1 XIT3 ADISK *Dump 10006003 00000000 00000033 00010014 00050002 00060000 0000C4E2 C5C3E340 L DSECT MACLIB A1 XIT2 ADISK *Dump 10006203 00000000 000000A6 00000000 00000003 D7400000 00000000 0000C1C9 *Dump 10006203 00000000 000000A6 00000000 0000001C D7400000 00000000 0000D4C1 *Dump 10006203 00000000 000000A6 00000002 00000000 D3400000 00000000 0000E7C9 *Dump 10006203 00000000 000000A6 00000003 00000000 D3400000 00000000 0000E7C9 *Dump 10006203 00000000 000000A6 00000002 00000000 D3400000 00000000 0000E7C9 *Dump 10009003 00000000 000000B0 00000DF3 000000C8 00000012 00000000 00000000 *Dump 10000203 00000000 00000008 00010000 0000003D 00000000 00000000 00000000 * ASMAXFLU Filter Trailer Record
When ASMAXFLU detects an error, it writes an error message to the XFLUOUT data set. The following messages might be written:
Check the value of ADATA_LEVEL in the ADATA record header.
Check the value of ADATA_VERSION in the ADATA record header.
Check the value of ADMXREF_MACROS_NUM in the X'0060' ADATA record.
Check the value of ADMXREF_MACRO_NAME_LEN in the X'0060' ADATA record.
Check the value of ADJID_FILES_NUM in the X'0000' ADATA record.
The action code is not 0, 1, or 3.
The exit_type is not 4.
You must assemble and link-edit ASMAXFLU, placing the load module in a library in the standard search order. ASMAXFLU, as supplied, has the following attributes: non-reusable, non-reenterable, amode(24), rmode(24). See page Preparing the filter modules for details about preparing filter modules.
[ Top of Page | Previous Page | Next Page | Contents | Index ]