Re: EXEC language parser

2011-03-17 Thread Miguel Roman
To: IBMVM@LISTSERV.UARK.EDU Subject: EXEC language parser Hi, I am trying to create inventory list to show all called procedures from an EXEC program. Ideally I require a language parser which parses the syntax but doesn't execute the code; instead just identifies various aspects of the program (like

Re: EXEC language parser

2011-03-17 Thread Les Koehler
@LISTSERV.UARK.EDU Subject: EXEC language parser Hi, I am trying to create inventory list to show all called procedures from an EXEC program. Ideally I require a language parser which parses the syntax but doesn't execute the code; instead just identifies various aspects of the program (like called

Re: EXEC language parser

2011-03-17 Thread Mike Walter
Operating System IBMVM@LISTSERV.UARK.EDU 03/17/2011 10:10 AM Please respond to The IBM z/VM Operating System IBMVM@LISTSERV.UARK.EDU To IBMVM@LISTSERV.UARK.EDU cc Subject Re: EXEC language parser Isn't SCANFILE MODULE available from the VM Download Library? Even if not, PIPES could

Re: EXEC language parser

2011-03-17 Thread Mehta, Nilay
to download IBM Rexx compiler and associated libraries? Thanks. Nilay -Original Message- From: The IBM z/VM Operating System [mailto:IBMVM@LISTSERV.UARK.EDU] On Behalf Of Mike Walter Sent: Thursday, March 17, 2011 11:47 AM To: IBMVM@LISTSERV.UARK.EDU Subject: Re: EXEC language parser

Re: EXEC language parser

2011-03-17 Thread Les Koehler
Message- From: The IBM z/VM Operating System [mailto:IBMVM@LISTSERV.UARK.EDU] On Behalf Of Mike Walter Sent: Thursday, March 17, 2011 11:47 AM To: IBMVM@LISTSERV.UARK.EDU Subject: Re: EXEC language parser There quite a number of tools to scan CMS files for character strings. Everyone seems

EXEC language parser

2011-03-16 Thread Mehta, Nilay
Hi, I am trying to create inventory list to show all called procedures from an EXEC program. Ideally I require a language parser which parses the syntax but doesn't execute the code; instead just identifies various aspects of the program (like called procedures, file definitions etc)

Re: EXEC language parser

2011-03-16 Thread Kris Buelens
The REXX compiler may be some help. 2011/3/16 Mehta, Nilay nilay.me...@alliancebernstein.com Hi, I am trying to create inventory list to show all called procedures from an EXEC program. Ideally I require a language parser which parses the syntax but doesn’t execute the code; instead

Re: EXEC language parser

2011-03-16 Thread Les Koehler
Have you looked in the VM Download Library? Any good Rexx XREF program should yield the basic information that you would need to accumulate. Les Mehta, Nilay wrote: Hi, I am trying to create inventory list to show all called procedures from an EXEC program. Ideally I require a