 | I did something like that a few years ago -- a REXX to pull a lot of CICS run stats from the previous day, and an Excel macro to read them all in and create a table for a CICS jock to do subsequent analysis on, for tuning. I don't recall having to use INTERPRET, though; we had IOF, so I just told REXX to go through all the jobs with yesterday's date and whose jobnames started with "CICS" and parse out the following information from the appropriate DD... But maybe you didn't have IOF at the time.
--- Bob Bridges, robertbridges@discoverfinancial.com, 224 405-0811 rhbridg@attglobal.net, 847 520-1684 xt 243
/* Science is a differential equation. Religion is a boundary condition. -Alan Turing, quoted in J D Barrow's _Theories of Everything_ */
Ted MacNEIL 2005-01-16 18:00
To: TSO-REXX@VM.MARIST.EDU cc: Subject: Re: Antwort: Re: [TsoRexx] Calling function with variable name [Virus checked]
....I was taught you should NEVER write self-modifying code.
But, NEVER is a long time. Used it once to read in and parse CICS shutdown statistics for 5 CICS AORs. I would have used SAS, instead, but we weren't licensed. I used interpret so I wouldn't have to write the same code 5 times.
---------------------------------------------------------------------- For TSO-REXX subscribe / signoff / archive access instructions, send email to LISTSERV@VM.MARIST.EDU with the message: INFO TSO-REXX
|
|