In your posting of PDS86E  CLIST you do not seem to have the ISPLLIB statement 
coded.

SYS3.PDS86.ISPLLIB         <---   Seems to be missing
SYS3.PDS86.ISPMLIB
SYS3.PDS86.ISPPLIB

If the SYS3.PDS86.ISPLLIB is allocated to the ISPLLIB statement, then you 
should find the module.

PROC 0  
ISPEXEC LIBDEF ISPPLIB DATASET ID('SYS3.PDS86.ISPPLIB')  
ISPEXEC LIBDEF ISPMLIB DATASET ID('SYS3.PDS86.ISPMLIB')  
ISPEXEC SELECT PANEL(P86@CUA)  
ISPEXEC LIBDEF ISPPLIB  
ISPEXEC LIBDEF ISPMLIB

You need to include
ISPEXEC LIBDEF ISPLLIB DATASET ID('SYS3.PDS86.ISPLLIB')  


So it should look like

PROC 0  
ISPEXEC LIBDEF ISPPLIB DATASET ID('SYS3.PDS86.ISPPLIB') 
ISPEXEC LIBDEF ISPMLIB DATASET ID('SYS3.PDS86.ISPMLIB')  
ISPEXEC LIBDEF ISPLLIB DATASET ID('SYS3.PDS86.ISPLLIB')  
ISPEXEC SELECT PANEL(P86@CUA)  
ISPEXEC LIBDEF ISPPLIB  
ISPEXEC LIBDEF ISPMLIB
ISPEXEC LIBDEF ISPLLIB



Lizette


-----Original Message-----
From: IBM Mainframe Discussion List [mailto:[email protected]] On Behalf 
Of Mainframe Mainframe
Sent: Monday, February 02, 2015 1:23 AM
To: [email protected]
Subject: Re: PDS 8.6 Issue

Sorry for late response. I followed below steps to install PDS8.6,

This PDS contain all install members. AVG.PDS86.INSTALL

Below dataset created during installation.

SYS3.PDS86.ISPLLIB
SYS3.PDS86.ISPMLIB
SYS3.PDS86.ISPPLIB


This is my panel library and I modified to add PDS 8.6

SYS3.ISPF.PLIB(PDA@AMIC)

%OPTION  ===>_ZCMD
%
%   2 +PDS         - PDS V8.6


&ZSEL = TRANS( &TFSTEMP
              2,'CMD(%PDS86E)'
              3,'CMD(%RACFINIT &UCUOPT)'


My ISPF CLIST library.

 BROWSE    SYS3.ISPF.CLIB(PDS86E) - 01.01             Lin
 Command ===>
********************************* Top of Data ***********  PROC 0  ISPEXEC 
LIBDEF ISPPLIB DATASET ID('SYS3.PDS86.ISPPLIB')  ISPEXEC LIBDEF ISPMLIB DATASET 
ID('SYS3.PDS86.ISPMLIB')  ISPEXEC SELECT PANEL(P86@CUA)  ISPEXEC LIBDEF ISPPLIB 
 ISPEXEC LIBDEF ISPMLIB

P86@CUA is kept under SYS3.PDS86.ISPPLIB(P86@CUA)

I also copied SYS3.PDS86.ISPLLIB(PDS86) is copied using 3.3 to
SYS2.LINKLIB(PDS86) and SYS2.LINLIB is part of my PROG00 parmlib member.


 BROWSE    SYS1.PARMLIB(PROG00) - 01.14                CHARS 'SYS2.
 Command ===>                                                  Scro
LNKLST ADD NAME(LNKLST00) DSNAME(SYS2.LINKLIB)         /* USER
LNKLST ACTIVATE NAME(LNKLST00)


Now, when we invoke this using TSO, we get error

 ISPD212

 Invalid PGM name
 Link to 'PDS86' failed, abend code = x'00000806'.

Not able to find reason for this.



On Thu, Jan 29, 2015 at 8:12 AM, Ed Finnell < 
[email protected]> wrote:

> PROC  0
>
> CONTROL  PROMPT
>
> ISPEXEC LIBDEF ISPPLIB DATASET ID('SHARE.PDS.SPDSPLIB')  STACK
>
> ISPEXEC LIBDEF ISPMLIB DATASET ID('SHARE.PDS.SPDSMLIB')  STACK
>
> ISPEXEC LIBDEF ISPLLIB DATASET ID('SHARE.PDS.SPDSLLIB')  STACK
>
> ISPEXEC SELECT PANEL(_PDS@PRIM_ (mailto:PDS@PRIM) ) NEWAPPL(ISR)  
> PASSLIB
>
> ISPEXEC LIBDEF  ISPPLIB
>
> ISPEXEC LIBDEF  ISPMLIB
>
> ISPEXEC LIBDEF  ISPLLIB
>
>
> Here's the PDSLIBDF to allocate PDS libraries. Names will need changing.
>
>
> In a message dated 1/28/2015 8:30:55 P.M. Central Standard Time, 
> [email protected] writes:
>
> If the  poster is not familiar with running a process like PDS86 in 
> batch or TSO,  then it would be helpful to know that and better 
> answers can be given
>
>
>
> ----------------------------------------------------------------------
> For IBM-MAIN subscribe / signoff / archive access instructions, send 
> email to [email protected] with the message: INFO IBM-MAIN
>

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions, send email to 
[email protected] with the message: INFO IBM-MAIN

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to