CL Command Reference - STRPGMEXP

CL Command List > STRPGMEXP Reference

Description:

The Start Program Export List (STRPGMEXP) binder definition statement starts a list of exports in a service program export block.


Examples:

STRPGMEXP PGMLVL(*CURRENT) LVLCHK(*YES) SIGNATURE(*GEN)

This binder definition statement marks the beginning of a list of exported variables or procedures for a service program. This service program export block contains exports for the current service program. Level checking will be performed using a signature generated by the operating system.