0 pts.
 CICS transaction paramter for lower case
Can you please tell me what parameter to set in order to allow a CICS transaction the use of lower-case letters?

Software/Hardware used:
ASKED: August 18, 2005  2:12 PM
UPDATED: August 18, 2005  4:50 PM

Answer Wiki:
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  Yuriymusheyev   0 pts.
All Answer Wiki Contributors:  Yuriymusheyev   0 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

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

 0 pts.