If SYS2.LINKLIB is in LLA (D LLA will tell you), you will need to refresh it with F LLA,REFRESH Em 02/02/2015 06:43, "Mainframe Mainframe" <[email protected]> escreveu:
> Hello, Thanks for reply. > > CSV470I 00.39.50 LNKLST DISPLAY 131 > LNKLST SET LNKLST00 LNKAUTH=LNKLST > ENTRY APF VOLUME DSNAME > 1 A ZESRES SYS1.LINKLIB > 2 A ZESRES SYS1.MIGLIB > 3 A ZESRES SYS1.CSSLIB > 4 ZESRES SYS1.SIEALNKE > 5 ZESRES SYS1.SIEAMIGE > 6 ZESRES SYS1.SHASLNKE > 7 ZESRES SYS1.SERBLINK > 8 ZESRES SYS1.SISPLOAD > 9 A ZESRES SYS1.SASMMOD1 > 10 ZESRES SYS1.SISFMOD1 > 11 ZESRES SYS1.SISFLOAD > 12 A ZESRES SYS1.CMDLIB > 13 ZESRES SYS1.SICELINK > 14 A SYS051 SYS2.LINKLIB > 15 ZESRES SYS1.SDITMOD1 > 16 ZESRES SYS1.SCSFMOD0 > 17 A ZESRES SYS1.SCEERUN > 18 A ZESRES SYS1.SCEERUN2 > 19 ZESRES SYS1.SCEELKED > 20 SYS052 SYS1.CICS52.SEYULINK > 21 ZESRES SYS1.SCCNCMP > 22 ZESRES SYS1.SCLBDLL > 23 ZESRES SYS1.SCLBDLL2 > 24 A ZESRES SYS1.SEZALOAD > 25 ZESRES SYS1.SEZALNK2 > 26 ZESRES SYS1.SGIMLMD0 > 27 A ZESRES SYS1.CNMLINK > 28 A ZESRES SYS1.SCNMLNKN > 29 SYS051 SYS3.LINKLIB > > I was using below doc for installation. > > > https://share.confex.com/share/115/webprogram/Handout/Session7417/zOS%20Basics%20Freeware%20-%20PDS%20The%20Swiss%20Army%20Knife%20of%20Utilities%20-%20Hands-On%20Lab.pdf > > But I have not kept > PDSSETUP and PDSLIBDF in my SYSPROC concatenation. Is there any issue with > this or somethng else can be reason. > > > > On Mon, Feb 2, 2015 at 2:03 PM, Peter <[email protected]> wrote: > > > Post the display output of linklist libraries > > On 2 Feb 2015 13:53, "Mainframe Mainframe" <[email protected]> > > wrote: > > > > > 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 > > > > ---------------------------------------------------------------------- > 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
