|
|
| Author |
Message |
dkalyan_c
New User
Joined: 06 Apr 2006 Posts: 9
|
|
|
|
What map attribute option should i use to make sure that small case entered on screen is not converted to upper case.
If there is any other method also, let me know |
|
| Back to top |
|
 |
References
|
Posted: Thu May 15, 2008 10:39 am Post subject: Re: How to receive lower case characters from CICS screen? |
 |
|
|
 |
srvmani Warnings : 1 New User
Joined: 30 Dec 2003 Posts: 5
|
|
|
|
| I think UCTRAN option you can use... |
|
| Back to top |
|
 |
Shamsudeen
New User
Joined: 16 Jan 2006 Posts: 3
|
|
|
|
Hey Kalyan
I think the ASIS option in the receive command will not do the translation.
try your luck  |
|
| Back to top |
|
 |
Bill O'Boyle
Active User
Joined: 14 Jan 2008 Posts: 270 Location: Orlando, FL, USA
|
|
|
|
Defining a particular TRANSACTION to a unique PROFILE in RDO (specifying UCTRAN=NO), is another approach.
Regards,
Bill |
|
| Back to top |
|
 |
Earl Haigh
Active User
Joined: 25 Jul 2006 Posts: 162
|
|
|
|
There is no map attribute for changing lower case to upper case character,
this is controlled by systems definition.
Have you tried talking to your CICS systems programmer ? |
|
| Back to top |
|
 |
|
|