Re: How to keep the response from HSENDCMD batch

2022-05-27 Thread Nobuhiko Furuya
Hi Glenn, Thank you so much. Best regards, Nobuhiko Furuya(古谷信彦) V-SOL Inc. e-mail:furu...@v-sol.co.jp On 2022/05/27 13:31, Glenn Wilcock wrote: Glad that you were able to solve it! If you have other questions, please feel free to reach out directly... wilc...@us.ibm.com

Re: How to keep the response from HSENDCMD batch

2022-05-26 Thread Glenn Wilcock
Glad that you were able to solve it! If you have other questions, please feel free to reach out directly... wilc...@us.ibm.com -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to

Re: How to keep the response from HSENDCMD batch

2022-05-26 Thread Nobuhiko Furuya
Hi Glenn, Thank you for your comment. There is no HSM command requester except me because the system is in POK. But I have understood the reason because QUERYSET is coded as follows. Sorry I have not checked the rexx correctly.  msghsm = getmsg('resp.','SOL','HSM',,22) The last "22" is wait

Re: How to keep the response from HSENDCMD batch

2022-05-25 Thread Glenn Wilcock
Hi, I'm not familiar with QUERYSET, but there is a single thread that processes certain commands (QUERY, LIST, etc), so it's possible that the QUERY was queued up behind one or more other commands that took longer to run. --

Re: How to keep the response from HSENDCMD batch

2022-05-24 Thread Nobuhiko Furuya
Hi Glenn, Thank you for your information. By the way, why does QUERYSET rexx require more than 20 seconds to complete ? Best regrads, Nobuhiko Furuya(古谷信彦) V-SOL Inc. e-mail:furu...@v-sol.co.jp On 2022/05/20 11:28, Glenn Wilcock wrote: FYI - Here's a link to 8+ hours of video recordings of

Re: How to keep the response from HSENDCMD batch

2022-05-19 Thread Glenn Wilcock
FYI - Here's a link to 8+ hours of video recordings of DFSMShsm Education: https://ibm.ent.box.com/v/DFSMS-Academ-DFSMShsm2021/folder/133296597964 -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to

Re: How to keep the response from HSENDCMD batch

2022-05-18 Thread Nobuhiko Furuya
Hello Mike, Thank you for your comment. But QUERY command doesn't support ODS parameter and HSENDCMD itself has no option. I have found the solution provided in HSM.SAMPLE.TOOL(QUERYSET) which uses extended console support. Best regards, Nobuhiko Furuya(古谷信彦) V-SOL Inc.

Re: How to keep the response from HSENDCMD batch

2022-05-18 Thread Mike Schwab
HSEND Q CDS ODS(my.output.file) On Wed, May 18, 2022 at 6:08 AM Nobuhiko Furuya wrote: > > Hello all, > > Could you give me your advice ? > > We are converting CA-Disk to DFSMShsm. > In this situation, we are to use HSENDCMD in TSO batch as follows. > > //STEP1EXEC PGM=IKJEFT01 > //SYSPRINT

How to keep the response from HSENDCMD batch

2022-05-18 Thread Nobuhiko Furuya
Hello all, Could you give me your advice ? We are converting CA-Disk to DFSMShsm. In this situation, we are to use HSENDCMD in TSO batch as follows. //STEP1    EXEC PGM=IKJEFT01 //SYSPRINT DD SYSOUT=* //SYSTSPRT DD SYSOUT=* //SYSTSIN  DD *  HSENDCMD WAIT SETSYS SSMSTART(0005 0100)  HSENDCMD