Re: NetView Startup problem

2011-11-23 Thread Binyamin Dissen
On Wed, 23 Nov 2011 15:35:56 +0530 saurabh khandelwal
 wrote:

:>Hello,
:>I am trying to bring up Netveiw address spaces. but I proc is
:>abended with   0C4. I tried isolating using help of google but it didnt
:>helped me much.
:>
:>1) S  NETVSSI
:>
:> STMT NO. MESSAGE
:> 2 IEFC001I PROCEDURE NETVSSI WAS EXPANDED USING SYSTEM LIBRARY
:>TIVOLI.PROCLIB
:> IEF695I START NETVSSI  WITH JOBNAME NETVSSI  IS ASSIGNED TO USER SYSSTC  ,
:>GROUP SYSPROC

You should figure out why this is happening.

:> IEF188I PROBLEM PROGRAM ATTRIBUTES ASSIGNED


:> IEA995I SYMPTOM DUMP OUTPUT
:> SYSTEM COMPLETION CODE=0C4  REASON CODE=0011
:>  TIME=07.51.49  SEQ=00072  CPU=  ASID=0066
:>  PSW AT TIME OF ERROR  078D1000   8746  ILC 4  INTC 11
:>ACTIVE LOAD MODULE   ADDRESS=78D8  OFFSET=0E6E
:>NAME=CNMINIT
:>DATA AT PSW  8740 - 001058E0  908C5810  E1DC5910
:>
:>
:>2) S NETVIEW
:>
:>07.52.36 STC00667  FRIDAY,20 DEC 2013 
:> 07.52.36 STC00667  IEF695I START NETVIEW  WITH JOBNAME NETVIEW  IS
:>ASSIGNED TO USER SYSSTC  , GROUP SYSPROC
:> 07.52.36 STC00667  $HASP373 NETVIEW  STARTED
:> 07.52.36 STC00667  IEF403I NETVIEW - STARTED - TIME=07.52.36
:> 07.52.37 STC00667  - --TIMINGS
:>(MINS.)--PAGING COUNTS---
:> 07.52.37 STC00667  -JOBNAME  STEPNAME PROCSTEPRC   EXCPCPUSRB
:>CLOCK   SERV  PG   PAGE   SWAPVIO SWAPS STEPNO
:> 07.52.37 STC00667  -NETVIEW   STEP1   00652.00
:>.00.02   1633   0  0  0  0 0 1

As well, this.

:> 07.52.37 STC00667  CSV003I REQUESTED MODULE CNMPPNOT FOUND


:> 07.52.37 STC00667  CSV028I ABEND806-04  JOBNAME=NETVIEW   STEPNAME=NETVIEW
:> 07.52.37 STC00667  IEA995I SYMPTOM DUMP OUTPUT  378
:>378 SYSTEM COMPLETION CODE=806  REASON CODE=0004
:>378  TIME=07.52.37  SEQ=00074  CPU=  ASID=0066
:>378  PSW AT TIME OF ERROR  070C1000   8128BBD0  ILC 2  INTC
:>0D
:>378NO ACTIVE MODULE FOUND
:>378NAME=UNKNOWN
:>
:>
:>Please help me to resolve this issue

Talk to the SP that installed the system. Also, regarding the 0C4 - open a
problem ticket with IBM.

--
Binyamin Dissen 
http://www.dissensoftware.com

Director, Dissen Software, Bar & Grill - Israel


Should you use the mailblocks package and expect a response from me,
you should preauthorize the dissensoftware.com domain.

I very rarely bother responding to challenge/response systems,
especially those from irresponsible companies.

--
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: NetView Startup problem

2011-11-23 Thread Chris Mason
Saurabh

> Please help me to resolve this issue

I tend not to deal with "issues", but rather more with "problems" and, this 
being a case of something you apparently expected to work but which clearly 
didn't (note the apostrophe), I would classify as a *problem*.

The appropriate "forum" for dealing with problems related NetView is the 
following:

http://tech.groups.yahoo.com/group/NetView/

This is quite an active "forum" and I have seen NetView development folk 
participating.

That said, there is quite a lot you can do with the information you posted.

-

Although generally "Google is your friend", a good place to start can also be 
the IBM message look-up facility:

http://www-03.ibm.com/systems/z/os/zos/bkserv/lookat/index.html

> IEF188I PROBLEM PROGRAM ATTRIBUTES ASSIGNED



IEF188I   PROBLEM PROGRAM ATTRIBUTES ASSIGNED

Explanation: The initiator found that a program to be run did not satisfy all 
the requirements needed to obtain all the special properties designated by the 
program name. 

- If the program to be run is not a single step job or task, the system 
nullifies the NODSI parameter. All other program properties remain in effect. 

- If the program to be run is not a started task that runs only a single step, 
the system nullifies the SYST parameter. All other program properties remain in 
effect. 

- If a non-APF authorized JOBLIB or STEPLIB statement is present, the system 
nullifies all Program Properties table (PPT) parameters. 

System Action: The system assigns problem program attributes in place of the 
special properties. 

System Programmer Response: If no special properties are required, no action is 
necessary. If special properties are required and a JOBLIB or STEPLIB is in 
use, ensure that the JOBLIB or STEPLIB data sets are APF authorized. Also 
ensure the special attributes 'started only' or '1-step only' are satisfied for 
the required special properties. 

Source: Initiator/terminator



http://publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/IEA2M8C0/SPTGG188I

Find the name of the program used in the NETVSSI procedure and check what 
characteristics it has in the IEFSDPPT module as described in the section "76.7 
Program properties table (PPT)" of the "z/OS MVS Initialization and Tuning 
Reference" manual.

http://publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/iea2e2c0/76.7

Check whether there is an "override" provided by a PPT statement in the active 
SCHEDxx member and, if so, what that specifies rather than the code in the 
IEFSDPPT module.

If all this is a bit complex, post the NETVSSI procedure and any relevant 
SCHEDxx member from your SYS1.PARMLIB.

-

> 07.52.37 STC00667  CSV003I REQUESTED MODULE CNMPPNOT FOUND

This one should be simplicity itself!

Find out which partitioned data set (PDS - "library") containing load modules 
contains the CNMPP module and then why that PDS is *not* in the STEPLIB 
concatenation of the NetView program in the NETVIEW procedure.

-

And please tell us how you got on!

Chris Mason

On Wed, 23 Nov 2011 15:35:56 +0530, saurabh khandelwal 
 wrote:

