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 |
i would like to know under what circumstance the object will get locked on AS400.
Assume 2 users are using the same file and first user updates some record in the file. Will the 2nd user will be able to see the updated record or not?
How to create a key field for a logical file inside RPG?
How to update selected fields from pf without using update opcode. How to read all member in Rpg-3,without using any cl command?
can you debug ile rpg program using isdb?
Why Rpg/400 is Famous?
Hi guys, anybody know How RPG/400 code can be converted to RPG IV code with a single command?
Need a sql query: retrive all duplicate records in table
How Chain operation copies the record's data to the input buffer for the program?
Anyone help me for the below question:- If problem/error occur in *PSSR subroutine,how should I handel it in RPG program.
how can you display specific subfile page on the screen in unequal subfile?
can anyone say,what is the use of operation extended H/N/P?