IMPORTTF: Create Task Factor File from Portable Copy

Last updated 18 Nov 97

IMPORTTF will read an exported Task Factor text file from created by EXPORTTF and write a Task Factor file.

Automatic Process Generation

IMPORTTF will generate a FACSXX if the 'P' option is given.

Program Invocation

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


@codap importtf <opt> <ssss> <TFfX> <TFf>

opt:  P   Print a FACSXX listing
ssss:     The study number 
TFfX:     Input portable Task Factor file.
TFf:      Output Task Factor file.

Example

@codap importtf p tf200.exp tf200 

This run will create a Task Factor file from a portable copy, as well as generate a FACSXX run because the 'P' option was given.

Back to document index