JOBMOD: Compare Job Groups and Modules

Last updated 17 Feb 98

JOBMOD analyzes the relationships between job groups and task modules. Summary statistics are produced and reported.

Program Invocation

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


@codap jobmod <opt> <ssss> <tf1> <tf2>

opt:      Program Options (none currently supported)
ssss:     The study number
tf1:      Task Factor file containing job groups
tf2:      Task Factor file containing task modules

JOBMOD Control Card


JOBMOD <study> <title>

JOBMOD:   cc 01-06  The literal 'JOBMOD'
study:    cc 08-11  The 4-digit study ID for this run
title:    cc 13-72  The title for the report

JOBS Control Card

This card indicates the start of job group specifications.


JOBS
JOBS:     cc 01-04  The literal 'JOBS'

Job Group Cards

These cards specify the job groups to be analyzed. A PMP and PTS factor must exist for each job group. There is a limit of 200 job groups per runstream. These cards are read until the 'MODULE' card or an '@EOF' image is encountered.


<group> <title>
group:   cc 01-06  The group ID
title:   cc 08-67  Optional new title for this group

MODULE Control Card

This card indicates the start of module specifications.


MODULE
MODULE:  cc 01-06  The literal 'MODULE'

Module Cards

These cards specify the modules to be analyzed. An MBR membership mask must exist for each module. There is a limit of 200 modules per runstream. These cards are terminated by an end-of-file or an '@eof' image.


<module> <title>
module: cc 01-06 The module ID title: cc 08-67 Optional new title for this module

Example

@codap jobmod - ssss tf100 tf600
JOBMOD ssss Analysis of modules by job group
JOBS
ST0030 Flight-line
GP0003
ST0065 Supervisors
ST0056 Technicians
ST0097 Satellite
MODULE
ST0081 Management task cluster
ST0139 Supervisory task cluster
ST0228 Low-tech tasks
ST0462 High-tech tasks
@EOF

Back to document index