CEEXPIT
CEEXPIT generates a header for the PreInit table.
- table_name
- Assembler symbolic name assigned to the first word in the PreInit table. The address of this symbol should be used as the ceexptbl_addr parameter in a (init_main) or a (init_sub) call.
- NOSTOR=ABEND
- Indicates that the system is to issue an abend if it cannot obtain storage for the preinitialization environment. This is the default.
- NOSTOR=RC
- Indicates that the system is to issue a return code if it cannot obtain storage for the preinitialization environment.
- STKPROT=NO
- Indicates that the preinitialized subroutine environment that was created will not be enabled for STACKPROTECT. This is the default. It has no effect for a preinitialized main environment.
- STKPROT=YES
- Indicates that the preinitialized subroutine environment that was created will be enabled for STACKPROTECT. It has no effect for a preinitialized main environment.