PPO

2010-10-22 Thread Tonni J Ottosen
Hi -

I have a confusing situation which causes me to ask some questions about
PPO (Primary Program Operator).

How can I determine who is PPO?

Can an application be PPO without an open ACB with AUTH=PPO  i. e. OPS/MVS?

What happens if two applications competes to become PPO?

Thanks -

Venlig hilsen / Best regards

TONNI OTTOSEN
Senior Consultant
CSC

Nordic | Cell (+45) 2923 4445 | totto...@csc.com | www.csc.com/dk


CSC • This is a PRIVATE message. If you are not the intended recipient,
please delete without copying and kindly advise us by e-mail of the mistake
in delivery.  NOTE: Regardless of content, this e-mail shall not operate to
bind CSC to any order or other contract unless pursuant to explicit written
agreement or government initiative expressly permitting the use of e-mail
for such purpose
 •
CSC Danmark A/S • Registered Office: Retortvej 8, DK - 2500 Valby, Denmark
• Registered in Denmark No: 15231599

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: PPO

2010-10-22 Thread Tonni J Ottosen
Chris -

Thanks a lot!

The confusing thing here is about a new customer coming in. We are trying
to figure out how automation
and monitoring network connections are handled. A colleague claims that
OPS/MVS is PPO.
I did exactly what you suggest and made a search in VTAMLST for 'PPO' and
found only one node
with AUTH=PPO - it was Netmaster and it is definitely not active and
Netmaster does not use it.
I'm not an OP/MVS guy so I feared that there could be some tricky
interfaces buildt in, which could
grap unsolicited messages.

I've skimmed the OPS-rules and dont find anything which could indicate
action on unsolicited messages
but I'm still in doubt!

Thanks again -

Venlig hilsen / Best regards

TONNI OTTOSEN
Senior Consultant
CSC

Nordic | Cell (+45) 2923 4445 | totto...@csc.com | www.csc.com/dk


CSC • This is a PRIVATE message. If you are not the intended recipient,
please delete without copying and kindly advise us by e-mail of the mistake
in delivery.  NOTE: Regardless of content, this e-mail shall not operate to
bind CSC to any order or other contract unless pursuant to explicit written
agreement or government initiative expressly permitting the use of e-mail
for such purpose
 •
CSC Danmark A/S • Registered Office: Retortvej 8, DK - 2500 Valby, Denmark
• Registered in Denmark No: 15231599



   
  From:   Chris Mason chrisma...@belgacom.net 
   

   
  To: IBM-MAIN@bama.ua.edu  
   

   
  Date:   22-10-2010 14:47  
   

   
  Subject:Re: PPO   
   

   





Tonni

 Can an application be PPO without an open ACB with AUTH=PPO  i. e.
OPS/MVS?

No.

From the description of the AUTH operand in the z/OS Communications Server
Resource Definition Reference manual:

quote

AUTH=(NOACQ,NOASDP,NOCNM,NOPASS,NOPO,NOTSO,VPACE)

...

AUTH=PPO
AUTH=SPO
AUTH=NOPO

Specifies whether the application program can issue VTAM operator commands
and receive responses and unsolicited messages. z/OS Communications
Server: SNA Programming describes the program operator application.

If you code either the primary program operator (PPO) or the secondary
program operator (SPO), the application program is authorized to issue
SENDCMD and RCVCMD macroinstructions.

If you code PPO, the application program receives all unsolicited messages,

that is, all informational and error messages that are not replies to
operator
commands. If no PPO-designated application program is active when these
messages occur, they are directed to the system console.

/quote

Note that AUTH=NOPO is default as shown in the first line.

 What happens if two applications competes to become PPO?

Since AUTH=PPO is all about a VTAM API we search in the appropriate manual
[1] and find in section Defining a program operator in Appendix L,
Program
operator coding requirements in the z/OS Communications Server SNA
Programming manual:

quote

Only one primary program operator can be active at a time; however, one or
more secondary program operators can also be active.

/quote

