MODCOP: Create Co-performance Factors for Modules

Last updated 19 Nov 97

MODCOP creates a co-performance factor (COP) and a group membership mask (MBR) for each module in a specified Module Title file, including the tasks-not-referenced module. If a module contains no tasks, no factors are created for that module. The factor title is extracted from the first 60 characters of the associated module title.

Program Invocation

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


@codap modcop <opt> <ssss> <iom> <imt> <otf>

opt:      Program Options (none currently supported)
ssss:     The study number 
iom:      The input Task Overlap Matrix file
imt:      The input Module title file
otf:      The output Task Factor file

Example

@codap modcop - ssss ov600 mt999 tf699

Output co-performance factors and membership masks will be created for all non-empty modules in file mt999.

Back to document index