ADISINIT

From: Wolf Grossi (ng-wg_at_magro-soft.com)
Date: 03/08/05


Date: Tue, 08 Mar 2005 11:16:03 +0100

Hi all,

building a new rts with MicroFocus ServerExpress-4.0 (64-bit) I use the
following cob command:

cob -xe "" -O newrts.o -o newrts

newrts executes a
cobcall("./SERV-T1", argn, args);

SERV-T1.CBL contains a
DISPLAY "TEXT" AT 0101.

giving the error

mpServ: COBOL-Error at 2005-03-08 10:39:29
Execution error : file 'ADISINIT'
error code: 107, pc=0, call=1, seg=0
107 Operation not implemented in this Run-Time System

A DISPLAY without the 'AT' clause works fine.

Any hints?

Thanks for reading
WOLF