skip to main content

Special Features : Distributed environment (Application Server)

Distributed environment (Application Server)
isCOBOL provides the ability to deploy the COBOL application in an Application Server environment. This kind of approach separates the backend part (that will run server-side) from the UI part (that will run client-side).
This kind of achitecture runs on every kind of network (local and remote) using the TCP/IP protocol.
While working in an Application Server environment, the program can take advantage of the following features:
CALL CLIENT “MYPROG” USING param-1, param-2.
SELECT client-file ASSIGN TO filename
  ORGANIZATION BINARY SEQUENTIAL
  CLASS "com.iscobol.io.RemoteRelative"

Copyright (c) 2017 Veryant
Contact us
Please share your comments on this manual or on any
Veryant product documentation with the email button at the top left