On Mon, 20 Apr 2009 12:38:10 -0500, Thomas Kern <[email protected]> wrote:
>'Sick Puppy' ? > >I thought that was the definition of mainframe systems programmers... > >Could you use the recfm/lrecl of the output datasets to trigger conversion >from EBCDIC to ASCII? > >Also a good SMF Reformatter should also include selection criteria so that I >do not have to send ALL the SMF data if I am only interested in Job/Step data. Hum, I was thinking of using a SORT step before the reformatter to select the records that I wanted. But that leads to another thought. Implement the reformatter as an E35 SORT exit. That eliminates all the I/O from the routine. It just becomes a "simple" subroutine called by SORT. > >/Tom Kern > -- John ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives/ibm-main.html

