home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / lang / rexx / 802 < prev    next >
Encoding:
Text File  |  1992-08-27  |  1.2 KB  |  35 lines

  1. Newsgroups: comp.lang.rexx
  2. Path: sparky!uunet!sun-barr!cs.utexas.edu!usc!news.bbn.com!noc.near.net!ns.draper.com!news.draper.com!MVS.draper.com!SEB1525
  3. From: SEB1525@MVS.draper.com (Steve Bacher)
  4. Subject: Re: Blanks, REXX, and portability...
  5. Message-ID: <19920827090341SEB1525@MVS.draper.com>
  6. Sender: MVS NNTP News Reader <NNMVS@MVS.draper.com>
  7. Nntp-Posting-Host: mvs.draper.com
  8. Organization: Draper Laboratory
  9. References: <ANDERS.92Aug26105620@lise3.lise.unit.no>
  10. Date: Thu, 27 Aug 1992 14:03:00 GMT
  11. Lines: 22
  12.  
  13. In article <ANDERS.92Aug26105620@lise3.lise.unit.no>,
  14. anders@lise3.lise.unit.no (Anders Christensen) writes:
  15.  
  16. >You ftp a file from Unix to CMS. You don't use binary mode, since the
  17. >ASCII code would be unreadable on a EBCDIC machine anyway. So you use
  18. >text mode, and your CMS machine translates the text to EBCDIC,
  19. >including translating the tabs to spaces. No problem.
  20.  
  21. Not so (at least with MVS).  ASCII tabs are translated to EBCDIC tabs.
  22.  
  23. [comments on parsing the output of the "who" command]
  24.  
  25. As long as we're talking Unix, you can do
  26.  
  27.   "who | expand"
  28.  
  29. as a portable (from one Unix to another, anyhow) workaround.
  30.  
  31.  
  32. --
  33. Steve Bacher (Batchman)                 Draper Laboratory
  34. Internet: seb@draper.com                Cambridge, MA, USA
  35.