The CICSAccts model is an example of a 3270 host application model.
After opening CICSAccts.model in the Design Tool, select Main from the Entity box. On the Main entity, view operation conditions such as preconditions, required attributes, and error patterns. Click the Operation tab and select an operation from the Name box to view details on any of the pre-configured operations. The Main entity is also a good example of demonstrating the difference between operations defined for use in tables and operations defined for direct model access.
Navigate to the NameSearchResults entity to view how to define a recordset for read-only data. You may notice that even though Main and NameSearchResults are very similar screens, they have been designed separately. This is a good design strategy to prevent the recordset from having to be generated as a step within the Main entity. Differentiating these two screens makes use of the Screen properties not present check box for Pattern_2 on the Main entity.
On the Model menu, click Tables to view the Tables
dialog box. The Accounts table contains a good example of a compound
procedure named CompoundNameSearch. Using compound procedures can
be a good mechanism to provide access to more complete data sets that would
otherwise be available in a single call. In this case, fetching details about
all accounts that start with "w" would require two separate procedure
requests (NameSearch followed by GetAccount). By connecting the two procedures,
retrieving this information has been reduced to a single compound procedure.
To access data using CICSAccts, use the following case sensitive search criteria:
Note: If you see the message "Host refused to connect.." you
may have a port conflict with another application. You can try to close other
applications that may be using that port. Otherwise, you can change the port
number for model. This approach requires that you also change
the port number in the Host Emulator.
© 1999-2007 Attachmate Corporation. All rights reserved. Terms of Use.