Hi ALL,

Thank you for your all suggestions.
But my explanation seemed poor.
What I would like to do is  specifying the wait time indirectly in getmsg as follows.
But the following code gets errors as I reported.

ARG hsmcmd':'seconds                                    <- get wait seconds as a parameter
hsmid = 'DFHSM'                                             <- set hsmid
address console "F "hsmid","hsmcmd                <- issue command
msghsm = getmsg('resp.','SOL','HSM',,seconds)  <- wait the specified seconds

Of course when I specified the wait time directly as follows, it was OK.

msghsm = getmsg('resp.','SOL','HSM',,20)

Best regards,

Nobuhiko Furuya(古谷信彦)
V-SOL Inc.

On 2022/08/17 5:32, Mark Zelden wrote:
On Tue, 16 Aug 2022 14:18:41 +0900, Nobuhiko Furuya <furu...@v-sol.co.jp> wrote:

Thanks. But I can't find how to code it.
I would line to change time value depend on the logic.
How can I resolve this ?
Are you trying to do something that requires the REXX "interpret" instruction?  
Is that what you mean?

https://www.ibm.com/docs/en/zos/2.4.0?topic=expression-using-interpret-instruction


Best Regards,

Mark
--
Mark Zelden - Zelden Consulting Services - z/OS, OS/390 and MVS
ITIL v3 Foundation Certified
mailto:m...@mzelden.com
Mark's MVS Utilities: http://www.mzelden.com/mvsutil.html

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

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

Reply via email to