Enables an application to target a specified CPU type.
Restriction: This directive is supported for
.NET COBOL only.
Syntax:
>>-----.---ILTARGET--"CPU-type"--.---><
+-NOILTARGET--------------+
Parameters:
-
CPU-type
- Indicates the type of CPU and can be:
Properties:
Default:
|
ILTARGET"ANYCPU"
|
IDE equivalent:
|
Click
|
$SET:
|
Initial
|
Comments:
The main uses of this directive are for performance and for integrating with components that use native platform invokes to access native code.
Applications compiled with SQL(DBMAN=ODBC) for .NET must be compiled with ILTARGET directive specifying the appropriate platform. You cannot specify ILTARGET(ANYCPU) in this case.