cobol3.hlp (Topic list)
Message 036 (↑ Code Generation Messages)
 Key                                       Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
  Message:      036
 
  Text:         NOTRICKLE only valid with NOALTER, NOALTER assumed
 
  Severity:     Cautionary
 
  Explanation:  When you use an invalid combination of directives,
                your COBOL system tries to make it valid by assuming
                appropriate directives.
 
                For a program with SORT statements, NOTRICKLE is
                valid only if NOALTER is also specified. NOTRICKLE
                cannot be used if the program contains ALTER
                statements.
 
  Resolution:   To prevent the message being displayed, use the
                NOWARNING directive. See also WARNING
                                    -♦-