Previous Topic: Migration IssuesNext Topic: Planning the User Environment


Online User Requirements Tables

Differences between Batch and Online

Each batch application must be linked or dynamically loaded to a URT before it is executed. An online application, however, is not linked to any particular URT. Rather, a URT is selected by CA Datacom CICS Services to satisfy each request.

In an online CICS environment, if you have the SQL option of CA Datacom/DB you do not need to code more than one URT for SQL. If you elect to have more than one, only the first SQL URT opened is ever used as the SQL URT as long as that URT remains open.

This section contains the following topics:

Planning the User Environment

Coding the URT Macros

Assembling and Linking Each URT