How may the 'TLMSYS01' error message be eliminated?
Telon Application Generator, release 5.1
In Telon Application Generator release 5.x, there are only two valid values.
The valid values for the SYSPARM parameter to be coded in the JCL are COBVERS2 (to generate COBOL II code) or COBVERS3 (to generate Enterprise COBOL code).
The SYSPARM to specify the version of COBOL is not needed.
COBVERS=2 or COBVERS=3 may be specified on the SETSYS or the SETENV invocation in your TLNIIS macro.
If COBVERS2 or COBVERS3 is specified in JCL, the value takes precedence over the TLNIIS setting.
If you want to specify the SYSPARM for LE/COBOL, add "SYSPARM(COBVERS3)," to the end of the first //GEN line.
If you want to specify the SYSPARM for COBOL II, add "SYSPARM(COBVERS2)," to the end of the third //GEN line.