where we give the MSGSFL in rpg400?
Answers were Sorted based on User's Feedback
Answer / renjith
The message sufile is using for getting the messages on
subfile. If there atre multiple messages, message field
will show the first message and + sign and when we press
page down we can see the remaining msgs.
| Is This Answer Correct ? | 6 Yes | 0 No |
you will not declare/give your MSGSFL in the RPG pgm.
It will be declared(or more precisely included) in the DSPF, at the bottom; used by your RPG program.
Search for sp. K/words like SFLMSGRCD, SFLMSGKEY, SFLPGMQ in the DSPF; that's your MSG Subfile.
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / surya siram
We can create a message sub-file (MSGSFL) in display file, if you want to display multiple messages at a time on the screen.
| Is This Answer Correct ? | 0 Yes | 0 No |
what is post opcode do
how do I preserve and clean the array?
What is the difference between inner join @ outer join
What is the purpose of Panel Groups?
what is data area and how it is used in rpg program ?
A pgm subroutine calling child subroutine, that child subroutine again calling parent subroutine, u have 1000 lines of code, with out debugging , how can u find that error??? Is there any command to find errors in pgm???
please help me answer to this question what is the difference between the binding and srvpgm in ilerpg?
How can we override a file during runtime in rpg?
i'm working on progA , in that program i want to see the userids of the users who work on this program?
How can we call CL program to RPG? How many number of parameter we can pass
CAN WE READ RECORDS WITHOUT USING SETLL,READ,CHAIN IN RPG?
steps involved in debugging and types of debugging modes?