Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!sdd.hp.com!ucsd!ucbvax!ukfsc.iinus1.ibm.com!cathcart From: cathcart@ukfsc.iinus1.ibm.com ("Mark Cathcart") Newsgroups: comp.lang.rexx Subject: REXX Language levels Message-ID: <9012200939.AA25110@ucbvax.Berkeley.EDU> Date: 20 Dec 90 09:13:49 GMT Sender: usenet@ucbvax.BERKELEY.EDU Lines: 10 Eric, I know you know... but just to make it clear these levels are the REXX language levels. If your interpreter/compiler is at x.xx level then it should at least support that level, there is no requirement to remove function from previous levels, especially where the interpreter/compiler had existed in that environment at a prior level. I see no good reason to remove FIND or INDEX et al from the VM/CMS Interpreter. For example, my VM/ESA Interpreter returns 3.46 for the level and still supports externals, find, index, justify, linesize and userid bifs. It would be daft if it didn't.