PLISTUB

Generate a PLI stub program in the source directory for each entry point in the Assembler module being compiled.

Syntax:

[NO]PLISTUB

Properties:

Default: NOPLISTUB

Build Settings:

Type directly into the Additional Directives field on the Assembler tab of your project properties Assembler page.

Comments:

The name of the stub program is #nnnnnnn where nnnnnnn is the entry point name.

Use this directive where you have a PL/I application that issues calls to Assembler modules without specifying the language option ASM You must add the stub programs to the PL/I project and compile them along with the PL/I program that calls them.