Re: HSM Query CDS Command Using ODS

2020-08-05 Thread Lukas Silveira
Hi Jasi,

We were facing the same problem for command 'HSEND recover'.

After many tries and researching we developed a REXX/JCL automation for working 
with CA-OPS.
CA-OPS catch output and message id ARC1000I.

Our start point was this thread:
https://www.mail-archive.com/search?l=ibm-m...@bama.ua.edu=subject:%22Re%5C%3A+Trying+to+catch+output+from+HSEND+command%22=newest=1

Please read what was written by Michael Friske in this thread.

Regards,
Lukas Silveira





As informações são destinadas exclusivamente à(s) pessoa(s) indicada(s), sendo 
que os dados podem ser confidenciais
e não podem ser alterados, copiados, divulgados, utilizados, parcial ou 
totalmente, por pessoas não autorizadas,
sendo seu sigilo protegido por lei. Caso não seja o destinatário providencie a 
exclusão da mensagem e do(s) anexo(s)
e notifique o remetente da ocorrência. O uso impróprio desta será tratado de 
acordo com as normas da empresa e da
legislação em vigor. Por fim, essa mensagem e anexo(s) não reflete(m) 
necessariamente o juízo do Banrisul.

The contents of this message is intended only to the addressees, and it may 
contain confidential information
which cannot be edited, copied, published, used, partially or totally, by 
unauthorized people, being
its secrecy protected by law. If you are not the intended recipient of this 
message, delete this message and its attachments
and notify this event to its sender. The improper use of this will be treated 
according to company policies
and current legislation. Finally, this message and its attachments do not 
necessarily reflect the views of Banrisul.

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: HSM Query CDS Command Using ODS

2020-08-04 Thread Sri h Kolusu
Jasi,

Query command does NOT support ODS. If you are running in batch then the
output will be directed to SYSTSPRT dd. so try this

//STEP0100 EXEC  PGM=IKJEFT01
//SYSTSPRT DD SYSOUT=*
//SYSTSIN   DD  *
  your QUERY command
/*

Kolusu

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


HSM Query CDS Command Using ODS

2020-08-04 Thread Jasi Grewal
Hi, 

This might be an old news but was wondering if anyone has found a solution to 
HSEND Query CDS Command as it uses TPUT and displays on the screen instead of 
using ODS option.

Our Site requires this information to measure the performance of the HSM 
Datasets on daily basis and is using OPS/MVS and CA Sysview.
I prefer using Rexx Program to extract this information and would be easier as 
am new to CA Sysview and still looking for solutions via OPSLOG via JCL or Rexx.

Any guidance would be appreciated,
Thanks in advance,

Regards,
Jasi Grewal.

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN