PRTDIF: Print Group Differences

Last updated 19 Nov 97

PRTDIF prints a group difference report for any pair of groups having Percent Time Spent and Percent Members Performing vectors on the Task Factor file.

Program Invocation

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


@codap prtdif <opt> <ssss> <TFf> <TT>

opt:     Program Options (none currently supported)
ssss:    The study number
TFf:     Input Task Factor file
TT:      Input Task Title or Module Title file

PRTDIF Control Card


PRTDIF <study

PRTDIF:  cc 01-06   The literal 'PRTDIF'
study:   cc 08-11   The study number for this run

Note Card Sets

This set of cards is used for adding textual material to the beginning of the job description report. There is no limit to the amount of text added to the report. Notes may be changed between reports by issuing another note card set.


NOTE
notes...
@EOF

Group Difference Request Cards

These cards specify which pair(s) of groups will be compared. There is no limit on the number of group pairs that can be requested.


<group1> <group2> <sort> <mincut> <title>

group1:  cc 01-06    The group identifier for the first group
group2:  cc 08-13    The group identifier for the second group
sort:    cc 15       The sort sequence for printing
		     M - sort on percent members performing difference
			 descending (default)
		     N - do not sort, inventory order
		     T - sort on average percent time spent difference
			 descending
		     X - display PMP only, sorted on PMP difference
		     I - display PMP only, in inventory order
mincut:  cc 17-20    The minimum absolute cutoff value. If the sort is on
		     percent time spent (T), this is the minimum absolute
		     percent time difference.  Otherwise, this is the
		     minimum absolute percent members performing difference.
title:   cc 22-80    The optional report title to use for this report.
		     If blank, PRTDIF generates one.

These cards are terminated by an end-of-file or an '@eof' image.

Example

@codap prtdif - ssss tf100 tt001
PRTDIF ssss
NOTE
...study notes for this run...
@EOF
GP0050 GP0051   10.0
ST0234 ST0121   10.0
GP0050 GP0051 T 0.20
@EOF

This example will print three group difference reports. The first two are similar in that they both only print tasks in which there was at least a difference of 10.0 between the corresponding percent members performing values. The third report restricts tasks to those where the percent time spent difference was at least 0.20. Report three will be sorted on percent time spent difference.

Back to document index