Why don't the operators log on with their userid and then LINK
VMRMAINT 193 and issue VMYIAMOP ?
(this way, each VMOPER user can even be tailored to its needs, for
example some people at my customer's installations have view for the
DB2 servers, I don't. The tailoring is done can creating a "xxxxx
USERID" file on VMOPER's 193 minidisk).
Here my OPER EXEC, that issues the LINK and the VMYIAMOP
/* This exec starts a session with VMOPER (and links to VMRMAINT )
+-----------------------------------------------------------+
| format: | OPER |
+-----------------------------------------------------------+
14 May 2004: set MSG OFF if using OPER from SNA screen
Written by: Kris Buelens IBM Belgium; KRIS at VMKBBR01 8 Feb 1991*/
address command
/* On SNA screens, VMYIAMOP hangs if many CP msgs are waiting to be shown
as a result, the VMOPER panel is no longer updated. */
parse value diag(8,'Q V CONS') with 'VSM' vsm '15'x
parse value diag(8,'Q SET') with . msgSet ','
if vsm='VTAM' then if msgSet='ON' then 'CP SET MSG OFF'
'ESTATE VMYIAMOP MODULE *'
if rc^ =0 then 'EXEC LNK VMRMAINT 193'
if rc=0 then 'VMYIAMOP VMOPER'
src=rc
if vsm='VTAM' then if msgSet='ON' then 'CP SET MSG ON'
exit src
2007/12/21, Stephen Frazier <[EMAIL PROTECTED]>:
> The code you are proposing to modify was likely written before the Integrated
> 3270 Console existed.
> The writers of the code did not prevent using the DIAL command. They just
> never allowed it. Some
> future release of VM will probably include that capability.
>
> Mike Walter wrote:
> >
> >
> > But CP responds to any DIAL command from the Integrated 3270 Console
> > with message: HCPDIA743I DIAL function not available
> >
> > I could easily modify HCPDIA to get around this, but before doing so
> > would like to understand the rationale which led IBM to prevent DIAL
> > from an Integrated 3270 Console.
>
> --
> Stephen Frazier
> Information Technology Unit
> Oklahoma Department of Corrections
> 3400 Martin Luther King
> Oklahoma City, Ok, 73111-4298
> Tel.: (405) 425-2549
> Fax: (405) 425-2554
> Pager: (405) 690-1828
> email: stevef%doc.state.ok.us
>
--
Kris Buelens,
IBM Belgium, VM customer support