Hi,
Can anybody give me real sinario for SFLRCDNBR?with
example?
Answer Posted / guest
This keyword allows us to specify what page we have to
display when the program issues the write or EXFMT screen.
For example subfile size is 35 & subfile page is 10 and at
anypont we have to dispaly 33th record directly.
For it we have to add one line in display file.
A var-name size dec.position use Function
A var 4 0 H SFLRCDNBR
where var will be a hidden field and we just assign the
value of Relative record number(RRN) to this var. by
C Z-ADD RRN var.
then it display the correspond record no.
| Is This Answer Correct ? | 13 Yes | 3 No |
Post New Answer View All Answers
What is the difference between iter and do?
what is the difference between do while and do until?
How to declare the pull button in AS/400..
how can I tell when to replace the array?
Hi Viewers can any body explain me how to update and ahange the already existed data in physical file using subfile ? please explain me with the code if possible?
What is difference between bind by copy and bind by reference?
can any one help in hawkeye and turnover or any change management system plzzzzz or send the documents to my mail id :gvsp.as4@gmail.com
Explain mdt?
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.
what is an online rpg?
which program rpg or cl is efficent to update a transaction onto a database file and why ?
how do I declare a minor?
how can you display specific subfile page on the screen in unequal subfile?
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?
What are the types of identifiers?