![]() Chapter Contents |
![]() Previous |
![]() Next |
SAS/C Software: Changes and Enhancements, Release 6.50 |
To use APPC with the remote debugger under MVS, you need to perform the following tasks:
LUADD
definition includes TPLEVEL(USER), indicating
that USER level Transaction Programs are going to be used.
The following sample definition defines C02SESS as a logical unit:
LUADD ACBNAME(C02SESS) TPDATA(SYS1.APPCTP) TPLEVEL(USER)
To use this LU, you would set the debugger environment variable
_DB_LU
to
C02SESS
.
VBUILD TYPE=APPL C02SESS APPL ACBNAME=C02SESS,APPC=YES, AUTOSES=0,DDRAINL=NALLOW, DMINWNL=10,DMINWNR=10, DRESPL=NALLOW,DSESLIM=10, MODETAB=ISTINCLM, SECAPT=ALREADYV,SRBEXIT=YES, VERIFY=OPTIONAL,VPACING=2
The APPL could can then be activated by a VTAM
VARY
command of the form:
VARY NET,ACT,ID=C02SESS
The specified MODETAB is the system-supplied logon mode table for VTAM and can be used with the remote debugger and client program. (In fact, almost any available MODETAB can
be used.) However, when the client program is running on a different system, node, or LU on the VTAM network, or is a CICS application, you must specify the mode table with the
_DB_MODE
environment variable.
Configuring a network of workstations and terminals under MVS requires a number of VTAM definitions. VTAM requires definitions for each workstation (physical unit) and the logical units (LUs) through which transaction programs, such as the remote debugger, communicate. For details on VTAM/APPC requirements, refer to the IBM publication MVS/ESA Planning: APPC Management, Version 4.0 (GC28-1110-0). For details on VTAM definitions, refer to the IBM publications VTAM Network Implementation Guide, V3/R4 (SC31-6434-1), and VTAM Resource Definition Reference, V3/R3 (SC31-6412-1).
![]() Chapter Contents |
![]() Previous |
![]() Next |
![]() Top of Page |
Copyright © Mon Mar 9 09:11:22 EST 1998 by SAS Institute Inc., Cary, NC, USA. All rights reserved.