HP3000-L Archives

October 1999, Week 3

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:
Thu, 21 Oct 1999 08:13:39 -0400
Content-Type:
text/plain
Parts/Attachments:
text/plain (9 lines)
Is there any way using an HP intrinsic to build a file within a COBOL
program?  I ask because the temporary file that is created by COBOL under
MPE only allows 10,000 records.  I need to bump this number up, but I
haven't been able to come up with a way to solve this problem.

I know I can create the file using a build statement, but I'm creating the
file with a different name every time at run-time, so I need to do the
build within the COBOL program.

ATOM RSS1 RSS2