>Hello,
>I am trying to bring up Netveiw address spaces. but I proc is
>abended with   0C4. I tried isolating using help of google but it didnt
>helped me much.
>
>1) S  NETVSSI
>
> STMT NO. MESSAGE
> 2 IEFC001I PROCEDURE NETVSSI WAS EXPANDED USING SYSTEM LIBRARY
>TIVOLI.PROCLIB
> IEF695I START NETVSSI  WITH JOBNAME NETVSSI  IS ASSIGNED TO USER SYSSTC  ,
>GROUP SYSPROC
> IEF188I PROBLEM PROGRAM ATTRIBUTES ASSIGNED
> IEA995I SYMPTOM DUMP OUTPUT
> SYSTEM COMPLETION CODE=0C4  REASON CODE=0011
>  TIME=07.51.49  SEQ=00072  CPU=  ASID=0066
>  PSW AT TIME OF ERROR  078D1000   8746  ILC 4  INTC 11
>ACTIVE LOAD MODULE   ADDRESS=78D8  OFFSET=0E6E
>NAME=CNMINIT
>DATA AT PSW  8740 - 001058E0  908C5810  E1DC5910
>
>
>2) S NETVIEW
>
>07.52.36 STC00667  FRIDAY,20 DEC 2013 
> 07.52.36 STC00667  IEF695I START NETVIEW  WITH JOBNAME NETVIEW  IS
>ASSIGNED TO USER SYSSTC  , GROUP SYSPROC
> 07.52.36 STC00667  $HASP373 NETVIEW  STARTED
> 07.52.36 STC00667  IEF403I NETVIEW - STARTED - TIME=07.52.36
> 07.52.37 STC00667  - --TIMINGS
>(MINS.)--PAGING COUNTS---
> 07.52.37 STC00667  -JOBNAME  STEPNAME PROCSTEPRC   EXCPCPUSRB
>CLOCK   SERV  PG   PAGE   SWAPVIO SWAPS STEPNO
> 07.52.37 STC00667  -NETVIEW   STEP1   00652.00
>.00.02   1633   0  0  0  0 0 1
> 07.52.37 STC00667  CSV003I REQUESTED MODULE CNMPPNOT FOUND
> 07.52.37 STC00667  CSV028I ABEND806-04  JOBNAME=NETVIEW   STEPNAME=NETVIEW
> 07.52.37 STC00667  IEA995I SYMPTOM DUMP OUTPUT  378
>378 SYSTEM COMPLETION CODE=806  REASON CODE=0004
>378  TIME=07.52.37  SEQ=00074  CPU=  ASID=0066
>378  PSW AT TIME OF ERROR  070C1000   8128BBD0  ILC 2  INTC
>0D
>378NO ACTIVE MODULE FOUND
>37

Re: NetView Startup problem

2011-11-23 Thread saurabh khandelwal
Thanks all of you. I will try to check the Netview library for APF
authorization.

also I will post this problem on Netview group.   Thanks again.

On Wed, Nov 23, 2011 at 5:56 PM, Chris Mason wrote:

> Saurabh
>
> > Please help me to resolve this issue
>
> I tend not to deal with "issues", but rather more with "problems" and,
> this being a case of something you apparently expected to work but which
> clearly didn't (note the apostrophe), I would classify as a *problem*.
>
> The appropriate "forum" for dealing with problems related NetView is the
> following:
>
> http://tech.groups.yahoo.com/group/NetView/
>
> This is quite an active "forum" and I have seen NetView development folk
> participating.
>
> That said, there is quite a lot you can do with the information you posted.
>
> -
>
> Although generally "Google is your friend", a good place to start can also
> be the IBM message look-up facility:
>
> http://www-03.ibm.com/systems/z/os/zos/bkserv/lookat/index.html
>
> > IEF188I PROBLEM PROGRAM ATTRIBUTES ASSIGNED
>
> 
>
> IEF188I   PROBLEM PROGRAM ATTRIBUTES ASSIGNED
>
> Explanation: The initiator found that a program to be run did not satisfy
> all the requirements needed to obtain all the special properties designated
> by the program name.
>
> - If the program to be run is not a single step job or task, the system
> nullifies the NODSI parameter. All other program properties remain in
> effect.
>
> - If the program to be run is not a started task that runs only a single
> step, the system nullifies the SYST parameter. All other program properties
> remain in effect.
>
> - If a non-APF authorized JOBLIB or STEPLIB statement is present, the
> system nullifies all Program Properties table (PPT) parameters.
>
> System Action: The system assigns problem program attributes in place of
> the special properties.
>
> System Programmer Response: If no special properties are required, no
> action is necessary. If special properties are required and a JOBLIB or
> STEPLIB is in use, ensure that the JOBLIB or STEPLIB data sets are APF
> authorized. Also ensure the special attributes 'started only' or '1-step
> only' are satisfied for the required special properties.
>
> Source: Initiator/terminator
>
> 
>
>
> http://publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/IEA2M8C0/SPTGG188I
>
> Find the name of the program used in the NETVSSI procedure and check what
> characteristics it has in the IEFSDPPT module as described in the section
> "76.7 Program properties table (PPT)" of the "z/OS MVS Initialization and
> Tuning Reference" manual.
>
> http://publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/iea2e2c0/76.7
>
> Check whether there is an "override" provided by a PPT statement in the
> active SCHEDxx member and, if so, what that specifies rather than the code
> in the IEFSDPPT module.
>
> If all this is a bit complex, post the NETVSSI procedure and any relevant
> SCHEDxx member from your SYS1.PARMLIB.
>
> -
>
> > 07.52.37 STC00667  CSV003I REQUESTED MODULE CNMPPNOT FOUND
>
> This one should be simplicity itself!
>
> Find out which partitioned data set (PDS - "library") containing load
> modules contains the CNMPP module and then why that PDS is *not* in the
> STEPLIB concatenation of the NetView program in the NETVIEW procedure.
>
> -
>
> And please tell us how you got on!
>
> Chris Mason
>
> On Wed, 23 Nov 2011 15:35:56 +0530, saurabh khandelwal <
> sourabhkhandelwal...@gmail.com> wrote:
>
> >Hello,
> >I am trying to bring up Netveiw address spaces. but I proc is
> >abended with   0C4. I tried isolating using help of google but it didnt
> >helped me much.
> >
> >1) S  NETVSSI
> >
> > STMT NO. MESSAGE
> > 2 IEFC001I PROCEDURE NETVSSI WAS EXPANDED USING SYSTEM LIBRARY
> >TIVOLI.PROCLIB
> > IEF695I START NETVSSI  WITH JOBNAME NETVSSI  IS ASSIGNED TO USER SYSSTC
>  ,
> >GROUP SYSPROC
> > IEF188I PROBLEM PROGRAM ATTRIBUTES ASSIGNED
> > IEA995I SYMPTOM DUMP OUTPUT
> > SYSTEM COMPLETION CODE=0C4  REASON CODE=0011
> >  TIME=07.51.49  SEQ=00072  CPU=  ASID=0066
> >  PSW AT TIME OF ERROR  078D1000   8746  ILC 4  INTC 11
> >ACTIVE LOAD MODULE   ADDRESS=78D8  OFFSET=0E6E
> >NAME=CNMINIT
> >DATA AT PSW  8740 - 001058E0  908C5810  E1DC5910
> >
> >
> >2) S NETVIEW
> >
> >07.52.36 STC00667  FRIDAY,20 DEC 2013 
> > 07.52.36 STC00667  IEF695I START NETVIEW  WITH JOBNAME NETVIEW  IS
> >ASSIGNED TO USER SYSSTC  , GROUP SYSPROC
> > 07.52.36 STC00667  $HASP373 NETVIEW  STARTED
> > 07.52.36 STC00667  IEF403I NETVIEW - STARTED - TIME=07.52.36
> > 07.52.37 STC00667  - --TIMINGS
> >(MINS.)--PAGING COUNTS---
> > 07.52.37 STC00667  -JOBNAME  STEPNAME PROCSTEPRC   EXCPCPUSRB
> >CLOCK   SERV  PG   PAGE   SWAPVIO SWAPS STEPNO
> > 07.52.37 STC00667  -NETVIEW   STEP1   00652.00
> >.00.02   1633   0  0  0  0 0 1
> > 07.52.37 STC00667  CSV003I REQUEST

