home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / bit / listserv / dbasel / 835 < prev    next >
Encoding:
Text File  |  1992-08-20  |  1.1 KB  |  27 lines

  1. Comments: Gated by NETNEWS@AUVM.AMERICAN.EDU
  2. Path: sparky!uunet!paladin.american.edu!auvm!HP.UWSUPER.EDU!SSCHMIDT
  3. X-Popmail-Charset: English
  4. Message-ID: <51456.sschmidt@hp.uwsuper.edu>
  5. Newsgroups: bit.listserv.dbase-l
  6. Date:         Thu, 20 Aug 1992 14:17:32 CST
  7. Sender:       "Discussion on the use of the dBase language and related
  8.               dialects" <DBASE-L@NMSUVM1.BITNET>
  9. From:         "Mr. Stanton W. Schmidt" <sschmidt@HP.UWSUPER.EDU>
  10. Subject:      help with pic s9(05) sign trailing.
  11. Lines: 14
  12.  
  13. I have a data file produced by a mainframe application that is ascii text.
  14. I want to load the file into a dBase IV file.  The problem is that some of
  15. the numeric fields were described in the mainframe cobol program as
  16.    fieldname    pic  S9(05) sign trailing.
  17. what this does is put the sign into the last digit, so that when you look
  18. at the ascii representation of a number the last digit appears as a letter,
  19. depending on whether it is negative or not and the actual value of the
  20. digit.  ex. 123 becomes 12C and -123 becomes 12L
  21. Is there a way to tell dBase how to handle this.
  22.  
  23. --
  24. Stanton W. Schmidt
  25. University of Wisconsin-Superior
  26. sschmidt@uwsuper.edu
  27.