Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

error while executing DISPLAY stmt in RM/COBOL

Status
Not open for further replies.

sreeja1611

Programmer
Sep 3, 2002
7
FR
Hi,
We are migrating from digital alpha(unix) to sun solaris 8.
when i execute this code snippet witn RM-COBOL,

display wcb high erase line window-line
column window-column
control "window-create".
accept window-status from exception status

I am getting run-time error code 305 ie window manager not available.

earliest help is very much appreciated.

Rgds,
Ravi


 
1- What is the version of the runtime.
2- If the runtime you are using is greater than 5.17, then it is possible that the runtime has been installed without the window manager. Reinstall it and choose the option to install with the window manager
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top