OUTFAC: Create Module Outline Level Factor

Last updated 19 Nov 97

OUTFAC takes a module outline pointer file created by AUDITO (see AUDIT documentation for more information) and creates a factor containing the outline level for every module. Outline levels are counted from 1 (most major) to (typically) 6 (most minor). The output factor will be called MFxxxx/LEV where xxxx is the number of the next available module factor.

Program Invocation

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


@codap outfac <opt> <ssss> <CI(mod-levs)> <MFf> <MT>

opt:    Program Options (none currently supported)
ssss:   The study number
CI:     Input module outline level pointers.
MFf:    Output Module Factor file.
MT:     Input Module Title file for these pointers.

OUTFAC Control Card


OUTFAC <study> <title>

OUTFAC: cc 01-06   The literal 'OUTFAC'.
study:  cc 08-11   The 4-digit study-id for this run.
title:  cc 13-72   The 60 character title for the output factor

Example

@codap outfac - ssss level.ptrs mf000 mt000
outfac ssss This is a good test of OUTFAC

This example will create an output factor on mf000 containing the outline levels for all the modules on mt000.

Back to document index