EXPORTTF: Create Portable Copy of Task Factor File

Last updated 18 Nov 97

EXPORTTF will extract all information in a Task Factor file and write a fixed-format text file with 80-character records. This file can then be ported to another computer system.

Program Invocation

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


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

opt:      Program options (none currently supported)
ssss:     The study number 
TFf:      Input Task Factor file
TFfX:     Output portable Task Factor file.

Example

@codap exporttf - ssss tf200 tf200.exp

This run will create an exportable copy of tf200 called 'tf200.exp'.

Back to document index