In the TCT (Terminal Control Table) you have to have the entry for the terminal:
DFHTCT TYPE=TERMINAL,
ACCMETH=VTAM,
TRMIDNT=name,
TRMTYPE=type,
FEATURE=NOUCTRAN
In the program use the command:
EXEC CICS
SET
TERMINAL(EIBTRMID)
NOUCTRAN
END-EXEC.
Last Wiki Answer Submitted: August 18, 2005 2:49 pm by Yuriymusheyev0 pts.
If you live outside the United States, by submitting your email address you consent to having your personal data transferred to and processed in the United States.
If the CICS programmers set the transaction up to be lower case (as per other reply) then no change is required within the program so you’re better off not havin any code within your program to specifically request lower case
If the CICS programmers set the transaction up to be lower case (as per other reply) then no change is required within the program so you’re better off not havin any code within your program to specifically request lower case