What are the necessary keywords required to code a message
subfile?
Answer Posted / surendra y mudliar
SFLMSGQ, SFLPGMQ are the keywords required for message
subfile.
| Is This Answer Correct ? | 1 Yes | 4 No |
Post New Answer View All Answers
What is a record lock error?
how can I tell when to replace the array?
what is the difference between do while and do until?
what is data area and how it is used in rpg program ?
what is *place and *auto keyword in prtf ?plz explain
Please tell me how to read the records from a file with load an array of size with error conditions(The logic answer for this question is ARR is array of 99 elements Z-ADD 0 IDX *LOVAL SETLL FILE READ FILE 99 *IN99 DOWEQ *OFF IDX ANDLT 99 ADD 1 IDX MOVE FIELD ARR,IDX READ FILE 99 ENDDO).So,Please give me the complete of this code.
during execution, an rpg/400 program automatically follows a sequence of operations for each record that is processed. The built-in program cycle includes the following logical steps.
what happens when sflsiz = sflpag? What are the advantages and disadvantages?
Set on command is used for closed all opened files , initialize var and release resource , return cmd is used for return to calling program but my req. Is dnt close opened files and resource must released while doing transactions , how can i do this...?
what is the rpg system?
How to call one program from another program in RPG? please help me with the code
how do you use commitment control in rpg?
is this a rpg channel?
what is the procedure and explain about real time scenario.
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?