| 1. |
How Do You Define An Altindx ? How Do You Use Altindxs In Batch, Cics Programs? |
Answer»
USING alternate indexes in batch programs: JCL, has DD statements for cluster and for paths. For the COBOL program : The command SELECT ASSIGN TO ddname For the base cluster RECORD KEY IS...... ALTERNATE RECORD KEY IS… used Using alternate indexes in CICS programs: The creation of FCT entries are mandatory for both cluster and the path Utilize the dd name of the path in CICS file control commands, by using the alternate index Using alternate indexes in batch programs: JCL, has DD statements for cluster and for paths. For the COBOL program : The command SELECT ASSIGN TO ddname For the base cluster RECORD KEY IS...... ALTERNATE RECORD KEY IS… used Using alternate indexes in CICS programs: The creation of FCT entries are mandatory for both cluster and the path Utilize the dd name of the path in CICS file control commands, by using the alternate index |
|