Re: NetView Startup problem

2011-11-23 Thread Barkow, Eileen
Abend is due to:

> 07.52.37 STC00667  CSV003I REQUESTED MODULE CNMPPNOT FOUND
> > 07.52.37 STC00667  CSV028I ABEND806-04  JOBNAME=NETVIEW

Module CNMPP should be in SYS1.NETVIEW.CNMLINK
Check LINKLIST or STEPLIB 

-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@bama.ua.edu] On Behalf Of 
saurabh khandelwal
Sent: Wednesday, November 23, 2011 7:35 AM
To: IBM-MAIN@bama.ua.edu
Subject: Re: NetView Startup problem

Thanks all of you. I will try to check the Netview library for APF
authorization.

also I will post this problem on Netview group.   Thanks again.

On Wed, Nov 23, 2011 at 5:56 PM, Chris Mason wrote:

> Saurabh
>
> > Please help me to resolve this issue
>
> I tend not to deal with "issues", but rather more with "problems" and,
> this being a case of something you apparently expected to work but which
> clearly didn't (note the apostrophe), I would classify as a *problem*.
>
> The appropriate "forum" for dealing with problems related NetView is the
> following:
>
> http://tech.groups.yahoo.com/group/NetView/
>
> This is quite an active "forum" and I have seen NetView development folk
> participating.
>
> That said, there is quite a lot you can do with the information you posted.
>
> -
>
> Although generally "Google is your friend", a good place to start can also
> be the IBM message look-up facility:
>
> http://www-03.ibm.com/systems/z/os/zos/bkserv/lookat/index.html
>
> > IEF188I PROBLEM PROGRAM ATTRIBUTES ASSIGNED
>
> 
>
> IEF188I   PROBLEM PROGRAM ATTRIBUTES ASSIGNED
>
> Explanation: The initiator found that a program to be run did not satisfy
> all the requirements needed to obtain all the special properties designated
> by the program name.
>
> - If the program to be run is not a single step job or task, the system
> nullifies the NODSI parameter. All other program properties remain in
> effect.
>
> - If the program to be run is not a started task that runs only a single
> step, the system nullifies the SYST parameter. All other program properties
> remain in effect.
>
> - If a non-APF authorized JOBLIB or STEPLIB statement is present, the
> system nullifies all Program Properties table (PPT) parameters.
>
> System Action: The system assigns problem program attributes in place of
> the special properties.
>
> System Programmer Response: If no special properties are required, no
> action is necessary. If special properties are required and a JOBLIB or
> STEPLIB is in use, ensure that the JOBLIB or STEPLIB data sets are APF
> authorized. Also ensure the special attributes 'started only' or '1-step
> only' are satisfied for the required special properties.
>
> Source: Initiator/terminator
>
> 
>
>
> http://publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/IEA2M8C0/SPTGG188I
>
> Find the name of the program used in the NETVSSI procedure and check what
> characteristics it has in the IEFSDPPT module as described in the section
> "76.7 Program properties table (PPT)" of the "z/OS MVS Initialization and
> Tuning Reference" manual.
>
> http://publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/iea2e2c0/76.7
>
> Check whether there is an "override" provided by a PPT statement in the
> active SCHEDxx member and, if so, what that specifies rather than the code
> in the IEFSDPPT module.
>
> If all this is a bit complex, post the NETVSSI procedure and any relevant
> SCHEDxx member from your SYS1.PARMLIB.
>
> -
>
> > 07.52.37 STC00667  CSV003I REQUESTED MODULE CNMPPNOT FOUND
>
> This one should be simplicity itself!
>
> Find out which partitioned data set (PDS - "library") containing load
> modules contains the CNMPP module and then why that PDS is *not* in the
> STEPLIB concatenation of the NetView program in the NETVIEW procedure.
>
> -
>
> And please tell us how you got on!
>
> Chris Mason
>
> On Wed, 23 Nov 2011 15:35:56 +0530, saurabh khandelwal <
> sourabhkhandelwal...@gmail.com> wrote:
>
> >Hello,
> >I am trying to bring up Netveiw address spaces. but I proc is
> >abended with   0C4. I tried isolating using help of google but it didnt
> >helped me much.
> >
> >1) S  NETVSSI
> >
> > STMT NO. MESSAGE
> > 2 IEFC001I PROCEDURE NETVSSI WAS EXPANDED USING SYSTEM LIBRARY
> >TIVOLI.PROCLIB
> > IEF695I START NETVSSI  WITH JOBNAME NETVSSI  IS ASSIGNED TO USER SYSSTC
>  ,
> >GROUP SYSPROC
> > IEF188I PROBLEM PROGRAM ATTRIBUTES ASSIGNED
> > IEA995I SYMPTOM DUMP OUTPUT
> > SYSTEM COMPLETION CODE=0C4  REASON CODE=0011
> >  TIME=07.51.4

Re: NetView Startup problem

2011-11-23 Thread saurabh khandelwal
** *ARM = ARM ENABLEMENT BY SYMBOL,
   XX*   **NETVIEW WILL GENERATE AN
