FACSXX: List Factors from a Task Factor File

Last updated 18 Nov 97

FACSXX will list the factors contained on a Task Factor file. The user may specify the type of factors to be listed.

Program Invocation

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


@codap facsxx <opt> <ssss> <TFf>

opt:  A   Print all four report types
      F   List only task factors (no membership masks)
      J   List all job description factors (MBR, PMP, and PTS)
      L   List all factors (default)
      M   List all membership masks (MBR only))
      S   Sort factors ascending on name.  The default sort is on date and 
          time created.
ssss:     The study number 
TFf:      Input Task, Module or Case factor file

Examples

@codap facsxx sm ssss tf100

All membership vectors in file TF100 will be listed in sequence on name.

@codap facsxx - ssss tf200

All factors will be listed ascending on date and time created.

Back to document index