IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

how to retain the Lower case entered from screen as it is.


IBM Mainframe Forums -> CICS
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
senthil041083
Warnings : 1

New User


Joined: 20 May 2007
Posts: 19
Location: INDIA

PostPosted: Thu Aug 07, 2008 11:59 pm
Reply with quote

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
View user's profile Send private message
Bill O'Boyle

CICS Moderator


Joined: 14 Jan 2008
Posts: 2501
Location: Atlanta, Georgia, USA

PostPosted: Fri Aug 08, 2008 1:04 am
Reply with quote

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
View user's profile Send private message
cpuhawg

Active User


Joined: 14 Jun 2006
Posts: 331
Location: Jacksonville, FL

PostPosted: Fri Aug 08, 2008 1:10 am
Reply with quote

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
View user's profile Send private message
Bill Dennis

Active Member


Joined: 17 Aug 2007
Posts: 562
Location: Iowa, USA

PostPosted: Fri Aug 08, 2008 2:28 am
Reply with quote

Oops, cpuhawg. This is a CICS screen, not ISPF.
Back to top
View user's profile Send private message
Earl Haigh

Active User


Joined: 25 Jul 2006
Posts: 475

PostPosted: Fri Aug 08, 2008 5:05 am
Reply with quote

you need to discuss this with your CICS systems people
responsible for Terminal and Transaction definitions
Back to top
View user's profile Send private message
senthil041083
Warnings : 1

New User


Joined: 20 May 2007
Posts: 19
Location: INDIA

PostPosted: Fri Aug 08, 2008 1:52 pm
Reply with quote

Hi all,
Thanks for your replies. I have a raised to the system admins.


thanks,
senthil
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> CICS

 


Similar Topics
Topic Forum Replies
No new posts COBOL -Linkage Section-Case Sensitive COBOL Programming 1
No new posts Zunit Test case editor error Testing & Performance 4
No new posts Data for newly added fields not displ... IMS DB/DC 6
No new posts DATA SET LIST UTILITY screen TSO/ISPF 6
No new posts Am Getting a vertical line in ISPF SC... TSO/ISPF 3
Search our Forums:

Back to Top