Unconfigured Ad Widget

Collapse

Announcement

Collapse
No announcement yet.

WRKNETF

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • WRKNETF

    Compile the CLP with USRPRF(*OWNER) and after the program has been compiled change the owner to QSECOFR: CHGOBJOWN OBJ(CLLIB/CLPGM) OBJTYPE(*PGM) NEWOWN(QSECOFR) I think that should work for you.

  • #2
    WRKNETF

    Is there a way to adopt authority for WRKNETF from within a CLP so that *ALL may be used. I tried but still receive the not allow error. Thanks

    Comment


    • #3
      WRKNETF

      Whenever I got plunked down at a customer site and was given QSECOFR temporarily...I always wrote this quicky. It's does the same thing (Gives you QSECOFR authority) but only gives it to yourself and the lovely QCMD command line to do whatever you wish.) Compile that as *OWNER and change owner to QSECOFR. I always told'em I had QSECOFR without knowing the login. Then I'd name the *PGM Qxxxxxx and bury it in QSYS before SECLVL(40) was around. They'd find it but were always afraid to delete it. :-) Just kidding...
      Code

      Comment

      Working...
      X