MODLEV: Promote Task Factors to Module Factors

Last updated 19 Nov 97

MODLEV converts a 'task' factor to a module factor. MODLEV makes the small internal changes necessary to convert this task factor and put it in a Module Factor file. This program is rarely used.

Program Invocation

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


@codap modlev <opt> <ssss> <TFf> <MFf> <MT>
ssss:    The study number
opt:     (none currently supported)
TFf:     Input Task Factor file containing the pseudo task factors.
MFf:     Output Module Factor file
MT:      Input Module Title file

MODLEV Control Card


MODLEV <study> <title>
MODLEV:  cc 01-06  The literal 'MODLEV'
study:   cc 08-11  The study number for this run
title:   cc 13-72  The title for the MODLEV report

Factor Request Cards

The factor requests specify the name and type of the factor(s) to be promoted to module factors.


<name> <typ>

name: cc 01-06 The file of the task factor typ: cc 08-10 The version name of the task factor

These cards are terminated by and end-of-file or @eof image.

Example

@codap modlev * ssss tf100 mf100 mt000
MODLEV ssss Convert input factors to module factors
TF0001 DEC
TF0002 DEC
TF0003 DEC
@eof

The three specified factors will be changed to module factors on file mf100

Back to document index