Unconfigured Ad Widget

Collapse

Announcement

Collapse
No announcement yet.

Display program Messages

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

  • Display program Messages

    Try calling a CL program that does a SNDPGMMSG command, TOPGMQ(*EXT) MSGTYPE(*STATUS). This will display a message on the status line of the display, but will continue processing. Joe

  • #2
    Display program Messages

    I have a cobol program which has a lot of display statements and I want AS400 to display the message and move on and not wait for me to press enter everytime. I know in batch it will work fine as it would write to QSYSOPR message queue but what if I run this interactively.

    Comment


    • #3
      Display program Messages

      Hi All my DISPLAY commnds from within my program when run interactively are shown in Display Program Messages window and it will ask me to press Enter even though I have nothing to reply to. Is there a way that it shows me the message and moves on ie. does not ask me to press enter everytime.

      Comment


      • #4
        Display program Messages

        If you change your display file to RSTDSP(*YES), the DISPLAY statement will no longer suspend your program (unless you have coded an ACCEPT statement following it).

        Comment

        Working...
        X