In single page subfile,if I select the mutiple options in 1
page and without pressing enter,I press rollup key
(pagedown).In such case how I can handle it in rpg becasue
in single page we have to handle it in pgm. It would be
helpful if any one answer with coding
Answer Posted / guest.
System will take care of it . You do not need to specify
anything for that. Until user does not press Enter key
ReadC won't detect any change record.
First build the file according to the Size/Page. On Page up
load it again . u do not need to worry about the option u
have entered on first page.
| Is This Answer Correct ? | 1 Yes | 18 No |
Post New Answer View All Answers
if there is a module object , how to find the program object for this module object.Assume the module object name and program object name is not same.
When we have a file with Duplicate records and I want to read the unique record from the file. For example a file containing Emp Name as 'Ram' and there are 3 entries of it. So how to read a unique record from File?
what is an online rpg?
How many program bind in one module....
how can you display specific subfile page on the screen in unequal subfile?
What is difference between bind by copy and bind by reference?
How Chain operation copies the record's data to the input buffer for the program?
what do you mean by an input subfile, what are the keywords required?
what is the difference between do while and do until?
do you use message subfiles? What are the necessary keywords required coding a message subfile?
What is the difference between iter and do?
How to create a login screen using a command instead of display file.... intention is to get a password field on a command..... how do you achieve this...
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.
How to write record if no field or the field are different in physical file in rpgle ?
How would display prime numbers using CL program?