IBM Security Z Security

Security for Z

Join this online user group to communicate across Z Security product users and IBM experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
  • 1.  GO, RUN, and SUB can no longer be executed

    Posted Wed November 19, 2025 09:56 AM

    Hello,
    We suddenly have a problem on an LPAR where it is no longer possible to use GO, RUN, or SUB in the editor. It looks as if we have ended up in the standard editor. Unlike usual, there is no indication at the top that GO or RUN should be entered to execute the commands. All traces, allocation checks, etc. have yielded no results. Does anyone have any idea what might be causing this? All LPARS have the same software version.

    Panel:

    Command ===>                                                          Scroll ===> CSR  
    ****** ********************************* Top of Data **********************************
    000001  /* CKRCMD file CKR1CMD complex TSTPLEX NJE <LOCAL> generated 19 Nov -          
    000002 2025 15:48 */                                                                   
    000003  /* CKRCMD file CKRT1CMD complex TSTPLEX NJE <LOCAL> generated 19 Nov -         
    000004 2025 15:48 */                                                                   
    000005 addgroup #FUNCGRP +                                                             
    000006          owner(SYS1) +                                                          
    000007          supgroup(SYS1) 

    Regards

    Stephan



    ------------------------------
    Stephan Reichelt
    ------------------------------


  • 2.  RE: GO, RUN, and SUB can no longer be executed

    Posted Wed November 19, 2025 10:11 AM

    Stephan,

    This is done by call to to the ISPF editor with options MACRO(CKREDITZ) PANEL(C2RP3EDI).

    By issuing PANELID in ISPF, you can at least quickly verify the panel name in the top left corner.



    ------------------------------
    Ronald van der Laan
    ------------------------------



  • 3.  RE: GO, RUN, and SUB can no longer be executed

    Posted Thu November 20, 2025 03:33 AM
    Edited by Rob van Hoboken Thu November 20, 2025 03:33 AM

    Stephan,

    The CKREDITZ macro is a Rexx program located in SCKRCLIB, this library is allocated to the TSO session using an ALTLIB command.

    You observation that the RACF commands are presented in a normal EDIT window without the message that SUB and RUN may be used suggests that CKREDITZ from the SCKRCLIB did not run.  Is there a CKREDITZ member in another Rexx/CLIST library that this LPAR uses?  Use ISRDDN in ISPF to check the allocations.

    Do you have a stub CLIST in your SYS1.CMDPROC that starts CKREMAIN, but using a version from an old zSecure release?  The release in the stub and the release in CKRPARM(C2R$PARM) should be the same.

    ------------------------------
    Rob van Hoboken
    ------------------------------



  • 4.  RE: GO, RUN, and SUB can no longer be executed

    Posted Wed December 03, 2025 01:31 AM

    Hello Rob,
    Please excuse me for only responding now. I was laid up with an infection.
    I followed up on your suggestions. Unfortunately, I couldn't find any errors. The panel ID is correct, the version is correct, and the procedures are pulled from the correct libraries. I ran all the traces that zSecure has to offer, but couldn't find any difference compared to the other systems. I even built traces into the CKRRERUN. But even the panel calls (including the edit macro) are the same.
    Best regards
    Stephan



    ------------------------------
    Stephan Reichelt
    ------------------------------



  • 5.  RE: GO, RUN, and SUB can no longer be executed

    Posted Fri December 05, 2025 01:57 AM

    Hi Rob,
    We solved the mystery. It wasn't a zSecure-specific problem. It was a system-wide problem with the concatenation of the ISP command table. When importing the APFs to version 3.1 (z/Os), links from members that do not exist on the specific system were transferred.
    So, if something like this happens again somewhere, you know what to do :)
    Thank you very much for your help and have a nice weekend.
    Stephan



    ------------------------------
    Stephan Reichelt
    ------------------------------