where we give the MSGSFL in rpg400?

Answers were Sorted based on User's Feedback



where we give the MSGSFL in rpg400?..

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

where we give the MSGSFL in rpg400?..

Answer / svanky

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

where we give the MSGSFL in rpg400?..

Answer / venkatrao

we can declared in Message Subfile

Is This Answer Correct ?    2 Yes 2 No

where we give the MSGSFL in rpg400?..

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

Post New Answer

More RPG400 Interview Questions

How do you code file / field renames in ILE RPG?

4 Answers   Accenture, IBM,


what is difference between DSPFD and DSPFFD?please give me real senario with good example?

1 Answers  


what is a rpg?

1 Answers   IBM,


suppose if we want to update the data in cl what we will do?

9 Answers  


what is meant by record lock.how records are locked.what is the purpose of record lock.if records are locked what happens.how to find out which record is locked.

4 Answers   HCL,


wat is meant by hidden field , why it is used?

4 Answers   Four soft,


What would be the result on writing a data record to a PF file using the "WRITE" opcode after the SETON *ON *INLR statment?

10 Answers  


In case if I want to know whether a record exists in a file, which one do you prefer CHAIN or a SETLL and why ?

1 Answers  


what are the parameters of jobd?give in detail.&what are the parameters of subsystem...????

1 Answers   CTS,


without logical file we cannot access the data in physical file.but we specify physical file in the program(ie:- Ffile IF E k disk).how can it be accessed?

3 Answers   HSBC, TCS,


How can we know running job is batch or interactive?

1 Answers  


1.WHAT IS WRONG WITH THE CODE BELOW? C CUSTNO CHAIN CUSTMAST IF %ERROR can any body find the wrong please? 2.What builtin function will you use to achieve the following functionality? C QTY IFLT *ZERO C QTY MULT-1 QTY ENDIF

5 Answers   CTS,


Categories