ARM
   XX*   **ELEMENT NAME AS FOLLOWS:
   XX*   **'NETVIEW$' CONCATENATED
WITH
   XX*   **THE SSI/PPI SUBSYSTEM
NAME
   XX*   **CONCATENATED WITH
&SYSCLONE
   XX*   ** NAME = ARM ENABLEMENT BY NAME
   XX*   ** *NOARM = NO ARM ENABLEMENT
   XX*   ** DEFAULT OPTION = *NOARM
   XX*   ** COMMENTING OUT THE 'ARM=...'
PARAMETER
   XX*   ** RESULTS IN NO NETVIEW ARM
ENABLEMENT
   XX*
 4 XXNETV53S  EXEC PGM=&PROG,TIME=1440,REGION=®.K,
   XX
PARM=(&MBUF,&CBUF,'&DSIG','&MSGIFAC','&PPIOPT','&ARM'),
   XX DPRTY=(13,13)
   XX*
   XX*STEPLIB  DD   DSN=&SQ1..CNMLINK,DISP=SHR
   IEFC653I SUBSTITUTION JCL -
PGM=CNMINIT,TIME=1440,REGION=6144K,PARM=(8192,2048,'%','SYSTEM','PPI','*NOARM'),
   DPRTY=(13,13)
 5 XXSTEPLIB  DD   DSN=DLIB.NV390.V5R3.ACNMLINK,DISP=SHR
 6 XXSYSPRINT DD   SYSOUT=H
   XX*




On Wed, Nov 23, 2011 at 7:16 PM, Barkow, Eileen wrote:

> Abend is due to:
>
> > 07.52.37 STC00667  CSV003I REQUESTED MODULE CNMPPNOT FOUND
> > > 07.52.37 STC00667  CSV028I ABEND806-04  JOBNAME=NETVIEW
>
> Module CNMPP should be in SYS1.NETVIEW.CNMLINK
> Check LINKLIST or STEPLIB
>
> -----Original Message-
> From: IBM Mainframe Discussion List [mailto:IBM-MAIN@bama.ua.edu] On
> Behalf Of saurabh khandelwal
> Sent: Wednesday, November 23, 2011 7:35 AM
> To: IBM-MAIN@bama.ua.edu
> Subject: Re: NetView Startup problem
>
> Thanks all of you. I will try to check the Netview library for APF
> authorization.
>
> also I will post this problem on Netview group.   Thanks again.
>
> On Wed, Nov 23, 2011 at 5:56 PM, Chris Mason  >wrote:
>
> > Saurabh
> >
> > > Please help me to resolve this issue
> >
> > I tend not to deal with "issues", but rather more with "problems" and,
> > this being a case of something you apparently expected to work but which
> > clearly didn't (note the apostrophe), I would classify as a *problem*.
> >
> > The appropriate "forum" for dealing with problems related NetView is the
> > following:
> >
> > http://tech.groups.yahoo.com/group/NetView/
> >
> > This is quite an active "forum" and I have seen NetView development folk
> > participating.
> >
> > That said, there is quite a lot you can do with the information you
> posted.
> >
> > -
> >
> > Although generally "Google is your friend", a good place to start can
> also
> > be the IBM message look-up facility:
> >
> > http://www-03.ibm.com/systems/z/os/zos/bkserv/lookat/index.html
> >
> > > IEF188I PROBLEM PROGRAM ATTRIBUTES ASSIGNED
> >
> > 
> >
> > IEF188I   PROBLEM PROGRAM ATTRIBUTES ASSIGNED
> >
> > Explanation: The initiator found that a program to be run did not satisfy
> > all the requirements needed to obtain all the special properties
> designated
> > by the program name.
> >
> > - If the program to be run is not a single step job or task, the system
> > nullifies the NODSI parameter. All other program properties remain in
> > effect.
> >
> > - If the program to be run is not a started task that runs only a single
> > step, the system nullifies the SYST parameter. All other program
> properties
> > remain in effect.
> >
> > - If a non-APF authorized JOBLIB or STEPLIB statement is present, the
> > system nullifies all Program Properties table (PPT) parameters.
> >
> > System Action: The system assigns problem program attributes in place of
> > the special properties.
> >
> > System Programmer Response: If no special properties are required, no
> > action is necessary. If special properties are required and a JOBLIB or
> > STEPLIB is in use, ensure that the JOBLIB or STEPLIB data sets are APF
> > authorized. Also ensure the special attributes 'started only' or '1-step
> > only' are satisfied for the required special properties.
> >
> > Source: Initiator/terminator
> >
> > 
> >
> >
> >
> http://publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/IEA2M8C0/SPTGG188I
>

Re: NetView Startup problem

2011-11-24 Thread Ted MacNEIL
>PGM=CNMINIT,TIME=1440,REGION=6144K,PARM=(8192,2048,'%','SYSTEM','PPI','*NOARM'),
   DPRTY=(13,13)

Two things:

1. Why such a small region? IBM has recommended REGION=0M for aeons. This could 
be a cause of the 0C4.

2. Specifying DPRTY is so 1980.

-
Ted MacNEIL
eamacn...@yahoo.ca
Twitter: @TedMacNEIL

--
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: NetView Startup problem

2011-11-24 Thread saurabh khandelwal
Thanks for your help.

I changed region parameter. But

System is not allowing me to change DPRTY to 1980. So I left it as old one.
(13,13). but still same error.


 STMT NO. MESSAGE
2 IEFC001I PROCEDURE NETVSSI WAS EXPANDED USING SYSTEM LIBRARY
TIVOLI.PR
IEF695I START NETVSSI  WITH JOBNAME NETVSSI  IS ASSIGNED TO USER SYSSTC  ,
GROUP
IEA995I SYMPTOM DUMP OUTPUT
SYSTEM COMPLETION CODE=0C4  REASON CODE=0011
 TIME=09.33.22  SEQ=00099  CPU=  ASID=0051
 PSW AT TIME OF ERROR  078D1000   8746  ILC 4  INTC 11
   ACTIVE LOAD MODULE   ADDRESS=78D8  OFFSET=0E6E
   NAME=CNMINIT
   DATA AT PSW  8740 - 001058E0  908C5810  E1DC5910

Regards
Saurabh



On Thu, Nov 24, 2011 at 3:15 PM, Ted MacNEIL  wrote:

>
> >PGM=CNMINIT,TIME=1440,REGION=6144K,PARM=(8192,2048,'%','SYSTEM','PPI','*NOARM'),
>   DPRTY=(13,13)
>
> Two things:
>
> 1. Why such a small region? IBM has recommended REGION=0M for aeons. This
> could be a cause of the 0C4.
>
> 2. Specifying DPRTY is so 1980.
>
> -
> Ted MacNEIL
> eamacn...@yahoo.ca
> Twitter: @TedMacNEIL
>
> --
> 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
>



