c c This is file FILPARAM.INC. It contains the adjustable parameters c and COMMON blocks required by the FILDEF/File Manager system. c *NOTE* If any of the following is modified, you must rebuild tasks c FILEDEF, FILMAN and FILINI, and then reinitialise the system by c running FILINI. This will destroy any existing assignments. c If you make MAXLUN greater than 20, the MAXBUF parameter must be c changed in each of the task builder command files. c c-------Adjustable build parameters c parameter (maxlun=20) ! Maximum logical unit allowed parameter (maxtty=16) ! Maximum terminal number (decimal) parameter (maxvty=4) ! Maximum virtual terminal number c c-------Record pointers c integer*2 recnum common / cmfile / recnum c c-------Record buffer c integer*2 record common / cmbufr / record(8,maxlun)