View previous topic :: View next topic |
Author |
Message |
kadamd1 Beginner
Joined: 18 Jun 2004 Posts: 2 Topics: 2
|
Posted: Fri Jun 18, 2004 12:27 am Post subject: How to handle numeric fields in CICS?? |
|
|
The amount field on a BMS map is defined as an alphanumeric field. For eg.
This field is defined as X(08) and is redefined as 9(05)V9(02). Now if the
user enters numeric decimal data , is there any automated function which
will ensure that the value of the no. say 19.2 gets stored as 19.20 or
19.123 gets stored as 19.12? |
|
Back to top |
|
 |
kolusu Site Admin

Joined: 26 Nov 2002 Posts: 12378 Topics: 75 Location: San Jose
|
Posted: Fri Jun 18, 2004 6:14 am Post subject: |
|
|
kadam1,
You need to have your own numeric edit check to be able to format the input from the screen.
kolusu _________________ Kolusu
www.linkedin.com/in/kolusu |
|
Back to top |
|
 |
|
|