-- 
Thanks & Regards
Saurabh Khandelwal

--
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: NetView Startup problem

2011-11-24 Thread Tidy, David (D)
Hi Saurabh,

I haven't followed this one much so I hope I am not repeating earlier advice, 
but ACNMLINK certainly won't work - you need your target library for sure 
(lowest level qualifier CNMLINK - I can't remember the prefixes, but it might 
be TLIB.NV390.V5R3.CNMLINK for you) and it must be authorised.  (note that 
CNMINIT in ACNMLINK is not AC=01, but in CNMLINK it is). You also need a NETV 
subsystem set up in your IEFSSNxx member - SUBSYS SUBNAME(NETV).

Best regards,
David Tidy  
IS Technical Management/SAP-Mf  
Dow Benelux B.V.

-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@bama.ua.edu] On Behalf Of 
saurabh khandelwal
Sent: 24 November 2011 07:40
To: IBM-MAIN@bama.ua.edu
Subject: Re: NetView Startup problem

Hello,
I added my STEPLIB libraries to ROG00 and IPL'd system again.
but still getting same error ..

I have added DLIB.NV390.V5R3.ACNMLINK dataset on my PROG member.

RC  S0C4 and resason code 11 for below step.

--
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: NetView Startup problem

2011-11-24 Thread Walter Marguccio
> From: saurabh khandelwal 


> I changed region parameter. But System is not allowing me to change
> DPRTY to 1980. So I left it as old one. (13,13). but still same error.

which release of NetView do you have ?


Walter Marguccio
z/OS Systems Programmer
BELENUS LOB Informatic GmbH
Munich - Germany

--
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: NetView Startup problem

2011-11-24 Thread Ted MacNEIL
My fault. I meant it was out of date.
My suggestion is to remove it, since it's only checked for syntax, now.
-
Ted MacNEIL
eamacn...@yahoo.ca
Twitter: @TedMacNEIL

-Original Message-
From: saurabh khandelwal 
Sender: IBM Mainframe Discussion List 
Date: Thu, 24 Nov 2011 15:35:59 
To: 
Reply-To: IBM Mainframe Discussion List 
Subject: Re: NetView Startup problem

Thanks for your help.

I changed region parameter. But

System is not allowing me to change DPRTY to 1980. So I left it as old one.
(13,13). but still same error.


 STMT NO. MESSAGE
2 IEFC001I PROCEDURE NETVSSI WAS EXPANDED USING SYSTEM LIBRARY
TIVOLI.PR
IEF695I START NETVSSI  WITH JOBNAME NETVSSI  IS ASSIGNED TO USER SYSSTC  ,
GROUP
IEA995I SYMPTOM DUMP OUTPUT
SYSTEM COMPLETION CODE=0C4  REASON CODE=0011
 TIME=09.33.22  SEQ=00099  CPU=  ASID=0051
 PSW AT TIME OF ERROR  078D1000   8746  ILC 4  INTC 11
   ACTIVE LOAD MODULE   ADDRESS=78D8  OFFSET=0E6E
   NAME=CNMINIT
   DATA AT PSW  8740 - 001058E0  908C5810  E1DC5910

Regards
Saurabh



On Thu, Nov 24, 2011 at 3:15 PM, Ted MacNEIL  wrote:

>
> >PGM=CNMINIT,TIME=1440,REGION=6144K,PARM=(8192,2048,'%','SYSTEM','PPI','*NOARM'),
>   DPRTY=(13,13)
>
> Two things:
>
> 1. Why such a small region? IBM has recommended REGION=0M for aeons. This
> could be a cause of the 0C4.
>
> 2. Specifying DPRTY is so 1980.
>
> -
> Ted MacNEIL
> eamacn...@yahoo.ca
> Twitter: @TedMacNEIL
>
> --
> 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
>



-- 
Thanks & Regards
Saurabh Khandelwal

--
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

--
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: NetView Startup problem

2011-11-24 Thread saurabh khandelwal
Hello,
   I have subsystem entry in my IEFSSN00 member.

SUBSYS SUBNAME(NETV)

Also I dont have CNMLINK. I just have ACNMLINK in below dataset, and
CNMINIT member exist in this.

 DLIB.NV390.V5R3.ACNMLINK(CNMINIT)


Thanks & Regards
SAurabh

On Thu, Nov 24, 2011 at 4:54 PM, Tidy, David (D)  wrote:

> Hi Saurabh,
>
> I haven't followed this one much so I hope I am not repeating earlier
> advice, but ACNMLINK certainly won't work - you need your target library
> for sure (lowest level qualifier CNMLINK - I can't remember the prefixes,
> but it might be TLIB.NV390.V5R3.CNMLINK for you) and it must be authorised.
>  (note that CNMINIT in ACNMLINK is not AC=01, but in CNMLINK it is). You
> also need a NETV subsystem set up in your IEFSSNxx member - SUBSYS
> SUBNAME(NETV).
>
> Best regards,
> David Tidy
> IS Technical Management/SAP-Mf
> Dow Benelux B.V.
>
> -Original Message-
> From: IBM Mainframe Discussion List [mailto:IBM-MAIN@bama.ua.edu] On
> Behalf Of saurabh khandelwal
> Sent: 24 November 2011 07:40
> To: IBM-MAIN@bama.ua.edu
> Subject: Re: NetView Startup problem
>
> Hello,
>I added my STEPLIB libraries to ROG00 and IPL'd system again.
> but still getting same error ..
>
> I have added DLIB.NV390.V5R3.ACNMLINK dataset on my PROG member.
>
> RC  S0C4 and resason code 11 for below step.
>
> --
> 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
>



-- 
Thanks & Regards
Saurabh Khandelwal

--
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: NetView Startup problem

2011-11-24 Thread saurabh khandelwal
NetVIEW V5R3

Regards
Saurabh

On Thu, Nov 24, 2011 at 4:23 PM, Walter Marguccio <
walter_marguc...@yahoo.com> wrote:

> > From: saurabh khandelwal 
>
>
> > I changed region parameter. But System is not allowing me to change
> > DPRTY to 1980. So I left it as old one. (13,13). but still same error.
>
> which release of NetView do you have ?
>
>
> Walter Marguccio
> z/OS Systems Programmer
> BELENUS LOB Informatic GmbH
> Munich - Germany
>
> --
> 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
>



-- 
Thanks & Regards
Saurabh Khandelwal

--
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: NetView Startup problem

