What is the primary function of Words Online?
Words Online allows users to create and display help text for CICS applications without modifying the application code. It uses a central repository for help text, which is then displayed based on the context of the CICS screen.
How does Words Online determine which help text to display?
Words Online uses a definition file to map help text to specific CICS screens or fields. When a user requests help, Words Online retrieves the appropriate text from its repository and displays it in a separate window or overlay.
What are the main components of the Words Online architecture?
The main components include the Help Text Repository, the Definition File Processor, and the Display Manager. The Help Text Repository stores the actual help content. The Definition File Processor interprets the mapping rules. The Display Manager handles the presentation of the help text to the user.
How does Words Online integrate with CICS applications?
Words Online integrates with CICS through standard CICS interfaces. It intercepts help requests and displays the appropriate help text. No modifications to the application code are required.