Since it is forbidden that two programs with AUTH=PPO can be active, again
we search in the appropriate manual and find in section OPEN
macroinstruction error fields in ACB OPEN and CLOSE macroinstruction
error
fields in Chapter 2, Return codes for VTAM macroinstructions in the z/OS

Communications Server IP and SNA Codes manual:

quote

104 (X'68')

The APPLID field in the ACB identifies an application program that is
defined
with AUTH=PPO in its APPL definition statement. Another program with the
same authorization is active. Only one program defined with AUTH=PPO can be

active at a time.

/quote

 How can I determine who is PPO?

I'm afraid I'm unaware of a specific command which can be entered which
actually identifies which program currently holds the PPO baton, as it
were,
and searching for PPO in the appropriate manual, z/OS Communications
Server SNA Operation, doesn't show anything.

What you could do - rather laboriously - is scan all - likely - active
applications which are active in VTAM and check the APPL statement for
AUTH=(...,PPO,...).

Perhaps you should post again explaining what your confusing situation
is.

Chris Mason

[1] Long, long ago in the late '70s, this API actually had its own rather
slim
manual!

On Fri, 22 Oct 2010 13:21:57 +0200, Tonni J Ottosen totto...@csc.com
wrote:

Hi -

I have a confusing

Re: FTPS Error

2009-12-02 Thread Tonni J Ottosen
Chris -

There are two TSO commands:

errno 76630291

ReasonCode: 76630291
  Module: EZBTCFCN  ErrnoJr: 657 JRTCPERROR
  Description: Tcp returned an error identified by the return code
***

bpxmtext 76630291

Notice: unknown modid, reason text may be incorrect
JrTcpError: Tcp returned an error identified by the return code

Action: Correct the error reported by the return code.
***

Venlig hilsen / Best regards

TONNI OTTOSEN
Senior Consultant
CSC

Nordic | Cell (+45) 2923 4445 | totto...@csc.com | www.csc.com/dk


CSC • This is a PRIVATE message. If you are not the intended recipient,
please delete without copying and kindly advise us by e-mail of the mistake
in delivery.  NOTE: Regardless of content, this e-mail shall not operate to
bind CSC to any order or other contract unless pursuant to explicit written
agreement or government initiative expressly permitting the use of e-mail
for such purpose
 •
CSC Danmark A/S • Registered Office: Retortvej 8, DK - 2500 Valby, Denmark
• Registered in Denmark No: 15231599



   
  From:   Chris Mason chrisma...@belgacom.net 
   

   
  To: IBM-MAIN@bama.ua.edu  
   

   
  Date:   01-12-2009 23:06  
   

   
  Subject:Re: FTPS Error
   

   





On Tue, 1 Dec 2009 14:23:25 -0600, Hal Merritt hmerr...@jackhenry.com
wrote:

Can someone point me to the manual that would help decrypt the 'errno2'
code:

Yes: z/OS UNIX System Services Messages and Codes, Chapter 5, Reason
Codes

And here it is, telling you to pay attention to what you've already been
told:
Connection timed out.

quote

0291
JrTcpError
TCP returned an error identified by the return code.
Action: Correct the error reported by the return code.

/quote

Note that you look up only the second half of the code.

Incidentally, this is a very regularly asked question and every time it is
asked -
and I manage to be the first to respond - I have to confess forgetting the
TSO command which you can enter to get this same explanation!


Chris Mason


BPXF024I (SYSLOGD) Dec  1 20:21:12 TST2 ftps 24 : SR0914 data_connect:
  connect() failed on socket 9, retry_conn = 8 - EDC8127I Connection
 timed out. (errno2=76630291)

Thanks

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: NVAS error explanation

2009-07-15 Thread Tonni J Ottosen
John -

The application is not found (not started,  wrong spelling or not reachable
- ie. over cross domain or like)

Venlig hilsen / Best regards

TONNI OTTOSEN
Senior Consultant
CSC

Nordic | Cell (+45) 2923 4445 | totto...@csc.com | www.csc.com/dk


