Product: ACUCOBOL-GT
Module: Runtime
Machines Affected: All
You can now create .NET objects on the server when executing in a distributed environment such as Thin Client or AcuToWeb.
When you use the CREATE statement to create a .NET object on the server, you must specify a SERVER-NAME. The value of the SERVER-NAME must start with the prefix Local: to signify that the object should be created on the application host (server runtime) rather than on the client (display host, or thin client, or web browser). For example:
CREATE .NET_object SERVER-NAME "Local:the_server_name"