View previous topic :: View next topic |
Author |
Message |
js01 Beginner
Joined: 13 Oct 2005 Posts: 84 Topics: 32 Location: INDIA
|
Posted: Mon Dec 10, 2007 4:47 pm Post subject: Receiving extra zeros from terminal |
|
|
Hello friends,
I have an issue that is receiving extra zeros from terminal for the defined map field. Can you please advise how to resolve this issue?
Ex:
Account# 12344A
The actual value that receiving in program field is 000012344A (Here four zeros are padded which should not be)
Below are defined properties for this field
DFHMDF POS=(04,60),LENGTH=10,ATTRB=(UNPROT),
HILIGHT=UNDERLINE |
|
Back to top |
|
 |
kolusu Site Admin

Joined: 26 Nov 2002 Posts: 12378 Topics: 75 Location: San Jose
|
Posted: Mon Dec 10, 2007 6:13 pm Post subject: Re: Receiving extra zeros from terminal |
|
|
js01 wrote: | Hello friends,
I have an issue that is receiving extra zeros from terminal for the defined map field. Can you please advise how to resolve this issue?
Ex:
Account# 12344A
The actual value that receiving in program field is 000012344A (Here four zeros are padded which should not be)
Below are defined properties for this field
DFHMDF POS=(04,60),LENGTH=10,ATTRB=(UNPROT),
HILIGHT=UNDERLINE |
js01,
Look at the LENGTH attribute defined in the map which will answer your query _________________ Kolusu
www.linkedin.com/in/kolusu |
|
Back to top |
|
 |
computer Beginner
Joined: 12 Jun 2007 Posts: 64 Topics: 17 Location: Hyderabad
|
Posted: Mon Jan 21, 2008 10:06 am Post subject: |
|
|
Hi ,
I have a small question in my mind.What if the account no is not fixed to 6 characters.
Mean to say if my account no varies from 5 characters to 10 characters. |
|
Back to top |
|
 |
|
|