Apologies to you guys but I have done a search of Tektips and have searched hard and low to see if this question has been asked but cannot find it - so please do forgive me.
I am only dealing with a fixed Ascii text record.
I want to declare a field Signed numeric.
What are the valid values in the first offset?
If I have a negative value for a S9(6) then -12345 is ok or
012345 0r +12345
BUT if the number is positive - can i also have for example 712345 (ie Can I use the first digit for any number greater than 0 in a signed numeric) ?
Thank you for your advice (and patience!)
I am only dealing with a fixed Ascii text record.
I want to declare a field Signed numeric.
What are the valid values in the first offset?
If I have a negative value for a S9(6) then -12345 is ok or
012345 0r +12345
BUT if the number is positive - can i also have for example 712345 (ie Can I use the first digit for any number greater than 0 in a signed numeric) ?
Thank you for your advice (and patience!)