Path: utzoo!utgpu!watserv1!watmath!att!att!pacbell.com!ucsd!sdd.hp.com!zaphod.mps.ohio-state.edu!julius.cs.uiuc.edu!psuvax1!psuvm!trearn!oprj36 From: OPRJ36@TREARN.BITNET (Bahri Bora BALI AG) Newsgroups: comp.lang.rexx Subject: Re: Question about Parsing Message-ID: <90333.022747OPRJ36@TREARN.BITNET> Date: 29 Nov 90 02:37:20 GMT References: <9304@ncar.ucar.edu> Organization: Ege University - Computing Center Lines: 19 Hello! I don't fi we are talking about Rexx370 parser. But The following code does what you would like to do (using numeric pattern in parsing)... Here is it: /* */ Trace off begcol = 17 endcol = 21 rxcmd = "Parse value DIAG(8,'CP QUERY CPUID') with" begcol "cpuid" endcol Interpret rxcmd Say "CPU model:" cpuid Exit