HELP ON FOOTING AND SORTING
Max Buten
maxbuten@home.com
Tue, 27 Jan 1998 20:57:10 -0500
CPL OMAR E DENNIS wrote:
>
> Powerhouse Users,
> Can anyone assist me with the following problem, I am trying to create a
> program that is going to tell me this type of information;
> Out of many job descriptions, how many different positions are inside of that
> job description, and of each position, what are the study guides that are being used.
I'll take a shot, without referring to the example, which didn't wrap
well:
SORT ON JOBDESCRIPTION ON POSITION ON STUDYGUIDE
DEFINE KOUNT = 1 AT POSITION
HEADING AT JOBDESCRIPTION TAB 1 JOBDESCRIPTION
FOOTING AT POSITION TAB 30 POSITION
FOOTING AT STUDYGUIDE TAB 60 STUDYGUIDE
FOOTING AT JOBDESCRIPTION TAB 1 "FOR JOB" JOBDESCRIPTION "THERE WERE" &
KOUNT SUBTOTAL "POSITIONS"