home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / sys / hp / 9291 < prev    next >
Encoding:
Internet Message Format  |  1992-08-14  |  1.5 KB

  1. From: davep@hpwin052.uksr.hp.com (Dave Porter)
  2. Date: Mon, 10 Aug 1992 15:31:28 GMT
  3. Subject: Re: HELP: Transfer data from HP1000 to HP9000
  4. Message-ID: <95780048@hpwin052.uksr.hp.com>
  5. Organization: HP Response Centre, Berkshire, England.
  6. Path: sparky!uunet!usc!zaphod.mps.ohio-state.edu!sdd.hp.com!hpscdc!hplextra!otter.hpl.hp.com!hpltoad!hpopd!hpwin052!davep
  7. Newsgroups: comp.sys.hp
  8. References: <1992Aug07.140940.17184@eng.umd.edu>
  9. Lines: 22
  10.  
  11. Hi Yvonne,
  12.  
  13. >>I am having some problem transferring data from an HP1000 to an optical disk
  14. >>which will be read by an HP9000, 800 series model.  If anyone can help me with
  15. >>any information, or software that may convert data to become HP9000 read able
  16. >>data, it will be appreciated.
  17.  
  18. [useful notes about physically getting the data from 1000 to 9000 deleted]
  19.  
  20. >If we were to drop the assumption that physically moving media between SCSI
  21. >devices is your only means of transferring the data, there are a number of
  22. >other options for converting 1000 data to 9000-readable data.
  23.  
  24. Note that the floating point number format used on the 1000 is different from
  25. that on the 9000 - if you have any floating point data, you'll need to convert
  26. it on the 1000 prior to transferring the data (I'm not aware of any way to do
  27. the conversion on the 9000 end). The routines which perform the conversion are
  28. FCHI (single-precision HP1000 format to IEEE format) and DFCHI (double
  29. precision) - see the "Relocatable Libraries Reference Manual" section 11 for
  30. details.
  31.  
  32. DaveP
  33.