Previous Topic

Next Topic

Book Contents

Book Index

Alternative Index Component Definition (CTDUFANX)

To define an alternative index component, create the special DEFALTI member with alternative index identification and key structure. The list and order of the keys should be fit to the most frequently used fields in the filter for report list request in IOA online and Control-D Web Access sessions.

The DEFALTI member should contain one ALT and one KEY statement for each alternative index.

In the component definition:

ALT=J                  ALT INDEX LETTER                

KEY=(C,1,20),(N,1,20,A),(U,1,8,A)             KEYLEN=56

    (CATEGORY,REPORT(20),USER)

Implement one of the following:

Example 2a

ALT=J                  ALT INDEX LETTER               

KEY=(C,1,20),(M,1,8),(D,1,6,D),(U,1,8,A)      KEYLEN=50

    (CATEGORY,JOBNAME,ODATE,USER)

Example 2b

ALT=J                  ALT INDEX LETTER               

KEY=(M,1,8),(C,1,20),(D,1,6,D),(U,1,8,A)      KEYLEN=50

    (JOBNAME,CATEGORY,ODATE,USER)

Example 3

ALT=J                  ALT INDEX LETTER               

KEY=(D,1,6,D),(N,1,20),(Y,1,14),(U,1,8,A)     KEYLEN=56

    (ODATE,REPORT(20),REMARK2(14),USER)

Parent Topic

CTDUFANX – Activate or Deactivate Alternative Index Components of a User Report List File