COBOL Manual for TNS and TNS/R Programs
Compiler Diagnostic Messages
HP COBOL Manual for TNS and TNS/R Programs—522555-006
47-83
Message List
441 (Error)
Cause. A program in a user library references an external data item.
442 (Error)
Cause. A main program is in a user library.
443 (Error)
Effect. A program that is not an initial program is in a user library.
444 (Error)
Cause. An embedded program is in a user library.
445 (Error)
Cause. A data item with the GLOBAL attribute is in a user library.
446 (Error)
Cause. A program in a COPY library or user library has a PROGRAM COLLATING
SEQUENCE clause in its Environment Division.
447 (Error)
Cause. A file whose COBOL file name has the GLOBAL attribute is in a user library.
External data item not allowed in library object
Library object cannot contain a main program
Library object can only contain initial programs
Embedded programs are not allowed in library object
Global data item not allowed in library object
COLLATING SEQUENCE clause not allowed in library
Global file not allowed in library object