Pathmaker Messages Manual
Pathmaker Messages
067870 Tandem Computers Incorporated 2–229
Skel-Nesting of statements is too deep:
file name.line number
Cause. The macro language processor encountered too many IF statements nested
within IF statements.
Issued by the Pathmaker product.
Effect. Generation fails.
Recovery. Reduce the nesting depth and regenerate.
Skel-No context for construct:
file name.line number
Cause. The macro language processor encountered a construct for which the correct
context has not been defined. Refer to the Pathmaker Reference Manual to determine
whether all necessary environment rules are followed for the construct. For example,
you must use the construct within the scope of the required ITERATE statement. Also,
the construct must be valid in the environment in which it is used.
Effect. Generation fails.
Recovery. Correct the scope or environment of the construct and regenerate.
Skel-Parameter not supplied:
file name.line number
Cause. The macro language processor encountered an INVOKE statement that had a
different number of parameters than the definition of the invoked macro.
Issued by the Pathmaker product.
Effect. Generation fails.
Recovery. Correct the mismatch and regenerate.
Skel-Section not found:
file name.line number
.
Cause. The macro language processor encountered a reference to a section in a file that
does not exist.
Issued by the Pathmaker product.
Effect. Generation fails.
Recovery. If the reference is to a section in a custom source file, be sure the correct
section names for the service are in the file. This may occur if a custom source file is
used for multiple services and the section names have not been added to the file.