home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / lang / fortran / 4684 < prev    next >
Encoding:
Text File  |  1992-12-12  |  1.4 KB  |  34 lines

  1. Newsgroups: comp.lang.fortran
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!usc!wupost!gumby!destroyer!cs.ubc.ca!news.UVic.CA!sol.UVic.CA!klassen
  3. From: klassen@sol.UVic.CA (Melvin Klassen)
  4. Subject: Re: How common are long variable names?
  5. Message-ID: <1992Dec12.231501.12788@sol.UVic.CA>
  6. Sender: news@sol.UVic.CA
  7. Nntp-Posting-Host: sol.uvic.ca
  8. Organization: University of Victoria, Victoria, B.C. CANADA
  9. Date: Sat, 12 Dec 92 23:15:01 GMT
  10. Lines: 22
  11.  
  12. Dr. Kenneth H. Fairfield <fairfield@slacvx.slac.stanford.edu> writes:
  13. > My posting was in sympathy to J. Giles' (?) remark about compilers
  14. > which _accept_ long names but, in essence, don't _support_ them.  
  15.  
  16. IBM's compiler fully supports 31-character names, as fully as is possible
  17. on the specific platform (VM/CMS, MVS, AIX/370).
  18.  
  19. > My personal opinion is that it would be better for them to say, 
  20. >   "We support long variable names, 
  21. >    but externals still need to be limited to 7 characters".  
  22.  
  23. Page 7 (in "Chapter 1. Language") of "VS FORTRAN Version 2, Language and
  24. Library Reference, Release 5" (SC26-4221-7) states:
  25.      In CMS and MVS, if a global name is longer than seven characters,
  26.      the first four and last three characters are used to form the
  27.      external symbol.  The external symbol is then used to identify
  28.      the global entity.  For example, ...
  29.  
  30. In the "Release 3" edition (March 1988) of this manual, 
  31. similarly-worded text appears on page 8.
  32.  
  33. It seems clear to me!
  34.