I have some doubts on subfile-----------
-----I wrote a prog on subfile to display the records.
Every thing is clear but i defined a field
called "opt" as
input field in subfile record format
from that input field i wish to enter into new
screen called "EDIT"
which i created it as a separate RCD in display
file. i gave opt as 2 for edit just like in WRKMBRPDM screen
please telll me the code and
how can i code for it in RPG.
Answer Posted / abhishek kumar
Use CSRLOC keyword to select the particular record. Once u
get the record, do what ever u want to do (e.g edit, etc)
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How to write record if no field or the field are different in physical file in rpgle ?
how do you use commitment control in rpg?
Program to read marks of 10 students for 4 subjects and compute and display total marks and status of each student in rpg
what do you mean by an input subfile, what are the keywords required?
When it is desirable to describe files Internally?
Q:Hi all,i want accurate answer with code using in built functions.please sent me code as soon as posible. I have program nmed PGM1 which '' RETRIEVE Current production date''should correctly default the production date for the user who is issuing raw materials to the manufacturing.The production date can be different from the celendra date. However, the program does not make the correct adjustment for all manufacturing plants. there is a parameter which determines the production start time e.g. 07:00 if the system time precedes this,the program subtracts one from the celendra day.This work fine when the celendar day starts after production day as it does in England,the system should be adding one to the celendar day during the overlap. unfortunately the program was desined to assumed the celendar day always starts before the production day. Change required in the program: Change the PROGRAM PGM1 to use the new parrameter to decide whether to add or subtract 1 from the celendar day when determining the production date.
1. What is bound-by-call and bound-by-reference? 2. Where and why is *Nomain used? 3. What are the difficulties faced by programmers when using service programs? 4. Explain the different ways of parsing and compiling XML in iSeries.
explain sflclr, sflend, sfldlt, and sflcsrrrn?
how do I declare a table or array in rpg iv?
how can you display specific subfile page on the screen in unequal subfile?
What is a record lock error?
How to define data area in RPG program? In which scenario multi occurrence DS is use in AS400?
what is the difference between do while and do until?
what is data area and how it is used in rpg program ?
what happens when sflsiz = sflpag? What are the advantages and disadvantages?