Previous Topic Next topic Print topic


Effect of COBCPY

The following table shows how setting the COBCPY environment variable effects the search order for files specified on COPY statements.

COPY Statement Contents of COBCPY Files Searched For (includes path)
copy f1  
  • f1.cbl
  • f1.cpy
  • f1
copy "f1.cop"  
  • f1.cop
copy "f1.cop" dir1
  • f1.cop
  • dir1\f1.cop
copy "dir1\f1" didr2
  • dir1\f1.cbl
  • dir1\f1.cpy
  • dir1\f1
copy f1 of dir1  
  • dir1\f1.cbl
  • dir1\f1.cpy
  • dir1\f1
copy f1 d:\ (selects root directory on d:)
  • f1.cbl
  • f1.cpy
  • f1
  • d:\f1.cbl
  • d:\f1.cpy
  • d:\f1
copy f1 d: (selects current directory on d:)
  • f1.cbl
  • f1.cpy
  • f1
  • d:f1.cbl
  • d:f1.cpy
  • d:f1
copy f1 dir1\
  • f1.cbl
  • f1.cpy
  • f1
  • dir1\f1.cbl
  • dir1\f1.cpy
  • dir1\f1
copy f1 in dir1 \dir2
  • dir1\f1.cbl
  • dir1\f1.cpy
  • dir1\f1
  • \dir2\f1.cbl
  • \dir2\f1.cpy
  • \dir2\f1
Previous Topic Next topic Print topic