Download SIMSCRIPT II.5 User`s Manual

Transcript
SIMSCRIPT II.5 User’s Guide
1028 Context requires an unsubscripted subprogram variable
An indirect call to a function using the $ name feature requires that the subprogram
variable name be unsubscripted, as the subscripts are treated as given arguments for the
indirect call.
1029 Attribute in first 8 words of process notice is illegal
See message 1027. In addition, a process notice contains the ipc.a, rsa.a,
sta.a and f.rs.s attributes.
1030 Temporary attribute word number out of range
The maximum permissible entity length is 1023 words. Entities of this size should never be
required.
1031 Subscripts not permitted for this variable
A variable defined as unsubscripted is used with a subscript.
1032 Non-integer subscript on a temporary attribute
Temporary attribute subscripts must be pointers.
1033 Negative constant used as a subscript
This illegal condition cannot be compiled.
1034 Subscript not permitted on label
A label is used with a subscript in a go to statement or is defined as subscripted although it
has already appeared without a subscript.
1035 then if statement appears outside if
The then keyword can only be used within an if block. The compiler ignores the then
word.
1036 Missing ')' in logical expression
A (possibly misplaced) right parenthesis is assumed.
1037 div.f valid only with integer values
A floating-point division is performed.
1038 Number of yielding arguments inconsistent with definition
See message 1017.
1039 Attribute of mixed compound entity must be a function
Attributes of mixed compound entities (compound of at least one permanent entity and at
least one temporary entity) must be functions. The compiler assumes a function definition.
1040 Attempt to equivalence function attributes
Function attributes are not assigned any storage and therefore cannot be equivalenced.
1041 Missing ')' in equivalence attribute group
78