Pathmaker Messages Manual
Pathmaker Messages
067870 Tandem Computers Incorporated 2–225
Skel-Badly nested command scopes:
file name.line number
Cause. The macro language processor encountered two scoped commands ( IF or
ITERATE) that have scopes that intersect, but are not nested. The second command
starts in the scope of the first command but ends outside the scope of the first
command.
Issued by the Pathmaker product.
Effect. Generation fails.
Recovery. Change the end-if or end-iterate to be nested and regenerate.
Skel-Buffer overflow:
file name.line number
Cause. The macro language processor encountered an iterate with a scope that has too
many lines for the buffer.
Issued by the Pathmaker product.
Effect. Generation fails.
Recovery. Shorten the scope of the iterate and regenerate.
Skel-Conflicting nested iterates:
file name.line number
Cause. The macro language processor encountered an iterate that is within the scope
of another conflicting iterate, that is, both iterates are trying to establish the same
context.
Issued by the Pathmaker product.
Effect. Generation fails.
Recovery. Correct the conflicting nested iterates and regenerate.
Skel-Construct does not exist:
file name.line number
Cause. The macro language processor encountered a word with the syntax of a
construct but it did not recognize the construct.
Issued by the Pathmaker product.
Effect. Generation fails.
Recovery. Be sure your reference to the construct is correct.