Page 1 of 1

cycles in Host on Demand macro

PostPosted: Wed Dec 05, 2012 10:43 am
by yurad
I need a simple macro for Host on Demand to monitor jobs in SDSF, just hitting "enter" in a cycle or hitting PF8, etc. I use this technique with all 3270 emulators. But, I don't see any obvious option to do it in Host on Demand xml based macros. Rather I can create a java program and run it from a macro, but it is not a straightforward solution.

could someone advise?

Re: cycles in Host on Demand macro

PostPosted: Wed Dec 05, 2012 8:28 pm
by Ed Goodman
Weird, but it's got to be something!

Can you do a recording in HOD? What does it do then? Does it still do that XML format?

Re: cycles in Host on Demand macro

PostPosted: Thu Dec 06, 2012 6:18 am
by yurad
Yes, I can record macros in HOD. it is recorded as XML file. My problem is I don't know how to wrap this recording in a cycle.
I need something like "while" or "for" cycle. the macro I need should do endless loop hitting "enter" every few seconds.