Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!linus!philabs!prls!pyramid!pesnta!valid!gelfand From: gelfand@valid.UUCP (Brooks Gelfand) Newsgroups: net.followup Subject: Re: FYI: VM systems on the net Message-ID: <424@valid.UUCP> Date: Thu, 10-Jul-86 16:08:39 EDT Article-I.D.: valid.424 Posted: Thu Jul 10 16:08:39 1986 Date-Received: Fri, 11-Jul-86 22:09:34 EDT References: <6340MW9@PSUVM> <310@argus.UUCP> Organization: Valid Logic, San Jose, CA Lines: 41 > In article <6340MW9@PSUVM>, MW9@PSUVM.BITNET writes: > Like what from the Un*x world is relavent to the VM world? And vica > versa? I don't think my REXX programs are much good on Un*x environments. > Furthermore, if the programs are C, there is another problem: what > the heck do you make the square brackets "[" and "]"? Of course > we could more to a real language like Fortran or Ada, but that's > another story. > > -- > Kenneth Ng: > Post office: NJIT - CCCC, Newark New Jersey 07102 > uucp(unreliable) ihnp4!allegra!bellcore!njitcccc!ken > soon uucp:ken@rigel.cccc.njit.edu > bitnet(prefered) ken@njitcccc.bitnet > soon bitnet: ken@orion.cccc.njit.edu > (Yes, we are slowly moving to RFC 920, kicking and screaming) > > Vulcan jealousy: "I fail to see the logic in prefering Stonn over me" > Romulan: "Permit me the glory of the kill" There are several way to make the square brackets under VM a. The square brackets are part of the APL character set. If you are using a 3274 controller, simply generate the APL character set option and get the correct key caps for your 3179 or equivalent tubes. b. If you have Waterloo C, follow the instructions in paragraph 1.5.4 of the users guide (Version 1.3 dtd 31 March 1986). c. Use the ALTER subcommand to XEDIT to alter any chosen characters to the bracket symbols. The ALTER subcommand is described in SYSTEM PRODUCT EDITOR COMMAND and MACRO REFERENCE manual SC24-5221. d. Use the CMS SET INPUT command to translate any characters to the [ (X'AD') or the ] (X'BD') symbols. A complete description of the SET INPUT command may be found in the CMS COMMAND and MACRO REFERENCE manual SC19-6209. Brooks Gelfand