ibmi-brunch-learn

Announcement

Collapse
No announcement yet.

Allow other user to manage spool file

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

  • Allow other user to manage spool file

    How can i allow user X to view or release spool file for user Y if both of them are normal users?

  • #2
    Re: Allow other user to manage spool file

    Grant user X *SPLCTL special authority ... ?

    GC
    Greg Craill: "Life's hard - Get a helmet !!"

    Comment


    • #3
      Re: Allow other user to manage spool file

      gcraill, but that will enable user X to control all user's spool file. Anyway to limit user X to spool file of user Y only?

      Comment


      • #4
        Re: Allow other user to manage spool file

        write your own spoolfile access program and control the security yourself.
        remove access to wrksplf dspsplf etc...... make it menu driven.

        there are examples on the site that use api's to list spooled files in a
        specific outqueue as well as list all outqueues on the system.
        these two programs together would be a great start.

        jamie
        All my answers were extracted from the "Big Dummy's Guide to the As400"
        and I take no responsibility for any of them.

        www.code400.com

        Comment

        Working...
        X