2011-11-24 Thread Tidy, David (D)
My earlier reply was based on the Netview 5.3 mentioned in the dataset name 
(the SSN statement changes in version 6).

Best regards,
David Tidy  
IS Technical Management/SAP-Mf  
Dow Benelux B.V.

-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@bama.ua.edu] On Behalf Of 
Walter Marguccio
Sent: 24 November 2011 11:54
To: IBM-MAIN@bama.ua.edu
Subject: Re: NetView Startup problem

> From: saurabh khandelwal 


> I changed region parameter. But System is not allowing me to change
> DPRTY to 1980. So I left it as old one. (13,13). but still same error.

which release of NetView do you have ?


Walter Marguccio
z/OS Systems Programmer
BELENUS LOB Informatic GmbH
Munich - Germany

--
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

--
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: NetView Startup problem

2011-11-24 Thread Lizette Koehler
> 
> Hello,
>I have subsystem entry in my IEFSSN00 member.
> 
> SUBSYS SUBNAME(NETV)
> 
> Also I dont have CNMLINK. I just have ACNMLINK in below dataset, and
CNMINIT
> member exist in this.
> 
>  DLIB.NV390.V5R3.ACNMLINK(CNMINIT)
> 
> 
> Thanks & Regards
> SAurabh
>


Saurabh,

You may wish to review this document on starting up NETVIEW
http://publib.boulder.ibm.com/tividd/td/netview390/dqll2mst/en_US/HTML/dqll2
m02.htm#ToC


http://publib.boulder.ibm.com/tividd/td/netview390/dqll2mst/en_US/HTML/dqll2
m12.htm

It does a good job of explaining the steps and results

Lizette

--
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: NetView Startup problem

2011-11-24 Thread Tidy, David (D)
Hi Saurabh,

I'm sorry , but you must/should have a CNMLINK dataset. Often it will be on 
your sysres pack. It might even be SYS1.CNMLINK. If on option 3.4 in ISPF, you 
use **.CNMLINK for the dataset level, you should eventually see what your one 
is called (it might take some time to give you the list).

Best regards,
David Tidy  Tel:(31)115-67-1745
IS Technical Management/SAP-Mf  Fax:(31)115-67-1762 
Dow Benelux B.V.Mailto:dt...@dow.com

-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@bama.ua.edu] On Behalf Of 
saurabh khandelwal
Sent: 24 November 2011 12:41
To: IBM-MAIN@bama.ua.edu
Subject: Re: NetView Startup problem

Hello,
   I have subsystem entry in my IEFSSN00 member.

SUBSYS SUBNAME(NETV)

Also I dont have CNMLINK. I just have ACNMLINK in below dataset, and
CNMINIT member exist in this.

 DLIB.NV390.V5R3.ACNMLINK(CNMINIT)


Thanks & Regards
SAurabh

On Thu, Nov 24, 2011 at 4:54 PM, Tidy, David (D)  wrote:

> Hi Saurabh,
>
> I haven't followed this one much so I hope I am not repeating earlier
> advice, but ACNMLINK certainly won't work - you need your target library
> for sure (lowest level qualifier CNMLINK - I can't remember the prefixes,
> but it might be TLIB.NV390.V5R3.CNMLINK for you) and it must be authorised.
>  (note that CNMINIT in ACNMLINK is not AC=01, but in CNMLINK it is). You
> also need a NETV subsystem set up in your IEFSSNxx member - SUBSYS
> SUBNAME(NETV).
>
> Best regards,
> David Tidy
> IS Technical Management/SAP-Mf
> Dow Benelux B.V.
>
> -Original Message-
> From: IBM Mainframe Discussion List [mailto:IBM-MAIN@bama.ua.edu] On
> Behalf Of saurabh khandelwal
> Sent: 24 November 2011 07:40
> To: IBM-MAIN@bama.ua.edu
> Subject: Re: NetView Startup problem
>
> Hello,
>I added my STEPLIB libraries to ROG00 and IPL'd system again.
> but still getting same error ..
>
> I have added DLIB.NV390.V5R3.ACNMLINK dataset on my PROG member.
>
> RC  S0C4 and resason code 11 for below step.
>
> --
> 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
>



-- 
Thanks & Regards
Saurabh Khandelwal

--
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

--
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: NetView Startup problem

2011-11-24 Thread Sebastian Welton
On Thu, 24 Nov 2011 12:09:48 +0530, saurabh khandelwal 
 wrote:

>Hello,
>I added my STEPLIB libraries to ROG00 and IPL'd system again.
>but still getting same error ..
>
>I have added DLIB.NV390.V5R3.ACNMLINK dataset on my PROG member.
>
>RC  S0C4 and resason code 11 for below step.

The above looks like your distribution libraries. You should be using the 
libraries created after accept and apply.

Seb

--
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: NetView Startup problem

2011-11-24 Thread Lizette Koehler
Have you followed the Installation process.

>From the V5R3 manual  Tivoli NetView for z/OS, Version 5.3 (Revised
September 2008)

Member PROGxx contains the names of program libraries that you want the
system to concatenate to SYS1.LINKLIB and libraries that you want to define
as authorized with the Authorized Program Facility (APF). Use PROGxx instead
of using both LNKLSTxx (to concatenate program libraries to SYS1.LINKLIB)
and IEAAPFxx (to authorize program libraries to APF).

If you are using the LNKLST concatenation instead of a STEPLIB DD statement
in your NetViewR startup procedure, update your PROGxx member in the
SYS1.PARMLIB data set to include the following program libraries as
extensions to the SYS1.LINKLIB data set:

* NETVIEW.V5R3M0.CNMLINK
* NETVIEW.V5R3M0.SCNMLNKN

The SCNMLNKN data set is used for RODM trace, MVST command exit, and
DSIPHONE. It is not referenced in the NetView program samples.

The following libraries must be authorized with the Authorized Program
Facility (APF). To be authorized, a library's name and volume ID must be in
the list of authorized libraries in the PROGxx member of SYS1.PARMLIB.

   1. If these are not already authorized, authorize all the libraries from
the //STEPLIB, //VTAMLIB, and //NCPLOAD concatenations in your VTAMR start
procedure. The VTAM start procedure, CNMSJ008 (CNMNET), in
NETVIEW.V5R3M0.CNMSAMP is the default member shipped with the NetView
program.
   2. Authorize all the libraries from the //STEPLIB concatenation in the
following procedures:
  * The NetView start procedure, CNMSJ009 (CNMPROC), in
NETVIEW.V5R3M0.CNMSAMP
  * The NetView procedure to start the subsystem interface (SSI)
