ibmi-brunch-learn

Announcement

Collapse
No announcement yet.

Message to SYSOPR

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

  • Message to SYSOPR

    If i do the following in CL

    SNDMSG MSG(&MSG) TOUSR(*SYSOPR)

    Where do i can see the message displayed. Suppose i am the SYSOPR and running the program.
    Cheers,
    Salvi

  • #2
    Re: Message to SYSOPR

    hi,
    type DSPMSG on the command line and hit enter you can view the message

    Comment


    • #3
      Re: Message to SYSOPR

      1) from a command line : "dspmsg qsysopr "
      2) Press and hold the "shift" then press the "esc", you get a line at the bottom Pressing "enter" will bring you to the system request menu. Use option 6. a short cut is instead of pressing "enter", just press 6 then enter.
      Hunting down the future ms. Ex DeadManWalks. *certain restrictions apply

      Comment


      • #4
        Re: Message to SYSOPR

        CHGMSGQ MSGQ(QSYSOPR) DLVRY(*BREAK) SEV(21)

        This will make the messages for that message queue break to your screen, but will not break messages of severity 0 to 20, which filters some of the rubbish out.

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

        Comment


        • #5
          Re: Message to SYSOPR

          wrkmsgq qsysopr


          John McKay
          jmckay@mckaysoftware.ie
          We offer website development and custom software on AS400. We also create spreadsheets.
          John McKay
          jmckay@mckaysoftware.ie
          http://www.rpglanguage.com

          Comment

          Working...
          X