Problem:
I would like to modify my files with SDE. But all my source files have the extension pco .
Resolution:
It is necessary to modify the configuration file for the development environment, which is located in $COBDIR/etc/mfcobolrc.
After the tag [EDIT-USER], ( This tag describes the defaults to be used by the COBOL Editor)
After the line
MARGINS
BAK
cbl
Add
MARGINS
pco
cbl
Modify the line
EXTENSIONS
cbl cpy cob bak CBL CPY COB BAK {space}
To read
EXTENSIONS
cbl cpy cob bak CBL CPY COB BAK pco {space}
