Previous Topic

Next Topic

Book Contents

Book Index

CTVDELI Example 5

Assume the following index names exist: ACCT, ACCT-REC, ACCT-PAY.

//S1  EXEC  CTVDELI

      DAYS 0

      INCLUDE  IXNAME=ACCT

All of the above indexes are deleted.

//S1  EXEC  CTVDELI

      DAYS 0

      INCLUDE  IXNAME=ACCT<

Only index ACCT is deleted.

Parent Topic

Examples for CTVDELI