MAKTFL: Create Task Title File from Case Data File

Last updated 19 Nov 97

MAKTFL will read a Case Data file and extract the task and duty title statements. These statements, along with the file communications region and the task-within-duty table are formatted and written on the output Task Title File.

Automatic Process Generation

MAKTFL will generate and add a TASKXX runstream if the P option is specified on the program invocation line.

Program Invocation

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


@codap maktfl <opt> <ssss> <CDf> <TT>

opt:  P   Print listing of task and duty titles
ssss:     The study number
CDf:      Input Case Data file
TT:       Output Task Title file 

Example

@codap maktfl - cd100 tt001

The file cd100 will be read and the output file produced will be tt001. This output file will be a random access file containing the task and duty title statements found on the input file.

Back to document index