PGMLIB

PURPOSE:
To create a PROGRAM LIBRARY file on disk.
STATEMENT SYNTAX:
{stno} PGMLIB fname,pnsize,pages,pagesize,disk#{,ERR=stno}
where:
fname = Name of the Program Library
pnsize = maximum size of program names (max is 116).
pages = expected maximum number of pages to be contained in the PGMLIB.
pagesize = the size of each page.
disk# = the number associated with the directory into which this file is to be created
EXAMPLE:
520 PGMLIB "MYPGMLIB",32,1000,4096,-1
Notes:
A Program Library is a special DIRECT File.
A program library is activated with the SETDISK command. Once activated it appears to be a directory as far as LOAD,PROGRAM,SAVE,RUN and CALL are concerned. If there is an active program library it will always be checked before the disk directories no matter what its DISK #.