Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. Stringer

    Problem with signed fields in different COBOL II environments

    Have you remembered to allow a byte for the sign? i.e. Pic 9(6)v99 is really a 9 byte field if sign is separate Also note that different compilers store signed numbers in different ways if sign is not separate, which is why you have to specify sign is separate
  2. Stringer

    Parsing strings

    This sounds suspiciously like homework, but as you already have one reply, here's another idea: try using the Inspect instruction if you have covered this. I think this is what your teacher will be looking for, and may be easier for you to programme than having to do your own loops adding to a...

Part and Inventory Search

Back
Top