Page 1 of 1

ERBSMFI to extract address space data

PostPosted: Tue Nov 27, 2012 3:58 pm
by Antonyraj85
Hi All,

Like to use ERBSMFI API on REXX and extract the Address space state data(SMF Record type 79 with Sub type 1) interactively. But couldnt find manual(Other than RMF Programmer's Guide:Not clearly specified REXX samples) to process the SMF record type 79 thru ERBSMFI.

Antony

Re: ERBSMFI to extract address space data

PostPosted: Wed Nov 28, 2012 3:44 am
by Pedro
The manual you cited has a sample program written in assembler. I suggest you add a call to IRXEXCOM to the program to save your SMF data in a rexx variable. See the REXX Reference manual.

The parameter list for the call to ERBSMFI is fairly complex and I do not think you can do it from rexx itself.