CSC • This is a PRIVATE message. If you are not the intended recipient,
please delete without copying and kindly advise us by e-mail of the mistake
in delivery.  NOTE: Regardless of content, this e-mail shall not operate to
bind CSC to any order or other contract unless pursuant to explicit written
agreement or government initiative expressly permitting the use of e-mail
for such purpose
 •
CSC Danmark A/S • Registered Office: Retortvej 8, DK - 2500 Valby, Denmark
• Registered in Denmark No: 15231599


   
 Chase, John 
 jch...@ussco.com 
   To 
 Sent by: IBM  IBM-MAIN@bama.ua.edu
 Mainframe  cc 
 Discussion List   
 ibm-m...@bama.ua Subject 
 .edu NVAS error explanation
   
   
 15-07-2009 16:01  
   
   
 Please respond to 
   IBM Mainframe   
  Discussion List  
 ibm-m...@bama.ua 
   .edu   
   
   




Hi, All,

I seem to be the only one in the building to get this error every
time, for every application, through Netview Access Services (NVAS):

EMS1166E Relay mode logon request failed for application .



   Explanation:  A request for a relay mode session with the

   specified application failed due to network constraints.


We have no network constraints that anybody in the building can
identify.  Can anybody here provide a more sensible explanation, and/or
pointers where to look and for what?

TIA,

-jc-

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: lpr command from z/OS to network printer

2009-02-17 Thread Tonni J Ottosen
Hi -

Try enter 'tso lpr help'
You will see this:
TRANSLATETABLE NAMESpecifies that the translate table to be used
   by the client is found in the name.TCPXLBIN
   data set.  Xlatetable is a synonym for this
   option.

So you can apply  a translatetable in this way!

Venlig hilsen / Best regards

TONNI OTTOSEN
Senior Consultant
CSC

Nordic | Tel (+45) 3614 4445 | Cell (+45) 2923 4445 | totto...@csc.com |
www.csc.com/dk


CSC • This is a PRIVATE message. If you are not the intended recipient,
please delete without copying and kindly advise us by e-mail of the mistake
in delivery.  NOTE: Regardless of content, this e-mail shall not operate to
bind CSC to any order or other contract unless pursuant to explicit written
agreement or government initiative expressly permitting the use of e-mail
for such purpose
 •
CSC Danmark A/S • Registered Office: Retortvej 8, DK - 2500 Valby, Denmark
• Registered in Denmark No: 15231599

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: TN3270 *from* a host??

2008-06-26 Thread Tonni J Ottosen
Under specific circumstances we have used this 'feature' during D/R tests
for mor than 10 years!

Always got the NVAS Main-menu up

regards - Tonni


CSC Danmark A/S
Retortvej 8
DK - 1780 København V
Direkte: +45 3614 4445





CSC Danmark A/S
Registered Office: Retortvej 8, DK -1780 Copenhagen V , Denmark
Registered in Denmark No: 15231599

-

This is a PRIVATE message. If you are not the intended recipient, please
delete without copying and kindly advise us by e-mail of the mistake in
delivery.
NOTE: Regardless of content, this e-mail shall not operate to bind CSC to
any order or other contract unless pursuant to explicit written agreement
or government initiative expressly permitting the use of e-mail for such
purpose.
-




   
 Hunkeler Peter   
 (KIUK 3) 
 [EMAIL PROTECTED]  To 
 REDIT-SUISSE.COM IBM-MAIN@BAMA.UA.EDU
 Sent by: IBM   cc 
 Mainframe 
 Discussion List   Subject 
 [EMAIL PROTECTED] Re: TN3270 *from* a host??  
 .EDU 
   
   
 26-06-2008 12:56  
   
   
 Please respond to 
   IBM Mainframe   
  Discussion List  
 [EMAIL PROTECTED] 
   .EDU   
   
   




I think it's safe to say the the TELNET command accessible from
the READY prompt does support TN3270.  At least it is possible
to use it to telnet to another z/OS and get the VTAM logo and
logon to TSO and crank up ISPF in all of its 7-colour glory.

