tldm-2503/CMS/BP.CLOCK/LIST.SIZE

11 lines
317 B
Plaintext
Raw Normal View History

2025-03-31 19:00:48 -04:00
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$