Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

REXX and SMF

85 views
Skip to first unread message

Klimek, Albert

unread,
May 15, 2013, 7:41:46 AM5/15/13
to
Interesting article in IBM Systems Magazine

http://www.ibmsystemsmag.com/mainframe/tipstechniques/applicationdevelopment/

Albert

VERLAGSGRUPPE WELTBILD GMBH
Sitz der Gesellschaft: Augsburg
Handelsregister Augsburg HRB 6035
Ust-ID-Nr: DE 127501299

Geschäftsführung:
Carel Halff (Vorsitzender), Dr. Martin Beer

Vorsitzender des Aufsichtsrats:
Generalvikar DDr. Peter Beer

Adrian Stern

unread,
May 15, 2013, 8:52:52 AM5/15/13
to
Been there, done that!

Seriously though, I'm sure the tips are useful but we've managed in the past. Thomas might have a comment though
----------------------------------------------------------------------
For TSO-REXX subscribe / signoff / archive access instructions,
send email to LIST...@VM.MARIST.EDU with the message: INFO TSO-REXX

Paulo Roberto Caze Silva

unread,
May 20, 2013, 3:10:10 PM5/20/13
to
Hi, all

I have to generate ISPF statistics in datasets PO. They can be RECFM VB, VBM or FB, FBM
Do you know some utility to do this in Batch mode? (like panel ISPF 3.5 does)

I see this panel 3.5 uses pgm PGM(ISRURS) SCRNAME(RESET), but I need a bath mode (maybe a REXX called in JCL).

Any ideas?

Thank you.

Paulo Caze
----------




"Esta mensagem e reservada e sua divulgacao, distribuicao, reproducao ou qualquer forma de uso e proibida e depende de previa autorizacao desta instituicao. O remetente utiliza o correio eletronico no exercicio do seu trabalho ou em razao dele, eximindo esta instituicao de qualquer responsabilidade por utilizacao indevida. Se voce recebeu esta mensagem por engano, favor elimina-la imediatamente."

"This message is reserved and its disclosure, distribution, reproduction or any other form of use is prohibited and shall depend upon previous proper authorization. The sender uses the electronic mail in the exercise of his/her work or by virtue thereof, and the institution accepts no liability for its undue use. If you have received this e-mail by mistake, please delete it immediately."


Steve Comstock

unread,
May 20, 2013, 3:14:53 PM5/20/13
to
On 5/20/2013 1:09 PM, Paulo Roberto Caze Silva wrote:
> Hi, all
>
> I have to generate ISPF statistics in datasets PO. They can be RECFM VB, VBM or FB, FBM
> Do you know some utility to do this in Batch mode? (like panel ISPF 3.5 does)
>
> I see this panel 3.5 uses pgm PGM(ISRURS) SCRNAME(RESET),
> but I need a bath mode (maybe a REXX called in JCL).
~~~~ yeah, ya' gotta' keep it clean! :-)

Sorry. I know it's only Monday, but I couldn't resist.

-Steve Comstock

>
> Any ideas?
>
> Thank you.
>
> Paulo Caze
> ----------
>
>
>
>
> "Esta mensagem e reservada e sua divulgacao, distribuicao, reproducao ou qualquer forma de uso e proibida e depende de previa autorizacao desta instituicao. O remetente utiliza o correio eletronico no exercicio do seu trabalho ou em razao dele, eximindo esta instituicao de qualquer responsabilidade por utilizacao indevida. Se voce recebeu esta mensagem por engano, favor elimina-la imediatamente."
>
> "This message is reserved and its disclosure, distribution, reproduction or any other form of use is prohibited and shall depend upon previous proper authorization. The sender uses the electronic mail in the exercise of his/her work or by virtue thereof, and the institution accepts no liability for its undue use. If you have received this e-mail by mistake, please delete it immediately."
>

Ted MacNEIL

unread,
May 20, 2013, 3:22:46 PM5/20/13
to
Look into ISPF Library Management Services.
Some of the functions handle ISPF stats.
-
Ted MacNEIL
eama...@yahoo.ca
Twitter: @TedMacNEIL

John P Kalinich

unread,
May 20, 2013, 3:27:05 PM5/20/13
to
The PDS command (http://www.cbttape.org, file 182) can do this with the
ATTRIB subcommand in TSO batch.

Regards,
John K


//TSO EXEC PGM=IKJEFT01,DYNAMNBR=100
//STEPLIB DD DSN=AD.CMDLIB,DISP=SHR
//SYSTSPRT DD SYSOUT=*
//SYSTSIN DD *
pds 'name of pds'
attrib : addstats
change 'name of next pds'
attrib : addstats
. . .
. . .
change 'name of last pds'
attrib : addstats

Thomas Berg

unread,
May 20, 2013, 3:49:33 PM5/20/13
to
Use the ISPF Service LMMSTATS for this. Create a rexx that takes values for the stats and do the LMINIT->LMOPEN->LMMSTATS->LMFREE chain.
And call it as needed.



Regards
Thomas Berg
____________________________________________________________________
Thomas Berg Specialist z/OS\RQM\IT Delivery SWEDBANK AB (Publ)


> -----Original Message-----
> From: TSO REXX Discussion List [mailto:TSO-...@VM.MARIST.EDU] On
> Behalf Of Paulo Roberto Caze Silva
> Sent: Monday, May 20, 2013 9:10 PM
> To: TSO-...@VM.MARIST.EDU
> Subject: [TSO-REXX] How to generate ISPF statistiscs
>

Paulo Roberto Caze Silva

unread,
May 20, 2013, 5:07:56 PM5/20/13
to
Thanks for your reply.
I think LMMSTATS is the best way

Thanks for all other suggestions

Paulo Caze
-----------

-----Mensagem original-----
De: TSO REXX Discussion List [mailto:TSO-...@VM.MARIST.EDU] Em nome de Thomas Berg
Enviada em: segunda-feira, 20 de maio de 2013 16:46
Para: TSO-...@VM.MARIST.EDU
Assunto: Re: [TSO-REXX] How to generate ISPF statistiscs
0 new messages