Skip to main content

How to use the filename extension pco under SDE

  • February 15, 2013
  • 0 replies
  • 0 views

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}

Old KB# 2017

0 replies

Be the first to reply!