added CMS folder
This commit is contained in:
10
CMS/BP.CLOCK/LIST.SIZE
Normal file
10
CMS/BP.CLOCK/LIST.SIZE
Normal file
@@ -0,0 +1,10 @@
|
||||
SUBROUTINE LIST.SIZE
|
||||
****************************************
|
||||
* This subroutine returns the number of
|
||||
* frames used by a list. It is called
|
||||
* from dictionary item LIST.SIZE in the
|
||||
* master dictionary (MD).
|
||||
****************************************
|
||||
$INCLUDE ACCESS.COMMON
|
||||
CURRENT$=INT(CURRENT$/2000)+1
|
||||
RETURN CURRENT$
|
||||
Reference in New Issue
Block a user