AUDITT: Audit Task/Duty Titles

Last updated 18 Nov 97

AUDITT will scan task and duty titles, checking for any out of sequence title lines and/or titles which have any invalid identifiers. AUDITT will optionally write a new file containing the task within duty table, which is needed by the INPSTD program.

Program Invocation

The specific syntax for program invocation varies between operating systems. This document diplays the code for the AIX version.


@codap auditt <opt> <ssss> <CI1> [<CI2>]

ssss:     The study number 
opt:  S   Suppress Duty order checking
CI1:      The task and duty titles.
CI2:      Output task within duty table (optional).

Examples

@codap auditt - ssss task.duty.titles

This example would scan 'task.duty.titles' for any errors and display the number of tasks counted for each duty. No task within duty table would be created.

@codap auditt - ssss task.duty.titles twdt

This example will perform exactly as the example above. It will also create a task within duty file which it will call twdt.

Back to document index