AUDITF: Audit Format Cards

Last updated 18 Nov 97

AUDITF will scan standard format cards and give the user counts of the number of format cards, background responses, and task responses. In addition, errors in the input cards will be indicated. This program should always be run at the beginning of an analysis to verify the format cards.

Program Invocation

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


@codap auditf <opt> <ssss> <CI1>

ssss:     The study number 
CI1:      Input file containing the format cards (as defined in   
	  the Common Cards document).

Example

@codap auditf - ssss fmtcrdsji

The file "fmtcrdsji" will be scanned. Any errors found will be listed along with counts for the number of cards, number of background variables (number of V's, plus one for all the "B..."), and the number of task variables (number of T's).

Back to document index