Indeed! I stand corrected! Should have tried before writing down
from(fading) memory.

Has this always been supported (and am I therefore mixing up
things) or has TSO telnet been enhanced within the last 20 or so
years?

--
Peter Hunkeler
Credit Suisse

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html



Re: TN3270 *from* a host??

2008-06-26 Thread Tonni J Ottosen
Chris -
I thought I understood the question - after your mail I may be confused!

What we did was:
Telnet (PCOMM) to z/os mainframe and get NVAS logon menu - logon tso and
enter TSO TELNET and via TCP/IP
go through the TCP/IP stack  in another z/OS mainframe and get the NVAS
logon screen on this system -
logon here and run normal tso/ispf. No 'network-SNA' involved - only
'application SNA'.
Confused - not when I do it - only when I shall explain it - - ehhr;-)


Venlig hilsen

Tonni Ottosen

CSC Danmark A/S
Retortvej 8
DK - 1780 København V
Direkte: +45 3614 4445





CSC Danmark A/S
Registered Office: Retortvej 8, DK -1780 Copenhagen V , Denmark
Registered in Denmark No: 15231599

-

This is a PRIVATE message. If you are not the intended recipient, please
delete without copying and kindly advise us by e-mail of the mistake in
delivery.
NOTE: Regardless of content, this e-mail shall not operate to bind CSC to
any order or other contract unless pursuant to explicit written agreement
or government initiative expressly permitting the use of e-mail for such
purpose.
-




   
 Chris Mason   
 [EMAIL PROTECTED] 
 COM.NET   To 
 Sent by: IBM  IBM-MAIN@BAMA.UA.EDU
 Mainframe  cc 
 Discussion List   
 [EMAIL PROTECTED] Subject 
 .EDU Re: TN3270 *from* a host??  
   
   
 26-06-2008 14:13  
   
   
 Please respond to 
   IBM Mainframe   
  Discussion List  
 [EMAIL PROTECTED] 
   .EDU   
   
   




Tonni

Other than confusion over which TELNET client may be being used, it may be
that there is some confusion over what *from* a z/OS host means. Does
this imply using the TSO TELNET client as most responders have assumed or
does it mean a TN3270 connection to a TN3270 server in one system where
the SNA application accessed is in another system? This latter
interpretation
may be what you are assuming. There is no surprise here since it is SNA
business-as-usual.

Chris Mason

On Thu, 26 Jun 2008 13:15:37 +0200, Tonni J Ottosen [EMAIL PROTECTED]
wrote:

Under specific circumstances we have used this 'feature' during D/R tests
for mor than 10 years!

Always got the NVAS Main-menu up

regards - Tonni

I think it's safe to say the the TELNET command accessible from
the READY prompt does support TN3270.  At least it is possible
to use it to telnet to another z/OS and get the VTAM logo and
logon to TSO and crank up ISPF in all of its 7-colour glory.

Indeed! I stand corrected! Should have tried before writing down
from(fading) memory.

Has this always been supported (and am I therefore mixing up
things) or has TSO telnet been enhanced within the last 20 or so
years?

--
Peter Hunkeler
Credit Suisse

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html



Re: tcpip, vary obey command failed

2008-02-05 Thread Tonni J Ottosen
Gamal -

The code

053B006C

says:

BPXFSSTA 11/01/05
JRFileNotThere: The requested file does not exist

Action: The service cannot be performed unless the named file exists.
***

Check carefully for spelling errors. Are you sure there isn't a High level
qualifier connected? Is it the right system
you are issuing the comand?



Venlig hilsen

Tonni Ottosen

CSC Danmark A/S
Retortvej 8
DK - 1780 København V
Direkte: +45 3614 4445





CSC Danmark A/S
Registered Office: Retortvej 8, DK -1780 Copenhagen V , Denmark
Registered in Denmark No: 15231599



