Skip to main content

Problem:

Copy members and called subroutines not found after porting source of working Windows Cobol program to Unix.

Resolution:

Unix treats case as significant in file names.  Use FOLDCOPYNAME and FOLDCALLNAME directives to assist resolution.

Old KB# 7157