What are the necessary keywords required to code a message
subfile?
Answers were Sorted based on User's Feedback
Answer / sakthi
subfile control (SFLCTL), subfile size (SFLSIZ), subfile
page (SFLPAG), subfile display (SFLDSP), subfile display
control (SFLDSPCTL)
| Is This Answer Correct ? | 3 Yes | 4 No |
Answer / surendra y mudliar
SFLMSGQ, SFLPGMQ are the keywords required for message
subfile.
| Is This Answer Correct ? | 1 Yes | 4 No |
How do you find whether a job is a batch job or interactive?
what is the necessary command needed before OPNQRYF and why?
How to declare the more than one file in cl/400.
can you debug ile rpg program using isdb?
Hi,Please give me complete code with this logic. The question is how to read the records from a file with load an array of size with error condition? (The logic is Z-Add 0 IDX *LOVAL SETLL FILE READ FILE 99 *IN9 DOWEQ *OFF IDX ANDLT 99 ADD 1 IDX MOVE FIELD ARR,IDX READ FILE 99 ENDDO)please give me complete code with explanation?
Hi, can any one tell me :IN CASE OF SINGLE PAGE FILE HOW WILL I LOAD THE PREVIOUS PAGE WITHOUT THE USE OF SFLCLR INDICATOR ?
what is difference between DSPFD and DSPFFD?please give me real senario with good example?
Hi, Can anybody give me real sinario for SFLRCDNBR?with example?
Can anybody tell me that why we use option(*nodebugio)in H- Spec?
what is mean by *MAP and *DROP?what commands use these two keywords?why are they used?
1.How to read a subfile in out put mode? 2.what are the keywords used to share same file? 3.using composite key which rpg code used?
Some times While checking MSGW for object / member / record locks ,I have seen it's locked by itself ...? How it happen and what action we need to perform if job is updating / writing a record....?