This is a PRIVATE message. If you are not the intended recipient, please
delete without copying and kindly advise us by e-mail of the mistake in
delivery.
NOTE: Regardless of content, this e-mail shall not operate to bind CSC to
any order or other contract unless pursuant to explicit written agreement
or government initiative expressly permitting the use of e-mail for such
purpose.





   
 SUBSCRIBE
 IBM-MAIN gaa a.   
 gamal To 
 [EMAIL PROTECTED] IBM-MAIN@BAMA.UA.EDU
 OMcc 
 Sent by: IBM  
 Mainframe Subject 
 Discussion List   tcpip, vary obey command failed 
 [EMAIL PROTECTED] 
 .EDU 
   
   
 05-02-2008 07:16  
   
   
 Please respond to 
   IBM Mainframe   
  Discussion List  
 [EMAIL PROTECTED] 
   .EDU   
   
   




Hi,
  WHEN ISSUING  VARY OBEY COMMAND, IT FAILED WITH THE
FOLLOWING ERROR:

V TCPIP,,O,DSN=TCPIP.TCPPARMS(PROFILE)

EZZ0060I PROCESSING COMMAND: VARY TCPIP,,O,DSN=TCPIP.TCPPARMS
(PROFILE)

EZZ0661I FOPEN() FOR PROFILE 'TCPIP.TCPPARMS(PROFILE)' FAILED:
 61/053B006C, EDC5061I AN ERROR OCCURRED WHEN ATTEMPTING TO DEFINE
A FILE TO THE SYSTEM.

EZZ0305I CANNOT OPEN FILE TCPIP.TCPPARMS(PROFILE)

EZZ0059I VARY OBEY COMMAND FAILED: SEE PREVIOUS MESSAGES

   I check the DNS and the file its ok , and if  re-IPL the system it works
,but
after some time the problem  back again, Please help.

Thanks.


GAMAL

http://bama.ua.edu/archives/ibm-main.html

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: SEQUENCE NUMBERS

2006-07-28 Thread Tonni J Ottosen
Hi -

I deleted the first mails of this thread before I remembered this way of
doing it (you would put from MF would'nt you?):

type e
cd 'myuser'
lcd 'myuser'
sendsite
site  LRECL=72 RECFM=FB BLKSIZE=7200
put ispf.cntl(acftap) testtrun.a
quit




Venlig hilsen

Tonni Ottosen

CSC Danmark A/S
Retortvej 8
DK - 1780 København V
Direkte: +45 3614 4445








This is a PRIVATE message. If you are not the intended recipient, please
delete without copying and kindly advise us by e-mail of the mistake in
delivery. NOTE: Regardless of content, this e-mail shall not operate to
bind CSC to any order or other contract unless pursuant to explicit written
agreement or government initiative expressly permitting the use of e-mail
for such purpose.


--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: How to get IBM Personal Communications to send IBM-DYNAMIC as device type?

2006-03-28 Thread Tonni J Ottosen
Hi Peter -

See Techdocs - The Tecnical Sales Library - Document id: TD102151 

HTH
Regards - Tonni



Venlig hilsen

Tonni Ottosen

CSC Danmark A/S
Retortvej 8
DK - 1780 København V
Direkte: +45 3614 4445








This is a PRIVATE message. If you are not the intended recipient, please
delete without copying and kindly advise us by e-mail of the mistake in
delivery. NOTE: Regardless of content, this e-mail shall not operate to
bind CSC to any order or other contract unless pursuant to explicit written
agreement or government initiative expressly permitting the use of e-mail
for such purpose.


--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Communication Controller for Linux

2005-06-28 Thread Tonni J Ottosen
Hi  List -

Has anybody  gained experience in setting up/using CCL?
Any tips/hints  are welcome.

Thanks in advance,


Regards

Tonni Ottosen

CSC Danmark A/S
Retortvej 8
DK - 1780 København V
Direkte: +45 3614 4445








This is a PRIVATE message. If you are not the intended recipient, please
delete without copying and kindly advise us by e-mail of the mistake in
delivery. NOTE: Regardless of content, this e-mail shall not operate to
bind CSC to any order or other contract unless pursuant to explicit written
agreement or government initiative expressly permitting the use of e-mail
for such purpose.


--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html