Figure 18. SYS1.PARMLIB(APPCPM00) - APPCPM00.LIB
/* APPCPM00 */ LUADD ACBNAME(LUNAME) /* Add LU LUNAME to the */ /* APPC/MVS configuration */ SCHED(ASCH) /* Specify that the APPC/MVS */ /* transaction scheduler is associated */ /* with this LU name */ BASE /* Designate this LU as the base LU */ TPDATA(TPFILE) /* Specify that VSAM data set */ /* TPFILE is the permanent */ /* repository for the TP profiles */ /* for this LU */ TPLEVEL(USER) /* Specify the search order for TP */ /* profiles as : */ /* 1. TP profiles associated with */ /* a specific user */ /* 2. TP profiles associated with */ /* a group of users */ /* 3. TP profiles associated with */ /* all users of the LU name */ SIDEINFO DATASET(SIFILE) /* Specify that VSAM data set */ /* SIFILE is the permanent */ /* repository for the side */ /* information */ |