NetView for z/OS, Version 5.4
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.
/* 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.
[ Top of Page | Previous Page | Next Page | Contents ]