Telon runtime modules needed for runtime applications
search cancel

Telon runtime modules needed for runtime applications

book

Article ID: 261758

calendar_today

Updated On:

Products

Telon Application Generator

Issue/Introduction

Is the Telon Application Generator runtime library needed when executing in the production environment?
What are some of the reasons why this may need to be included?

Environment

Telon Application Generator, Release : 5.1

Resolution

Please know that the Telon Loadlib, the CAWLLOAD, is needed for abnormal termination, line optimization, and dynamic field edits.  

Here is a link to the information on Abnormal Termination Documentation:
https://techdocs.broadcom.com/us/en/ca-mainframe-software/devops/ca-telon-application-generator/5-1/implementing/basic-procedures/terminate-a-program-abnormally.html

and Line Optimization Documentation:
https://techdocs.broadcom.com/us/en/ca-mainframe-software/devops/ca-telon-application-generator/5-1/programming-concepts/advanced-tdf-concepts/line-optimization-and-screen-merge-processing.html

Setting Abnormal termination to 0 to therefore eliminate Telon handling is not recommended.  It is also very rare to have AbnormalT parm set to 0, Lineopt set to 2 or 3, and no dynamic field edits in place.

Therefore, because of the very many variables in place, it is strongly recommended to specify the Telon Application Generator 5.1 CAWLLOAD at the time of execution.