Introduction:
Generating a Telon program
Question:
Why am I gettting the following generation error?
TLMPGC01
PROGRAM CUSTOM EXIT exit- name NOT AUTHORIZED.
Severity: 16
Reason
Incorrect program definition. The program custom code exit point exit-name is not authorized by the installation.
Environment:
Making a macro change to the Telon TLNIIS macro.
Answer:
There is a TLNIIS macro setting of PGMCUST.
Both in the SETSYS, and SETENV.
You can set it at the Environment level(such as CICS,IMS,BATCH), or the
System level, which is any environment.
PGMCUST=NONE/ANY/( LIST CUSTOM EXITS THAT MAY BE REFERENCED)
LIST CUSTOM EXITS THAT MAY BE REFERENCED
IN PROGRAM GENERATION. "NONE" INDICATES
THAT NO PGMCUST CUSTOM CODE EXIT POINTS
MAY BE USED; "ANY" INDICATES ANY OF THEM
MAY BE REFERENCED.
Additional Information:
(DEFAULT IS "NONE")