On: Fri, Jan 07, 2011 at 07:45:29PM +0300,Sergio Lima Wrote:

} We have a program here, got from this list, that is very usefull for us.
} Unfortunatelly I don't remember the author of this program, may be Kris...
} This program is wrote using PIPE command, and FIND all CALL instructions in 
all programas with FILETYPE of COBOL.
} We already use this same program for FIND the EXEC commands in all JCL here, 
and run very well.
} Now, We need, locate the CBL commands, and my program don't want work.
} The code is here : (A piece)

} '| LOCATE ANYCASE 8-* / CALL /', /* Look for CALL Commands */       

This LOCATE is looking for blankCALL starting in col 8.  Suppose the
CALL is in col 8, no match.

-- 
Rich Greenberg  Sarasota, FL, USA richgr atsign panix.com  + 1 941 378 2097
Eastern time.  N6LRT  I speak for myself & my dogs only.    VM'er since CP-67
Canines: Val, Red, Shasta, Zero & Casey (At the bridge)        Owner:Chinook-L
Canines: Red & Cinnar (Siberians)  Retired at the beach  Asst Owner:Sibernet-L

Reply via email to