HP-3000 compatibilty plug in.

The HP-3000 compatibilty plug-in is an optional part of the Kobol compiler. The plug-in must be installed before any HP-3000 compatibilty options will be enabled.

The HP-3000 compatibilty plug-in comes in the form of a library. The directory where plug-ins are installed must be declared using the '-p' option when the compiler is invoked.

For example, if the plug-in is installed in '/usr/lib' then HP-3000 compatibilty can be enabled with the following command:

	  cob2c -p /usr/lib -3 source_file

When the compiled code contains 'CALL INTRINSIC' statements, then the compiler will read the file COBINTR to find the intrisic definitions. If this file is not in the current working directory, then the environment variable COBINTR must be set to the name of the COBINTR file.

for example:

          set COBINTR=/usr/kobol/COBINTR
	  cob2c -p /usr/lib -3 source_file