Hi Mike
your recommendations were correct, when accessing the "ISPMLIB MACLIB" as
filemode "T" , the command display one panel of ISPF, but it shows the
following message to me
---------------------------- ISPF DIALOG ERROR
------------------------------
COMMAND
===>
******************************************************************************
*
*
* PANEL 'i...@prim' ERROR
*
* PANEL NOT
FOUND. *
*
*
*
*
*
*
*
*
*
*
*
*
* Enter HELP command for further information regarding this error. *
* Press ENTER key to terminate the
dialog. *
*
*
*
*
*
*
*
*
******************************************************************************
Apparently it does not find the panel "i...@prim"… where I can find this
panel
thanks for everything
ATTE
VHOA
On Mon, Jun 22, 2009 at 11:31 AM, Mike Walter <[email protected]>wrote:
> Victor,
>
> If it is still not working, you may want to copy the PDF EXEC to your
> A-disk while testing, so that the IBM-distributed PDF EXEC remains
> untouched (even the date and timestamps). Comment out line 60, for
> example:
> change: 'SET CMSTYPE HT"
> to: /* 'SET CMSTYPE HT' */
> The re-run the PDF EXEC to see what error messages are displayed.
>
> 'SET CMSTYPE HT' (HT = 'Halt Typing') prevents any errors from the
> following FILEDEFs from being displayed at the console. You may, or may
> not, need some of those FILEDEF's - it depends on your particular
> configuration. Since the message mentions ISPMLIB library, I'd look first
> to see if you have the "ISPMLIB MACLIB" accessed at filemode "T".
>
> On our system, the ISPMLIB MACLIB contains those messages, reading:
> ---<snip>---
> ISPS014 'IMMEDIATE PMD TERMINATION AFTER ATTACH'
> '** LOGICAL SCREEN REQUEST FAILED - ABEND &SMRXCODE **'
> ISPS015 'USER ACTION FOR ISPS013 AND ISPS014'
> '** CONTACT YOUR SYSTEMS PROGRAMMER OR DIALOG DEVELOPER **'
> ---<snip>---
>
> Once you get past accessing the "ISPMLIB MACLIB" as filemode "T" (or
> wherever you place it, ensuring that the PDF EXEC points to the right
> place), then there may be another problem. After all, for some reason it
> is trying to issue those error messages.
>
> Remember to keep a 'virgin' copy of IBM's distributed "PDF EXEC" in case
> you need to go back to the original state.
>
> Mike Walter
> Hewitt Associates
> Any opinions expressed herein are mine alone and do not necessarily
> represent the opinions or policies of Hewitt Associates.
>
>
>
>
> "VICTOR HUGO OCHOA AVILA" <[email protected]>
>
> Sent by: "The IBM z/VM Operating System" <[email protected]>
> 06/21/2009 02:05 PM
> Please respond to
> "The IBM z/VM Operating System" <[email protected]>
>
>
>
> To
> [email protected]
> cc
>
> Subject
> Re: PROBLEMA WITH INSTALLATION OF ISFP/PDF
>
>
>
>
>
>
> Yes Mike,
>
> In theory this whole, the process of ISPF/PDF installation finishes
> correctly, and when running up the pdf exec, I can see that it does not
> send error when invoking the filedefs, but when executing this line
>
> 165 *-* 'ISPDCS ISPDCSS ISPVM PANEL(i...@prim) NEWAPPL(ISR) DMMODE(T)'
> ISPFPARM
>
>
>
> sends the error.
>
> This is the trace of the pdf exec.
>
> PDF
>
> 4 *-* PARSE UPPER ARG ISPFPARM
>
> >>> ""
>
> 5 *-*
> /********************************************************************
> **/
>
> 6 *-* /* THIS IS THE ISPF (SYSTEM PRODUCTIVITY FACILITY) COMMAND EXEC
> USED
> */
>
> 7 *-* /* TO RUN THE PROGRAM DEVELOPMENT FACILITY. BEFORE INVOKING
> THIS
> */
>
> 8 *-* /* EXEC YOU MUST INSERT FILEDEFS FOR ANY ADDITIONAL PANEL,
> MESSAGE,
> */
>
> 9 *-* /* TABLES AND/OR SKELETON LIBRARIES FROM WHICH YOU PLAN TO
> OPERATE,
> */
>
> 10 *-* /* AS WELL AS FOR THE FILE TO BE USED FOR ISPPROF. THE ISPDCS
>
> */
>
> 11 *-* /* COMMAND HAS AN OPTIONAL KEYWORD PARAMETER (KEYWORD IS
> "PDFDCSS")
> */
>
> 12 *-* /* WHICH SPECIFIES THE PDF DCSS NAME (IF OMITTED THEN THE
> DEFAULT PDF
> */
>
> 13 *-* /* DCSS NAME OF "ISRDCSS" IS USED).
>
> */
>
> 14 *-* /*
>
> */
>
> 15 *-* /* CHANGE ACTIVITY-
>
> */
>
> 16 *-* /* VM26404 - CHANGE THE WORD "ISSUE" TO THE WORD
> "INSERT" IN
> */
>
> 17 *-* /* SECOND SENTENCE ABOVE. ISG GT4045 WLK
>
> */
>
> 18 *-* /*
>
> */
>
> 19 *-* /* VM27268 - THE PDF EXEC WAS SHIPPED WITH A LINK TO
> ISPF AND
> */
>
> 20 *-* /* THE 191 DISK. IT SHOULD BE ISPVM AND THE
> 192.
> */
>
> 21 *-* /* ISG GT4045 WLK
>
> */
>
> 22 *-* /*
>
> */
>
> 23 *-* /* VM29458 - 'INVALID CLEAR REQUEST' MSG RECEIVED DUE TO
>
> */
>
> 24 *-* /* 'FILEDEF CLEAR' COMMANDS.
>
> */
>
> 25 *-* /* ISG GT4046 WLK
>
> */
>
> 26 *-* /*
>
> */
>
> 27 *-* /* VM56552 - Add previously defined txtlibs and loadlibs
> to
> */
>
> 28 *-* /* global.
>
> */
>
> 29 *-* /*
>
> */
>
> 30 *-* /* VM58129 - If SCLM_SWITCH set to no, GLOBAL TXTLIBs
> and
> */
>
> 31 *-* /* LOADLIBs are not saved, but GLOBAL commands
> are
> */
>
> 32 *-* /* issued during termination, wiping out the
> users
> */
>
> 33 *-* /* existing globals. GT4045-MOS.
>
> */
>
> 34 *-* /*
>
> */
>
> 35 *-* /* VM60513 - Initialize CURTTEXT and CURLTEXT. GT4045 -
> MOS
> */
>
> 36 *-* /*
>
> */
>
> 37 *-* /* $P1= ADDLOGO V310 900131 169002 : PTR 108 - ADD IBM
> LOGO
> */
>
> 38 *-* /* $P2= SCLM V310 910108 021799 : MAKE SCLM CHANGES
>
> */
>
> 39 *-* /* $P3= SCLM V310 910122 021799 : ADD PASRTLIB
> TXTLIB GLO
> */
>
> 40 *-* /* $P4= SCLM V310 910201 021799 : ADD SCLM SWITCH
>
> */
>
> 41 *-*
> /********************************************************************
> **/
>
> 44 *-*
> /********************************************************************
> **/
>
> 45 *-* /* LINK TO ISPF AND PDF DISK(S)
>
> */
>
> 46 *-*
> /*******************************************************************
> **/
>
> 47 *-* /*'CP LINK ISPF 191 396 RR' LINE REMOVED FOR
> VM2726
> 8*/
>
> 48 *-* 'CP LINK ISPVM 5E7 396 RR' /* LINE ADDED FOR
> VM2726
> 8*/
>
> >L> "CP LINK ISPVM 5E7 396 RR"
>
> DASD 0396 LINKED R/O; R/W BY ISPVM ; R/O BY MAINT
>
> 49 *-* 'ACC 396 T'
>
> >L> "ACC 396 T"
>
> DMSACP723I T (396) R/O
>
> 51 *-* SCLM_SWITCH = YES /* CHANGE TO NO IF
> SCLM IS
> */
>
> >L> "YES"
>
> 52 *-* /* NOT GOING TO BE INSTALLED*/
>
> 53 *-*
> /********************************************************************
> **/
>
> 54 *-* /* PERFORM FILEDEFS
>
> */
>
> 55 *-* /* NOTE: PRIVATE PANELS, MSGS, SKELS, TABLES AND PROFILE FILES
>
> */
>
> 56 *-* /* SHOULD BE PLACED AHEAD OF THE PDF AND ISPF SUPPLIED
> FILES.
> */
>
> 57 *-* /* THE FILEMODE MAY NEED TO BE CHANGED DEPENDING ON HOW
> DISK
> */
>
> 58 *-* /* WAS ACCESSED.
>
> */
>
> 59 *-*
> /********************************************************************
> **/
>
> 60 *-* 'SET CMSTYPE HT' /*
> VM2945
> 8*/
>
> >L> "SET CMSTYPE HT"
>
> 70 *-* 'FILEDEF ISPPROF DISK TABLES MACLIB A (PERM '
>
> >L> "FILEDEF ISPPROF DISK TABLES MACLIB A (PERM "
>
> 72 *-* 'FILEDEF ISPPLIB DISK ISRNULL PANEL T (PERM CONCAT'
>
> >L> "FILEDEF ISPPLIB DISK ISRNULL PANEL T (PERM CONCAT"
>
> 73 *-* 'FILEDEF ISPPLIB DISK ISRPLIB MACLIB T (PERM CONCAT'
>
> >L> "FILEDEF ISPPLIB DISK ISRPLIB MACLIB T (PERM CONCAT"
>
> 74 *-* 'FILEDEF ISPPLIB DISK ISPPLIB MACLIB T (PERM CONCAT'
>
> >L> "FILEDEF ISPPLIB DISK ISPPLIB MACLIB T (PERM CONCAT"
>
> 76 *-* 'FILEDEF ISPMLIB DISK ISRNULL MESSAGE T (PERM CONCAT'
>
> >L> "FILEDEF ISPMLIB DISK ISRNULL MESSAGE T (PERM CONCAT"
>
> 77 *-* 'FILEDEF ISPMLIB DISK ISRMLIB MACLIB T (PERM CONCAT'
>
> >L> "FILEDEF ISPMLIB DISK ISRMLIB MACLIB T (PERM CONCAT"
>
> 78 *-* 'FILEDEF ISPMLIB DISK ISPMLIB MACLIB T (PERM CONCAT'
>
> >L> "FILEDEF ISPMLIB DISK ISPMLIB MACLIB T (PERM CONCAT"
>
> 80 *-* 'FILEDEF ISPSLIB DISK ISRNULL SKELETON T (PERM CONCAT'
>
> >L> "FILEDEF ISPSLIB DISK ISRNULL SKELETON T (PERM CONCAT"
>
> 81 *-* 'FILEDEF ISPSLIB DISK ISRSLIB MACLIB T (PERM CONCAT'
>
> >L> "FILEDEF ISPSLIB DISK ISRSLIB MACLIB T (PERM CONCAT"
>
> 83 *-* 'FILEDEF ISPTLIB DISK ISRNULL TABLE A (PERM CONCAT'
>
> >L> "FILEDEF ISPTLIB DISK ISRNULL TABLE A (PERM CONCAT"
>
> 84 *-* 'FILEDEF ISPTLIB DISK TABLES MACLIB A (PERM CONCAT'
>
> >L> "FILEDEF ISPTLIB DISK TABLES MACLIB A (PERM CONCAT"
>
> 85 *-* 'FILEDEF ISPTLIB DISK ISRTLIB MACLIB T (PERM CONCAT'
>
> >L> "FILEDEF ISPTLIB DISK ISRTLIB MACLIB T (PERM CONCAT"
>
> 86 *-* 'FILEDEF ISPTLIB DISK ISPTLIB MACLIB T (PERM CONCAT'
>
> >L> "FILEDEF ISPTLIB DISK ISPTLIB MACLIB T (PERM CONCAT"
>
> 88 *-* 'FILEDEF ISPTABL DISK TABLES MACLIB A (PERM'
>
> >L> "FILEDEF ISPTABL DISK TABLES MACLIB A (PERM"
>
> 90 *-* IF SCLM_SWITCH = YES
>
> >V> "YES"
>
> >L> "YES"
>
> >O> "1"
>
> *-* THEN
>
> 91 *-* DO
>
> 92 *-* 'FILEDEF ISPXLIB DISK VSPASCAL TXTLIB * (PERM CONCAT'
>
> >L> "FILEDEF ISPXLIB DISK VSPASCAL TXTLIB * (PERM CONCAT"
>
> 93 *-* 'FILEDEF ISPXLIB DISK PASRTLIB TXTLIB * (PERM CONCAT' /*
> @P3A *
> /
>
> >L> "FILEDEF ISPXLIB DISK PASRTLIB TXTLIB * (PERM CONCAT"
>
> 95 *-* 'FILEDEF ISPLLIB DISK PASRTLIB LOADLIB * (PERM CONCAT' /*
> @P2A *
> /
>
> >L> "FILEDEF ISPLLIB DISK PASRTLIB LOADLIB * (PERM CONCAT"
>
> 97 *-*
> /******************************************************************
> /
>
> 98 *-* /* FIND OUT IF THE SCLM VSAM FILE IS ALREADY ALLOCATED
> @P2A*
> /
>
> 99 *-*
> /******************************************************************
> /
>
> 100 *-* SET CMSTYPE HT
>
> >L> "SET"
>
> >L> "CMSTYPE"
>
>
>
> >O> "SET CMSTYPE"
>
> >L> "HT"
>
> >O> "SET CMSTYPE HT"
>
> 165 *-* 'ISPDCS ISPDCSS ISPVM PANEL(i...@prim) NEWAPPL(ISR) DMMODE(T)'
> ISPFPAR
> M
>
> >L> "ISPDCS ISPDCSS ISPVM PANEL(i...@prim) NEWAPPL(ISR) DMMODE(T)"
>
> >V> ""
>
> >O> "ISPDCS ISPDCSS ISPVM PANEL(i...@prim) NEWAPPL(ISR) DMMODE(T)
> "
> UNRECOVERABLE ERROR IN INITIALIZATION OF
>
> COMMAND TABLES
>
> ISPF CANNOT CONTINUE. ISPF ABENDING.
>
> ISPS014 MESSAGE NOT FOUND IN 'ISPMLIB' LIBRARY.
>
> ISPS015 MESSAGE NOT FOUND IN 'ISPMLIB' LIBRARY.
>
> DMSABE155T User abend 0999 called from 00B099AA reason code 00000000
>
> CMS
>
>
>
>
> I do not have way to verify if lack some lib or panel..
>
>
>
>
> tHANKS.
> atte
> Victor Hugo
>
>
>
> On Sun, Jun 21, 2009 at 12:32 PM, Mike Walter <[email protected]>
> wrote:
> I'm not in the office today, so can only guess. Are all the Txt,
> Mailings, Loadings, etc. referenced by the PDF EXEC accessed at the time
> it runs?
>
> Mike Walter
> Hewitt Associates
>
> (Sent from the wee keyboard on a Blackberry.)
>
>
> ----- Original Message -----
> From: Victor Hugo Ochoa Avila [[email protected]]
> Sent: 06/21/2009 04:26 AM EST
> To: [email protected]
> Subject: PROBLEMA WITH INSTALLATION OF ISFP/PDF
>
>
>
> HI:
> The ISPF V3.2 product is running and working, but ISPF/PDF, does not work.
>
> with the product ISPF/PDF V3.2:
>
> I have problems when I invoke pdf exec from the user maint in z/vm 5.3
> the message is: (trace ON).
>
> 164 *-* 'ISPDCS ISPDCSS ISPVM PANEL(i...@prim) NEWAPPL(ISR) DMMODE(T) '
> ISPFPARM
>
> >>> "ISPDCS ISPDCSS ISPVM PANEL(i...@prim) NEWAPPL(ISR) DMMODE(T)
> "
> UNRECOVERABLE ERROR IN INITIALIZATION OF
> COMMAND TABLES
> ISPF CANNOT CONTINUE. ISPF ABENDING.
> ISPS014 MESSAGE NOT FOUND IN 'ISPMLIB' LIBRARY.
> ISPS015 MESSAGE NOT FOUND IN 'ISPMLIB' LIBRARY.
> DMSABE155T User abend 0999 called from 00B099AA reason code 00000000
> CMS
>
> VM READ
> ZVMDESA
>
>
>
>
> somebody has some idea that it can be happening?
>
>
>
>
> Regards
> ATTE
>
> Victor Hugo
> BBVA CCR America
> Mexico City. D.F
>
>
>
>
> The information contained in this e-mail and any accompanying documents
> may contain information that is confidential or otherwise protected from
> disclosure. If you are not the intended recipient of this message, or if
> this message has been addressed to you in error, please immediately alert
> the sender by reply e-mail and then delete this message, including any
> attachments. Any dissemination, distribution or other use of the contents
> of this message by anyone other than the intended recipient is strictly
> prohibited. All messages sent to and from this e-mail address may be
> monitored as permitted by applicable law and regulations to ensure
> compliance with our internal policies and to protect our business. E-mails
> are not secure and cannot be guaranteed to be error free as they can be
> intercepted, amended, lost or destroyed, or contain viruses. You are
> deemed to have accepted these risks if you communicate with us by e-mail.
>
>
>
> --
> Victor Hugo Ochoa Avila
>
>
>
>
> The information contained in this e-mail and any accompanying documents may
> contain information that is confidential or otherwise protected from
> disclosure. If you are not the intended recipient of this message, or if
> this message has been addressed to you in error, please immediately alert
> the sender by reply e-mail and then delete this message, including any
> attachments. Any dissemination, distribution or other use of the contents of
> this message by anyone other than the intended recipient is strictly
> prohibited. All messages sent to and from this e-mail address may be
> monitored as permitted by applicable law and regulations to ensure
> compliance with our internal policies and to protect our business. E-mails
> are not secure and cannot be guaranteed to be error free as they can be
> intercepted, amended, lost or destroyed, or contain viruses. You are deemed
> to have accepted these risks if you communicate with us by e-mail.
>
--
Victor Hugo Ochoa Avila