AUDITV: Audit Variable Titles

Last updated 18 Nov 97

AUDITV will scan background variable titles, detect format errors and, if requested, produce a resequenced output if errors in sequencing are found.

Program Invocation

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


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

opt:      (none currently supported)
ssss:     The study number 
CI1:      Input variable titles.  The standard form for this file can be
	  found in the Common Cards doc.
CI2:      Output file for the resequenced variable titles (optional).

Examples

@codap auditv - ssss variable.ids variable.ids2

This example would scan 'variable.ids' to determine that each variable title had a 'V' in col. 1. It would also produce a resequenced output file if an error in sequencing was detected in the variable numbers in the input. Any sequence errors would be reported.

@codap auditv - ssss variable.ids variable.ids2

This example would also check for a format error in column 1 of the input but would not produce a resequenced output if sequence errors were detected although any sequence errors found would be displayed.

Back to document index