HP3000-L Archives

December 1996, Week 1

HP3000-L@RAVEN.UTC.EDU

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
Reply To:
Date:
Tue, 3 Dec 1996 16:14:39 -0800
Content-Type:
text/plain
Parts/Attachments:
text/plain (24 lines)
Fernando:

Use QTP instead of QUIZ:

access *tpf5356b
define d-crscmp character*8 = course-version[1:6] + &
                              campus-code[1:2]
sort on student-number &
     on d-crscmp &
     on campus-code
temporary campus-count integer*4
  item campus-count count reset at campus-code
subfile tpf5356d at campus-code &
     includes student-number, course-version, &
              subject-number, campus-code, &
              campus-count
go

The resulting subfile ("tpf5356d") can be used by QUIZ.

------------
Randy Medd
Telamon, Inc.

ATOM RSS1 RSS2