Is there a way to dynamically refresh the initial LOGO panel without cycling the CA-Teleview region?
book
Article ID: 64968
calendar_today
Updated On:
Products
TeleviewTELEVIEW- PACKAGE
Issue/Introduction
Is there a way to dynamically refresh the initial LOGO panel without cycling the CA-Teleview region?
Environment
Release: Component: TLVIEW
Resolution
The location where the CA-Teleview LOGO panel is retrieved from depends on the security being used as follows:
VSLX exit - The exit builds the LOGO screen. Therefore any message modifications can be put in the LOGO panel through the exit, and the exit can be reloaded with the DEBUG LOAD exitname command.
VSON exit - The LOGO member of VOPTIONS is used if present. If not, the LOGO member of VPANELS is used if present. If not, a default LOGO built in program VSLMAIN is used. The LOGO member of VPANELS can be changed and implemented by using PANDEL panelname in internal session DEBUG. The LOGO member of VOPTIONS may be refreshed with a halt/start logons in internal session OPER. The panel built in VSLMAIN cannot be modified.
EXTERNAL SECURITY - The LOGOSEC member of VPANELS is used. This can be refreshed using the PANDEL panelname command of internal session DEBUG
Teleview SECURITY - The LOGO panel is built in program VUSERID and cannot be changed by the customer.
It is recommended that any changes be tested on a test CA-Teleview system first to prevent any production system disruptions.