Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

z/VM DIAL to VSE/VTAM

53 views
Skip to first unread message

indust...@winwholesale.com

unread,
Jun 7, 2016, 10:08:28 AM6/7/16
to
        If I DIAL from z/VM to a "native" VSE/VTAM session and sign into CICS/VSE, is there a way to drop back to VM when signing off of CICS/VSE?  Note that there is no IUI involved in this case.

Sincerely,

Dave Clark
--
Winsupply Group Services
3110 Kettering Boulevard
Dayton, Ohio  45439  USA
(937) 294-5331



*********************************************************************************************
This email message and any attachments is for use only by the named addressee(s) and may contain confidential, privileged and/or proprietary information. If you have received this message in error, please immediately notify the sender and delete and destroy the message and all copies. All unauthorized direct or indirect use or disclosure of this message is strictly prohibited. No right to confidentiality or privilege is waived or lost by any error in transmission.
*********************************************************************************************

Frank M. Ramaekers

unread,
Jun 7, 2016, 10:17:44 AM6/7/16
to

UNDIAL?

 

Frank M. Ramaekers Jr.

indust...@winwholesale.com

unread,
Jun 7, 2016, 10:27:14 AM6/7/16
to
"VSE-L" <vse-l-bounces+industrynews=winwhole...@lists.lehigh.edu> wrote on 06/07/2016 10:17:31 AM:
> UNDIAL?


        Never heard of that one.  Is that something VSE/VTAM knows about?  ...or something that has to be set up in CICS/VSE?  I know I can enter a CP RESET from the console but I was hoping for something I can do from the CICS/VSE or even from the VSE/VTAM session itself after CSSF LOGOFF is entered from CICS/VSE.

John Imholte

unread,
Jun 7, 2016, 10:39:10 AM6/7/16
to
We do that here by way of a program that will do a 'CP RESET XXX' if dialed or a 'EXEC  CICS SET TERMINAL(EIBTRMID) RELEASED' when a VTAM or TELNET session.

I can send you the code off line.

_______________________________________________
VSE-L mailing list
VS...@lists.lehigh.edu
https://lists.lehigh.edu/mailman/listinfo/vse-l




--
Sincerely,

John Imholte

indust...@winwholesale.com

unread,
Jun 7, 2016, 10:45:19 AM6/7/16
to
"VSE-L" <vse-l-bounces+industrynews=winwhole...@lists.lehigh.edu> wrote on 06/07/2016 10:38:58 AM:
> We do that here by way of a program that will do a 'CP RESET XXX' if
> dialed or a 'EXEC  CICS SET TERMINAL(EIBTRMID) RELEASED' when a VTAM
> or TELNET session.

>
> I can send you the code off line.


        That sounds like a deal.  I already have PF3 set up to invoke our own Good Morning message program which leads back to the signon screen.  So, I could handle the SET TERMINAL RELEASED from there.  But, I do need an example of performing the CP RESET from code.  Thanks.

Steve Mondy

unread,
Jun 7, 2016, 12:26:19 PM6/7/16
to

Dave,

 

CICS/VSE

CSSF LOGOFF     - should bring you back to a VTAM selection menu if coded, USSxxxxx.

 

USSxxxxx menu or maybe a blank screen

UNDIAL                - should bring you back to a VM LOGO.

 

Steve

 

From: VSE-L [mailto:vse-l-bounces+steve.mondy=opensolu...@lists.lehigh.edu] On Behalf Of indust...@winwholesale.com
Sent: Tuesday, June 07, 2016 9:08 AM
To: VSE-L Listserve
Subject: z/VM DIAL to VSE/VTAM

 

        If I DIAL from z/VM to a "native" VSE/VTAM session and sign into CICS/VSE, is there a way to drop back to VM when signing off of CICS/VSE?  Note that there is no IUI involved in this case.




NOTICE:
This e-mail is intended solely for the use of the individual to whom it is addressed and may contain information that is privileged, confidential or otherwise exempt from disclosure. If the reader of this e-mail is not the intended recipient or the employee or agent responsible for delivering the message to the intended recipient, you are hereby notified that any dissemination, distribution, or copying of this communication is strictly prohibited. If you have received this communication in error, please immediately notify us by replying to the original message at the listed email address. Thank You.

bobfra...@gmail.com

unread,
Jun 7, 2016, 1:18:12 PM6/7/16
to

"CSSF LOGOFF" will get you to the VTAM Menu, then enter UNDIAL worked for me

indust...@winwholesale.com

unread,
Jun 7, 2016, 1:48:49 PM6/7/16
to
"VSE-L" <vse-l-bounces+industrynews=winwhole...@lists.lehigh.edu> wrote on 06/07/2016 12:26:07 PM:
> USSxxxxx menu or maybe a blank screen

>
> UNDIAL                - should bring you back to a VM LOGO.


        Thanks.  Did not know that VSE/VTAM supported an UNDIAL command.

Kevin Corkery

unread,
Jun 7, 2016, 1:55:48 PM6/7/16
to
Really, shouldn't it be "HANGUP" ;-)  I'm for taking the metaphor to it's rightful conclusion.
 

From: indust...@winwholesale.com
To: vs...@lists.lehigh.edu
Subject: RE: z/VM DIAL to VSE/VTAM
Date: Tue, 7 Jun 2016 13:48:35 -0400

indust...@winwholesale.com

unread,
Jun 15, 2016, 10:39:55 AM6/15/16
to
"VSE-L" <vse-l-bounces+industrynews=winwhole...@lists.lehigh.edu> wrote on 06/15/2016 10:30:36 AM:
> And if you have a USSxxx coded, you might want to add the logoff
> into the menu.

>
> LGF      USSCMD CMD=LGF,REP=UNDIAL,FORMAT=PL1 

>          USSPARM PARM=APPLID                   
>          USSPARM PARM=TYPE,DEFAULT=UNCOND     
>          USSPARM PARM=HOLD,DEFAULT=YES        

        Thanks, I already have the PF3 key performing this function now from a blank CICS screen.  It disconnects a VM-dialed session, drops a VTAM-connected session, or brings up our custom GMMT screen (which then goes to a CICS signon screen when ENTER is pressed) if neither of those first two functions succeed.  However, for completeness, I just might add a "VM" command to my USS screen.  Thanks.
0 new messages