View previous topic :: View next topic |
Author |
Message |
manojagrawal Beginner

Joined: 25 Feb 2003 Posts: 124 Topics: 29
|
Posted: Mon Aug 11, 2003 12:36 pm Post subject: Functionality for the END key / Convert hexa 0's to blanks |
|
|
Hi,
In a CICS application program, if I wanted to include some sort of functionality if the END key is pressed, how would I do it. The mapping for the END key is ERASE EOF.
Another way to in which I see this is something like this. When a user of the CICS screen presses this key for a particular field and it is saved to the IMS DB, it is saved as hexadecimal 0's. How can I test the field before saving it and convert these hexa 0's to blanks? _________________ Thanks & Regards,
Manoj. |
|
Back to top |
|
 |
Dibakar Advanced

Joined: 02 Dec 2002 Posts: 700 Topics: 63 Location: USA
|
Posted: Wed Aug 13, 2003 3:44 am Post subject: |
|
|
Manoj,
Check key mappings, some other key might be mapped to End. Else map some key to End.
For converting null and other non displayable values to spaces, I geerally move spaces if existing values are less than spaces.
Diba. |
|
Back to top |
|
 |
|
|