| IBM MAINFRAME HELP & SUPPORT FORUMS Technical Forums for IBM Mainframe Applications like COBOL, JCL, CICS, DB2, FileAid, DFSORT, Endevor, Xpediter, CoolGen, CA-7&11, AbendAid, IMS, IDMS, PL/I, MqSeries, SyncSort, Assembler, ChangeMan, Easytrieve, InterTest, REXX, CLIST etc...
|
| View previous topic :: View next topic |
| Author |
Message |
senthil041083
Joined: 20 May 2007
Posts: 19
Location: chennai
|
| Posted: Thu Aug 07, 2008 11:59 pm Post subject: how to retain the Lower case entered from screen as it is. |
|
|
Hi all,
My requirement is to save the lower case input entered thru screen as it is...i have tried with ASIS option.
I have tried UCTRAN option also but none of them are working please help me solve this.
thanks,
senthil |
|
| Back to top |
|
Bill O'Boyle
Joined: 14 Jan 2008
Posts: 345
Location: Orlando, FL, USA
|
| Posted: Fri Aug 08, 2008 1:04 am Post subject: Re: how to retain the Lower case entered from screen as it i |
|
|
Review the Uctran parameter of the PROFILE definition, which is pre-assigned to a given TRANCLASS.
These duties are normally performed either by your CICS System Programmer or Tech Support personnel via RDO.
Bill |
|
| Back to top |
|
cpuhawg
Joined: 14 Jun 2006
Posts: 280
Location: Jacksonville, FL
|
| Posted: Fri Aug 08, 2008 1:10 am Post subject: Reply to: how to retain the Lower case entered from screen a |
|
|
I believe this is done when you define the )ATTR section of your panel.
Code:
_ TYPE(TEXT) SKIP(OFF) INTENS(HIGH) CAPS(OFF)
|
|
| Back to top |
|
Bill Dennis
Joined: 17 Aug 2007
Posts: 313
Location: Iowa, USA
|
| Posted: Fri Aug 08, 2008 2:28 am Post subject: |
|
|
| Oops, cpuhawg. This is a CICS screen, not ISPF. |
|
| Back to top |
|
Earl Haigh
Joined: 25 Jul 2006
Posts: 219
|
| Posted: Fri Aug 08, 2008 5:05 am Post subject: |
|
|
you need to discuss this with your CICS systems people
responsible for Terminal and Transaction definitions |
|
| Back to top |
|
senthil041083
Joined: 20 May 2007
Posts: 19
Location: chennai
|
| Posted: Fri Aug 08, 2008 1:52 pm Post subject: Reply to: how to retain the Lower case entered from screen a |
|
|
Hi all,
Thanks for your replies. I have a raised to the system admins.
thanks,
senthil |
|
| Back to top |
|
| |
THIS IS AN ARCIVE FORUM IN READ ONLY MODE. IF YOU WANT TO ASK YOUR DOUBTS USE THE ACTUAL FORUM
|