Previous Topic: JCL ConsiderationsNext Topic: Sample Output


Examples

The following example directs the MAINTAIN INDEX utility to rebuild the SKILL-NAME-NDX in the EMPDEMO segment.

maintain index in segment empdemo
  using empss01
    rebuild "skill-name-ndx" from members;

The following command directs MAINTAIN INDEX to rebuild the SKILL-NAME-NDX, to run all steps as a sortexit, and to reuse workfiles:

maintain index in segment empdemo using empss01
as sortexit reuse workfiles
rebuild skill-name-ndx from members;