HLASM Toolkit Feature Installation and Customization Guide
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Step 11: Define Interactive Debug Facility to VTAM

HLASM Toolkit Feature Installation and Customization Guide
GC26-8711-09

If you plan to conduct IDF debugging via VTAM sessions with your terminals, you must define the minor node names for IDF to VTAM. A minor node is defined by using the following naming convention:
  • The first five characters must be ASMTL
  • The last three characters must be consecutive 3-digit numbers, starting with 001

IDF uses the ASMTLnnn minor node names for internal processing. These names are not the terminal LU names that are specified by the user in the LUNAME invocation parameters.

The number of minor node names defined must be sufficient to allow for the maximum number of concurrent IDF users using VTAM terminal sessions. You can define up to 999 minor node names for IDF.

To place the statements into a new member, do the following:
  1. Create a new member in the VTAM definitions library (VTAMLST).
  2. Update the new member with the required definitions.
  3. Add the new member's name to the VTAM start options configuration file, ATCCONxx.
To place the statements into an existing member, do the following:
  1. Select a member in the VTAM definitions library (VTAMLST) that contains the major node definitions.
  2. Update the selected member with the minor node name definitions (APPL statements) for IDF.
For example, the following statements define a major node and 10 minor node names, ASMTL001 to ASMTL010. These sample definitions can be placed into a new member or into an existing member in the VTAM definitions library (VTAMLST):
ASMAPPL  VBUILD TYPE=APPL
ASMTL001 APPL  AUTH=(PASS,ACQ),PARSESS=NO
ASMTL002 APPL  AUTH=(PASS,ACQ),PARSESS=NO
ASMTL003 APPL  AUTH=(PASS,ACQ),PARSESS=NO
ASMTL004 APPL  AUTH=(PASS,ACQ),PARSESS=NO
ASMTL005 APPL  AUTH=(PASS,ACQ),PARSESS=NO
ASMTL006 APPL  AUTH=(PASS,ACQ),PARSESS=NO
ASMTL007 APPL  AUTH=(PASS,ACQ),PARSESS=NO
ASMTL008 APPL  AUTH=(PASS,ACQ),PARSESS=NO
ASMTL009 APPL  AUTH=(PASS,ACQ),PARSESS=NO
ASMTL010 APPL  AUTH=(PASS,ACQ),PARSESS=NO

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014