The following steps are required to install the VTAM online retrieval option. Each step is explained in detail in the sections that follow.
Add this application program definition to SYS1.VTAMLST:
* SYS1.VTAMLST(rmomajor) rmomajor VBUILD TYPE=APPL rmovtam APPL ACBNAME=rmovtam,AUTH=(PASS,ACQ),EAS=nn
where:
Specifies the application program major node name.
Use the SYS1.VTAMLST member name. The member name must be unique and must not be the same as the names on the APPL statement.
Is required when the cross-memory parameter VTAMPASS=YES is used to support multiple cross-memory regions.
If VTAMPASS=NO, you can specify AUTH=(ACQ). For more information about the VTAMPASS parameter, see the Add the Start Procedure for the Cross‑Memory Online Task step in this chapter.
Specifies the approximate number of concurrent sessions.
Specifies the minor node name of the application program.
To simplify the manner in which a user logs on to VTAM online retrieval, you can create a USS definition table for CA Deliver.
Assume that two CA Deliver systems have been created. The databases for the two systems have high-level names of RMO.SYSTEM1 and RMO.SYSTEM2, and you want a user to simply enter one of the commands to log on to VTAM online retrieval for the respective systems:
RMO1 RMO2
Create a USS definition table as follows:
USSTAB * * ENTRY FOR RMO1 * USSCMD CMD=RMO1,REP=LOGON,FORMAT=PL1 USSPARM PARM=APPLID,DEFAULT=RMOVTAM USSPARM PARM=LOGMODE USSPARM PARM=DATA,DEFAULT=RMO.SYSTEM1 * * ENTRY FOR RMO2 * USSCMD CMD=RMO2,REP=LOGON,FORMAT=PL1 USSPARM PARM=APPLID,DEFAULT=RMOVTAM USSPARM PARM=LOGMODE USSPARM PARM=DATA,DEFAULT=RMO.SYSTEM2 USSEND
| Copyright © 2012 CA. All rights reserved. |
|