HP3000-L Archives

July 1999, Week 4

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:
Bruce Conrad <[log in to unmask]>
Reply To:
Date:
Mon, 26 Jul 1999 11:56:14 -0400
Content-Type:
text/plain
Parts/Attachments:
text/plain (26 lines)
One of our programmers here came up with a simple ingenious solution to have the
 JCL create Quiz-format extract
subfiles large enough to hold the data. We were continually getting Quiz "max
number of records found" until we started
this. I don't have my exact notes on how to do this (with me), but this is
basically how it's done:

!COMMENT
!COMMENT  Determine how large the QUIZ template file should be
!COMMENT ------------------------------------------------------
!
!SETVAR datafile FINFO("*datafile","EOF") + 1
!ECHO SET REPORT LIMIT !datafile > mysubf
!
!QUIZ
.....
SET SUBFILE ...newfile KEEP
USE mysubf
GO
;
hope this helps!

Bruce Conrad
Hahvahd Pilgrim Health Care
Boston, MA

ATOM RSS1 RSS2