The MODEENT macro is used to create the LOGMODE entries in a logon mode table. A logon mode table can contain several LOGMODE entries. The sample logon mode table, for instance, provides LOGMODE entries for several RUSIZE values (1 K, 2 K, 4 K, 16 K, 32 K, 512 K, and so on).
The following fragment from the sample logon mode table illustrates how the LOGMODE entries are constructed.
XCOMMODE MODEENT LOGMODE=XCOMMODE,
FMPROF=X'13',
TSPROF=X'07',
PRIPROT=X'B0',
SECPROT=X'B0',
COMPROT=X'50B1',
RUSIZES=X'8686',
PSNDPAC=5,
SRVCPAC=5,
SSNDPAC=5,
PSERVIC=X'060200000000000000002C00'
The first item in a LOGMODE entry is the mode entry name (which in the displayed sample is XCOMMODE). The next keyword is MODEENT. The next item is the parameter LOGMODE, which specifies the name of the LOGMODE entry. Following this parameter is a collection of other VTAM parameters that define the session characteristics of the LOGMODE entry XCOMMODE.
| Copyright © 2012 CA. All rights reserved. |
|