IBM Crypto Education Community

  • 1.  KGUP jobstream ends with RC=0036

    Posted Mon December 14, 2020 08:09 AM
    Hello ,

    I'm doing test to create operational key via ICSF menus with KGUP utility ( 8.1 and so on) .


    //KGUP EXEC PGM=CSFKGUP,PARM=('NOSSM')
    //CSFCKDS DD DSN=SYSL.CSF.SY92.CSFCKDS,
    // DISP=OLD
    //CSFIN DD DSN=EXTEST.ICSF.KGUP.CNTL(DES01),
    // DISP=OLD
    //CSFDIAG DD SYSOUT=*
    //CSFKEYS DD DSN=EXTEST.ICSF.KGUP.KEY.OUTPUT,
    // DISP=OLD
    //CSFSTMNT DD DSN=EXTEST.ICSF.KGUP.CSFSTMNT,
    // DISP=OLD

    Example of CSFIN statemenst used :



    ------------------------------
    Nordine
    ------------------------------


  • 2.  RE: KGUP jobstream ends with RC=0036

    Posted Mon December 14, 2020 11:33 AM
    Was anything written to the diag job? Did you get any msgs in the joblog? We'd need that to be able to understand why you got a non zero return code.

    ------------------------------
    Bob Petti
    ------------------------------



  • 3.  RE: KGUP jobstream ends with RC=0036

    Posted Mon December 14, 2020 11:45 AM
    Hi Bob ,

    Nothing relevant was written in the diag dataset or the joblog ... Anyway I succeed to get rid of this RC=36 by updating the parameter :   PARM=('SSM') .

    Cheers .

    ------------------------------
    Nordine Mosbah
    ------------------------------



  • 4.  RE: KGUP jobstream ends with RC=0036

    Posted Mon December 14, 2020 11:49 AM
    Ok great!!

    ------------------------------
    Bob Petti
    ------------------------------