address space, CNMSJ010 (CNMPSSI), in NETVIEW.V5R3M0.CNMSAMP
  * The RODM start procedure, EKGXRODM, in NETVIEW.V5R3M0.CNMSAMP
  * The GMFHS start procedure, CNMSJH10 (CNMGMFHS), in
NETVIEW.V5R3M0.CNMSAMP
  * The Event/Automation Service (E/AS) start procedure, IHSAEVNT,
in NETVIEW.V5R3M0.SCNMUXMS
   3. Authorize the following NetView libraries:
  * NETVIEW.V5R3M0.SCNMLNK1
  * NETVIEW.V5R3M0.SCNMLPA1
  * NETVIEW.V5R3M0.CNMLINK
  * NETVIEW.V5R3M0.SCNMLNKN
  * NETVIEW.V5R3M0.SCNMUXLK (if you are using E/AS services)
   4. If you are installing the NetView V5R3 Japanese program, authorize the
SCNMMJPN data set. This data set is listed in the //STEPLIB concatenation of
CNMPROC.
   5. Add the SEAGLPA data set (REXX/370 library) or the SEAGALT data set
(REXXT alternate library) to the list of APF-authorized libraries. For
information on which data set to use, see the comments in the NetView start
procedure, CNMPROC.
   6. If you plan to use the Tivoli NetView for z/OS Enterprise Management
Agent, authorize the following additional libraries:
  * RKANMOD
  * RKANMODL
  * RKANMODU
  * Any runtime libraries that are concatenated in the STEPLIB
DDNAME and in the RKANMODL DDNAME of the CANSNA and CANSDSST started tasks

If you specify an unauthorized library on a STEPLIB or concatenate
unauthorized libraries with authorized libraries, all libraries are treated
as if they are unauthorized.

To add the NetView libraries to the list of APF-authorized libraries without
requiring an MVS system restart, follow these steps:

   1. Enable dynamic APF changes. To do this, issue the following MVS
command:

  SETPROG APF,FORMAT=DYNAMIC

   2. Add each NetView library to the list of APF-authorized libraries. To
do this, issue the following MVS command for each NetView library that you
want to add:

  SETPROG APF,ADD,DSNAME=dsname,VOLUME=volser

If you plan to use the CNMSMF3E sample as an IEFACTRT exit routine, add the
CNMSMF3E exit, for example:

EXIT ADD EXITNAME(SYS.IEFACTRT) MODNAME(CNMSMF3E)

If you want information about...Refer to...
APF authorization   z/OSR library
Tivoli NetView for z/OS Enterprise Management Agent IBM Tivoli NetView
for z/OS Installation: Configuring the Tivoli NetView for z/OS Enterprise
Agents
CNMSMF3E sample IBM Tivoli NetView for z/OS Installation:
Configuring Additional Components


You need to have all of the libraries that are documented above apf
authorized, and in the LINKLST and LPALST as documented.

Lizette

--
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: NetView Startup problem

2011-11-24 Thread saurabh khandelwal
Thanks. I will follow the steps provided by you and keep you updated with
my progress./

Regards
Saurabh

On Thu, Nov 24, 2011 at 7:40 PM, Lizette Koehler wrote:

> Have you followed the Installation process.
>
> From the V5R3 manual  Tivoli NetView for z/OS, Version 5.3 (Revised
> September 2008)
>
> Member PROGxx contains the names of program libraries that you want the
> system to concatenate to SYS1.LINKLIB and libraries that you want to define
> as authorized with the Authorized Program Facility (APF). Use PROGxx
> instead
> of using both LNKLSTxx (to concatenate program libraries to SYS1.LINKLIB)
> and IEAAPFxx (to authorize program libraries to APF).
>
> If you are using the LNKLST concatenation instead of a STEPLIB DD statement
> in your NetViewR startup procedure, update your PROGxx member in the
> SYS1.PARMLIB data set to include the following program libraries as
> extensions to the SYS1.LINKLIB data set:
>
>* NETVIEW.V5R3M0.CNMLINK
>* NETVIEW.V5R3M0.SCNMLNKN
>
> The SCNMLNKN data set is used for RODM trace, MVST command exit, and
> DSIPHONE. It is not referenced in the NetView program samples.
>
> The following libraries must be authorized with the Authorized Program
> Facility (APF). To be authorized, a library's name and volume ID must be in
> the list of authorized libraries in the PROGxx member of SYS1.PARMLIB.
>
>   1. If these are not already authorized, authorize all the libraries from
> the //STEPLIB, //VTAMLIB, and //NCPLOAD concatenations in your VTAMR start
> procedure. The VTAM start procedure, CNMSJ008 (CNMNET), in
> NETVIEW.V5R3M0.CNMSAMP is the default member shipped with the NetView
> program.
>   2. Authorize all the libraries from the //STEPLIB concatenation in the
> following procedures:
>  * The NetView start procedure, CNMSJ009 (CNMPROC), in
> NETVIEW.V5R3M0.CNMSAMP
>  * The NetView procedure to start the subsystem interface (SSI)
> address space, CNMSJ010 (CNMPSSI), in NETVIEW.V5R3M0.CNMSAMP
>  * The RODM start procedure, EKGXRODM, in NETVIEW.V5R3M0.CNMSAMP
>  * The GMFHS start procedure, CNMSJH10 (CNMGMFHS), in
> NETVIEW.V5R3M0.CNMSAMP
>  * The Event/Automation Service (E/AS) start procedure, IHSAEVNT,
> in NETVIEW.V5R3M0.SCNMUXMS
>   3. Authorize the following NetView libraries:
>  * NETVIEW.V5R3M0.SCNMLNK1
>  * NETVIEW.V5R3M0.SCNMLPA1
>  * NETVIEW.V5R3M0.CNMLINK
>  * NETVIEW.V5R3M0.SCNMLNKN
>  * NETVIEW.V5R3M0.SCNMUXLK (if you are using E/AS services)
>   4. If you are installing the NetView V5R3 Japanese program, authorize the
> SCNMMJPN data set. This data set is listed in the //STEPLIB concatenation
> of
> CNMPROC.
>   5. Add the SEAGLPA data set (REXX/370 library) or the SEAGALT data set
> (REXXT alternate library) to the list of APF-authorized libraries. For
> information on which data set to use, see the comments in the NetView start
> procedure, CNMPROC.
>   6. If you plan to use the Tivoli NetView for z/OS Enterprise Management
> Agent, authorize the following additional libraries:
>  * RKANMOD
>  * RKANMODL
>  * RKANMODU
>  * Any runtime libraries that are concatenated in the STEPLIB
> DDNAME and in the RKANMODL DDNAME of the CANSNA and CANSDSST started tasks
>
> If you specify an unauthorized library on a STEPLIB or concatenate
> unauthorized libraries with authorized libraries, all libraries are treated
> as if they are unauthorized.
>
> To add the NetView libraries to the list of APF-authorized libraries
> without
> requiring an MVS system restart, follow these steps:
>
>   1. Enable dynamic APF changes. To do this, issue the following MVS
> command:
>
>  SETPROG APF,FORMAT=DYNAMIC
>
>   2. Add each NetView library to the list of APF-authorized libraries. To
> do this, issue the following MVS command for each NetView library that you
> want to add:
>
>  SETPROG APF,ADD,DSNAME=dsname,VOLUME=volser
>
> If you plan to use the CNMSMF3E sample as an IEFACTRT exit routine, add the
> CNMSMF3E exit, for example:
>
> EXIT ADD EXITNAME(SYS.IEFACTRT) MODNAME(CNMSMF3E)
>
> If you want information about...Refer to...
> APF authorization   z/OSR library
> Tivoli NetView for z/OS Enterprise Management Agent IBM Tivoli NetView
> for z/OS Installation: Configuring the Tivoli NetView for z/OS Enterprise
> Agents
> CNMSMF3E sample IBM Tivoli NetView for z/OS Installation:
> Configuring Additional Components
>
>
> You need to have all of the libraries that are documented above apf
> authorized, and in the LINKLST and LPALST as documented.
>
> Lizette
>
> --
> 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
>



