What is DisplayWrite/370 for CICS?
DisplayWrite/370 for CICS is a word processing application designed for use within a CICS environment on z/OS systems. It allows users to create, edit, and format documents directly from their terminals.
How do users interact with DisplayWrite/370 for CICS?
Users interact with DisplayWrite/370 through a command-line interface. Common operations include creating new documents (CREATE), editing existing documents (EDIT), saving documents (SAVE), and printing documents (PRINT).
What is the relationship between DisplayWrite/370 and CICS?
DisplayWrite/370 was designed to run within the CICS environment. It leverages CICS services for transaction management, security, and data access. It is not a standalone application.
Where are documents and configuration settings stored?
DisplayWrite/370 primarily stores documents in VSAM datasets. These datasets are managed by CICS and are accessible through the application's file handling commands. Configuration settings are stored in CICS system tables.