When upgrading or migrating between Telon environments (e.g., from v4.0 to v5.1), users often need to move a large number of Screen Definitions (SDs) and associated programs. Exporting and importing each member individually is time-consuming. Users need a way to transport these objects in bulk using application headers.
Telon Application Generator Releases: 4.0, 5.1
To transport programs and SDs in bulk, use the Telon Transport utility. This utility allows you to export all members associated with specific headers or even the entire TDF database.
Before performing the transport, list your headers to identify which ones to move:
INSTALL at the command prompt.Use the Transport-Out utility to create a transport file:
JUTRANO or TLNOTRAN (located in the CAWLINST library).//TRANPORT.TPCTL DD * statement, use the HEADER parameter.EXPORTSELAUTOREF instead of EXPORTSELNOREF ensures that all referenced Data Administration entries (DB2/IMS definitions) are included in the transport file automatically.TRANPORT EXPORTALL.Use the Transport-In utility to load the file into the target environment (e.g., v5.1):
JUTRANI or TLNITRAN (located in the target CAWLINST library).//TRANPORT.TPCTL DD * statement, specify how to handle existing objects.IMPORTALLREPLACE to overwrite existing entries or IMPORTALLIGNORE to only add new onesJVERFY), custom code exceeding 2,000 lines, or insufficient VSAM space (run JREORGPR).RUNTYPE=M (Merge) and MAXSEVR=12 in JUMDEF if moving Data Administration entries.