Level Check Parameter on the STRPGMEXP Command
Level Check Parameter on the STRPGMEXP Command
Level Check Parameter on the STRPGMEXP Command
The level check (LVLCHK) parameter on the STRPGMEXP command specifies whether the binder will automatically check the public interface to a service program. Specifying LVLCHK(*YES), or using the default value LVLCHK(*YES), causes the binder to examine the signature at runtime. The system verifies that the value matches the value known to the service program’s clients. If the values match, clients of the service program can use the public interface without rebinding to the service program.
Use the LVLCHK(*NO) value with caution. If you cannot control the public interface, runtime or activation errors might occur. See Binder Language Errors for an explanation of the common errors that might occur from using the binder language.