Button for 1977 Button for 1984 Button for 1990 Button for 1995 Button for MDC Button for notes Button for examples

Storage Space Restrictions

1990 Version of ANSI Standard

5 Storage Space Restrictions

The size of a single routine must not exceed 5000 characters. The size of a routine is the sum of the sizes of all the lines in the routine. The size of each line is its length (as defined in 3.1) plus two.

The size of local variable storage must not exceed 5000 characters. This size is defined as the sum of the sizes of all defined local variables, whether within the current New context or defined in a higher level New context. The size of an unsubscripted local variable is the length of its name in characters plus the length of its value in characters, plus four. The size of a local array is the sum of the following:

  1. The length of the name of the array.
  2. Four characters plus the length of each value.
  3. The size of each subscript in each subscript list.
  4. Two additional characters for each node N, whenever $Data(N) is 10 or 11.

All subscripts and values are considered to be character strings for this purpose.

Button for 1977 Button for 1984 Button for 1990 Button for 1995 Button for MDC Button for notes Button for examples

Copyright © Standard Documents; 1977-2024 MUMPS Development Committee;
Copyright © Examples: 1995-2024 Ed de Moel;
Copyright © Annotations: 2003-2008 Jacquard Systems Research
Copyright © Annotations: 2008-2024 Ed de Moel.

This page most recently updated on 14-Nov-2023, 21:40:34.

For comments, contact Ed de Moel (demoel@jacquardsystems.com)