TITLES: Create Task Title File from Task Title Statements

Last updated 19 Nov 97

TITLES will collect the task and duty statements, along with the task-within-duty table, and format them into a random access Task Title file. TITLES performs some limited error checking on the data collected, but the input data should be processed by AUDITT for a more thorough check for errors.

Normally the Task Title file is created by INPSTD, but TITLES is used when the raw data for AUDITR is not yet available. TITLES is also used to create an extended task inventory with tasks that were not part of the survey. Extended task inventories should not be audited with AUDITT.

Automatic Process Generation

TITLES 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 titles <opt> <ssss> <TT> <CI1> <CI2>

opt:  P   Print listing of task and duty titles
      X   Accept extended list of task titles
ssss:     The study number
TT:       Output Task Title file
CI1:      Input card image Task within Duty table. The format is described
	  in the Common Cards document.
CI2:      Input card image Task and Duty Titles.  The format is described
	  in the Common Cards document.
TITLES Control Card


TITLES <study> <ncase> <nduty> <ntask> <nhist>

TITLES:  cc 01-06  The literal 'TITLES'
study:   cc 08-11  The study number for this run
ncase:   cc 13-17  The number of cases
nduty:   cc 19-20  The  number of duties
ntask:   cc 22-25  The number of tasks
nhist:   cc 27-30  The number of background variables

TITLES Title Card


TITLES <title>

TITLES:  cc 01-06  The literal 'TITLES'
title:   cc 08-67  The desired title for the output file.

Example

@codap titles p ssss tt000 twdt task.duty.titles
TITLES   200 12  363  367
TITLES This is the title field

This will use files twdt and task.duty.titles as input to be scanned for errors and used to create the output Task Title file tt000. Upon completion of this run, a TASKXX run will be started using tt000 as input.

Back to document index