Tivoli NetView for z/OS, Version 5.4

Examples of Common Startup Command Lists

If you want to set up terminal access facility (TAF) sessions with the Information Management System (IMS™) and the Host Command Facility (HCF), you can use a command list instead of entering individual commands.

Figure 1, written in REXX, establishes terminal access facility (TAF) sessions with IMS and HCF.

Figure 1. STARTUP1 Command List
/* STARTUP1 */
'BGNSESS OPCTL,APPLID=IMS1,SRCLU=TAF11,LOGMODE=OPCTLLOG,SESSID=IMS'
'BGNSESS OPCTL,APPLID=HCF1,SRCLU=TAF11,LOGMODE=OPCTLLOG,SESSID=HCFA'
'BGNSESS OPCTL,APPLID=HCF1,SRCLU=TAF12,LOGMODE=OPCTLLOG,SESSID=HCFB'
EXIT

Instead of having to remember and enter three commands, operators can enter the command list name STARTUP1. The command list starts the three sessions and operators receive the same messages they receive if they issue all three commands.




Feedback

[ Top of Page | Previous Page | Next Page | Contents ]