IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

ISPF HILITE problem


IBM Mainframe Forums -> TSO/ISPF
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
prino

Senior Member


Joined: 07 Feb 2009
Posts: 1306
Location: Vilnius, Lithuania

PostPosted: Wed Aug 19, 2015 12:16 am
Reply with quote

Actually, not with HILITE itself, but with the keyword list.

From 'ISP.SISPSAMP(ISRPXASM)':

Code:
* Optional instructions:
*   If you are going to place the modified copy of module ISRPX into
*   LPA, you may want to perform the following additional steps.
*   Although these steps are not required, they will result in
*   slightly better performance when the list is used:
*
*    1) Follow all of the steps above to create module ISRPX.
*    2) Place the new module in the ISPLLIB concatenation
*       and exit and reenter ISPF.
*    3) From an ISPF command line, type TSO ISRPLKWD.
*       This will create an assembler source file called
*       userid.ISRPXNEW.ASM.
*    4) Assemble ISRPXNEW.ASM
*    5) Re-linkedit the new object using the same control statements
*       shown above to create a new ISRPX load module.


Step 3 above gives me (z/OS 1.10): "IKJ56500I COMMAND ISRPLKWD NOT FOUND"

Doing a DSLIST 'ISP.*' followed my M ISRPLKWD shows two occurrences, one in 'ISP.AISPMOD1', the other in 'ISP.SISPLPA'. The latter dataset is in the LPA.

executing a 'CALL lib(ISRPLKWDes me two on both occurrences gives me two different ABENDS:
Code:
        ISP.AISPMOD1
 Name     Prompt        Alias-of     Size
ISRPLKWD                           000041F8

Code:
===> Loading member ISRPX.
===> Processing a preprocessed keyword list.
IEA995I SYMPTOM DUMP OUTPUT
SYSTEM COMPLETION CODE=0C1  REASON CODE=00000001
 TIME=21.31.01  SEQ=00045  CPU=0000  ASID=0038
 PSW AT TIME OF ERROR  078D2000   80000002  ILC 2  INTC 01
   NO ACTIVE MODULE FOUND
   NAME=UNKNOWN
   DATA AT PSW  00000000 - 000A0000  000130E1  00000000
   GR 0: 00DC00B0   1: 000CBB94
      2: 0087EE88   3: 00000000
      4: 000000E4   5: 00000000
      6: 000CBD70   7: 00000000
      8: 000CBB48   9: 11C50FFD
      A: 11C4FFFE   B: 11C4EFFF
      C: 91C4E000   D: 000CBB48
      E: 91C4E1EE   F: 80000000
 END OF SYMPTOM DUMP


Code:
        ISP.SISPLPA
 Name     Prompt        Alias-of     Size
ISRPLKWD                           000044A0

Code:
===> Loading member ISRPX.
===> Processing a preprocessed keyword list.
===> Creating PRINO.ISRPXNEW.ASM
IEA995I SYMPTOM DUMP OUTPUT
SYSTEM COMPLETION CODE=0C4  REASON CODE=00000004
 TIME=21.33.43  SEQ=00046  CPU=0000  ASID=0038
 PSW AT TIME OF ERROR  078D1000   919FC446  ILC 4  INTC 04
   ACTIVE LOAD MODULE           ADDRESS=119F8000  OFFSET=00004446
   NAME=ISRPLKWD
   DATA AT PSW  119FC440 - 30004020  40085820  900058A0
   AR/GR 0: 914B4D16/00045C3C   1: 00000000/11990060
         2: 00000000/00000001   3: 00000000/00045BCC
         4: 00000000/053082B8   5: 00000000/00045BD8
         6: 00000000/00045BD0   7: 00000000/00045DCC
         8: 00000000/00000001   9: 00000000/00045BD4
         A: 00000000/0000000D   B: 00000000/11990000
         C: 00000000/919FC358   D: 00000000/11990000
         E: 00000000/919FC424   F: 00000000/0000000B
 END OF SYMPTOM DUMP


Any suggestions?

And for what it's worth, does anyone have an up-to-date (z/OS 2.1?) version of 'ISP.SISPSAMP(ISRPXASM)'? Yes, I know its (C) IBM, but I'd like to update my File # 769 R. Prins' edit macros to convert code/text into HTML EHIXxxx REXX execs to what's current keyword-wise. Feel free to PM me, or decode my email address in my signature icon_smile.gif
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> TSO/ISPF

 


Similar Topics
Topic Forum Replies
No new posts HILITE on Browse mode? TSO/ISPF 2
No new posts Looking for a little history of ISPF ... TSO/ISPF 5
No new posts Map Vols and Problem Dataset All Other Mainframe Topics 2
No new posts Adding QMF and SPUFI to the ISPF menu DB2 20
No new posts Issue after ISPF copy to Linklist Lib... TSO/ISPF 1
Search our Forums:

Back to Top