Skip to main content

Problem:

When migrating from Object COBOL Developer Suite (OCDS) to Server Express, linking a Character Dialog program, some objects cannot be found. Like for example:

DSC.o

DSCOMP.o

DSCRUN.o

DSCVALRN.o

DSDLGINI.o

DSERRHAN.o

DSFLD.o

DSGETSS.o

DSLCONV.o

DSNLSRTN.o

DSRUN.o

DSTERM.o

DSTRACER.o

DSUSRCAL.o

DSUXSYSP.o

DSVRSCRN.o

(These files were in $COBDIR/src/dialog under OCDS).

Resolution:

On Server Express these files are not needed (they are built into the runtime). All you have to do is to remove all references to those files, and to relink.

Old KB# 7218