How to eliminate the 'TLMSYS01' error message
search cancel

How to eliminate the 'TLMSYS01' error message

book

Article ID: 69377

calendar_today

Updated On:

Products

Telon Application Generator

Issue/Introduction

How may the 'TLMSYS01' error message be eliminated?

 

Environment

Telon Application Generator, release 5.1

Resolution

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.