-- 
Thanks & Regards
Saurabh Khandelwal

--

Re: NetView Startup problem

2011-11-24 Thread Lizette Koehler
> 
> Also I dont have CNMLINK. I just have ACNMLINK in below dataset, and
CNMINIT
> member exist in this.

There are two datasets created by SMP/E process

TLIB and DLIB

The TLIB will have a name like CNMLINK or it might be called SCNMLINK.  It
will depend on your version of Netview.
The DLIB will have a name like ACNMLINK

The install documents should say use (S)CNMLINK not the ACNMLINK.  CNMLINK
needs to be APF Authorized.

The z/OS (and earlier releases of the operating system) used a name like
A??? to indicate a distribution (DLIB) and ??? as the product
library name.  This one is used for running the product.

In Option 3.4 (as indicated by David) enter **.*CNMLINK in the dataset name
in the middle of the panel.  You should see both the DLIB and TLIB datasets.
Use the TLIB - The TLIB is the one without the A at the beginning.


HTH  

Lizette 

--
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: NetView Startup problem

2011-11-24 Thread Rick Fochtman

Hi Saurabh,

One way you can get the actual library name for CNMLINK:

1. Crank up SMP/E and search your TARGET zone for the LMOD that is named 
in your S806-4 messages. The LMOD entry should give you a LIBDEF name 
for the library containing the LMOD.


2. Again using SMP/E, look in your TARGET zone for the LIBDEF of that 
name. The LIBDEF entry should give you the dataset name.


Be sure that the named dataset appears in your STEPLIB or PROGxx list 
for LINKLIST. Also be sure that it's in the list for APF libraries.


Chances are fairly good that this will solve the S806-4 ABEND as well as 
the S0C4 abend.


Rick

--
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: NetView Startup problem

2011-11-25 Thread saurabh khandelwal
Hello,
 Problem got resolved. It was a problem with the Catalog. Non of my
NETVIEEW dataset were catalogged. So I created alias in NETVIEw catalog.

And then modified my PROG member for APF.  Now NETVIEW screen is
working.

Thanks & Regards
Saurabh

On Wed, Nov 23, 2011 at 3:35 PM, saurabh khandelwal <
sourabhkhandelwal...@gmail.com> wrote:

> Hello,
> I am trying to bring up Netveiw address spaces. but I proc is
> abended with   0C4. I tried isolating using help of google but it didnt
> helped me much.
>
> 1) S  NETVSSI
>
>  STMT NO. MESSAGE
>  2 IEFC001I PROCEDURE NETVSSI WAS EXPANDED USING SYSTEM LIBRARY
> TIVOLI.PROCLIB
>  IEF695I START NETVSSI  WITH JOBNAME NETVSSI  IS ASSIGNED TO USER SYSSTC
> , GROUP SYSPROC
>  IEF188I PROBLEM PROGRAM ATTRIBUTES ASSIGNED
>  IEA995I SYMPTOM DUMP OUTPUT
>  SYSTEM COMPLETION CODE=0C4  REASON CODE=0011
>   TIME=07.51.49  SEQ=00072  CPU=  ASID=0066
>   PSW AT TIME OF ERROR  078D1000   8746  ILC 4  INTC 11
> ACTIVE LOAD MODULE   ADDRESS=78D8  OFFSET=0E6E
> NAME=CNMINIT
> DATA AT PSW  8740 - 001058E0  908C5810  E1DC5910
>
>
> 2) S NETVIEW
>
> 07.52.36 STC00667  FRIDAY,20 DEC 2013 
>  07.52.36 STC00667  IEF695I START NETVIEW  WITH JOBNAME NETVIEW  IS
> ASSIGNED TO USER SYSSTC  , GROUP SYSPROC
>  07.52.36 STC00667  $HASP373 NETVIEW  STARTED
>  07.52.36 STC00667  IEF403I NETVIEW - STARTED - TIME=07.52.36
>  07.52.37 STC00667  - --TIMINGS
> (MINS.)--PAGING COUNTS---
>  07.52.37 STC00667  -JOBNAME  STEPNAME PROCSTEPRC   EXCPCPU
> SRB  CLOCK   SERV  PG   PAGE   SWAPVIO SWAPS STEPNO
>  07.52.37 STC00667  -NETVIEW   STEP1   00652.00
> .00.02   1633   0  0  0  0 0 1
>  07.52.37 STC00667  CSV003I REQUESTED MODULE CNMPPNOT FOUND
>  07.52.37 STC00667  CSV028I ABEND806-04  JOBNAME=NETVIEW   STEPNAME=NETVIEW
>  07.52.37 STC00667  IEA995I SYMPTOM DUMP OUTPUT  378
> 378 SYSTEM COMPLETION CODE=806  REASON CODE=0004
> 378  TIME=07.52.37  SEQ=00074  CPU=  ASID=0066
> 378  PSW AT TIME OF ERROR  070C1000   8128BBD0  ILC 2
> INTC 0D
> 378NO ACTIVE MODULE FOUND
> 378NAME=UNKNOWN
>
>
> Please help me to resolve this issue
>
>
> Regards
> Saurabh
>



-- 
Thanks & Regards
Saurabh Khandelwal

--
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