Previous Topic Next topic Print topic


-roption[v]

Links your program with the shared run-time system using dynamic binding.

Where:

option

Indicates the run-time system to bind to and is one of:

  • E - to bind either a single or multi-threaded run-time system
  • S - to bind the single-threaded run-time system
  • M - to bind the multi-threaded run-time system
v

Limits dynamic binding to the current release of the run-time system. If you do not specify this parameter the executable can bind with current and future versions of your COBOL run-time system.

The actual run-time system chosen is determined by the version specified in the registry.

This form of linking should be used on any application that is deployed using Server Enterprise Edition.

Previous Topic Next topic Print topic