ibmi-brunch-learn

Announcement

Collapse
No announcement yet.

Redirecting from QSYSOPR

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

  • Redirecting from QSYSOPR

    How do I give a job or user my own Message q instead of QSYSOPR. We are trying to setup our processes so we can direct messages for a job to a monitored message q that is NOT QSYSOPR.

  • #2
    Re: Redirecting from QSYSOPR

    Creat a userid with their message queue set to the one you are monitoring
    then when the job is submitted use the submit user you created.

    You could do the same with a job description

    New Zealand Rocks! Spent a month in Australia..........(Perth/Sydney)
    Welcome to code400


    Also you can just add a message queue to the submit job overriding all others
    Code:
    SBMJOB CMD(CALL PGM(JAMIE)) MSGQ(JAMIELIB/TESTQ)
    Attached Files
    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