home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / sys / sgi / 13336 < prev    next >
Encoding:
Internet Message Format  |  1992-09-08  |  2.6 KB

  1. Path: sparky!uunet!dtix!mimsy!afterlife!adm!news
  2. From: macleod@vissgi.cvrti.utah.edu (Rob MacLeod)
  3. Newsgroups: comp.sys.sgi
  4. Subject: Re: Accelr8 Conversion tools
  5. Message-ID: <32362@adm.brl.mil>
  6. Date: 5 Sep 92 20:06:13 GMT
  7. Sender: news@adm.brl.mil
  8. Lines: 50
  9.  
  10. >Does anyone have experience with the Accelr8 Tools (DCL9, EDT8, LIBR8,
  11. >Transl8, Integer8) from Access Technology?  We are considering a purchase,
  12. >and would appreciate any feedback (positive & negative) about the products.
  13.  
  14. We have used Transl8 for a couple of years and find it to be quite
  15. functional, a real godsend when you need to get some files between VMS and
  16. Unix systems with a minimum of fuss and pain.  It would be nice if the
  17. mget/mput commands were implemented, but we can get around that with a VMS
  18. script that sends a single file with each line.  The script can be
  19. generated in a semi-automatic manner so that large sets of files can be
  20. moved without too much fuss.  The thing that we find most inconvenient with
  21. the package is the length of command-line argument strings we find we need
  22. to get the file transfer to go, eg.,
  23.  
  24. put -s source_format_filename -t target_format_filename source_filename \
  25.     target_filename. 
  26.  
  27. with an occasional -r to clobber existing files at the target.
  28.  
  29. There are also some funky things with filenames that include underscores
  30. (_), which took us a while to clue into.
  31.  
  32. A more significant problem is the limitation on record size that the
  33. product will handle.  We had some image files stored as binary grey-scale
  34. values on a 256 X 256 grid, which ended up being 64kByte in size, stored
  35. under VMS as a single record.  This is too big a record for Transl8 (the
  36. max is 65,500 Bytes < 65,536 = 64kB), and so I had to re-write the files in
  37. a new format of smaller, more numerous records, then transfer them, and
  38. re-pack at the other end.  
  39.  
  40. For file types that we move often between system, we have moved to
  41. converting the data ourselves and providing NFS access to get at the files.
  42. And we have also used ASCII files, which provides the best in portability
  43. and the worst in storage efficiency.  But for binary files we move only
  44. occasionally, Transl8 works well.
  45.  
  46. Hope this helps,
  47.  
  48. Rob.
  49.  
  50.  
  51. --------------------------------------------------------------------------
  52. Rob MacLeod, Ph.D.
  53. Nora Eccles Harrison Cardiovascular Research and Training Institute (CVRTI)
  54. Building 500, University of Utah          
  55. Salt Lake City, Utah 84112                      ____  __o
  56. Internet:  macleod@cvrti.utah.edu              ____   -\<,
  57. Phonemail: (801)581-8183                         ....0/ 0
  58. Fax:       (801)581-3128
  59. ---------------------------------------------------------------------------
  60.