what are the key words you must use when using a subfile?
No Answer is Posted For this Question
Be the First to Post Answer
parameters cannot be passed in which one??
How can we search particular records from the database file in RPG. For example, there are 100 records in the file.i need to retrieve all the records matching/equal to the particular 'NAME' field. How can we do the above using SEARCH criteria other than using the IF cond?
how to retrieve RRN value in RPGLE program
1.Coding in cl to send an message? 2..What is turnover and use? What are the different levels?
WHAT IS MENT BY RECORD LEVEL IDENTIFIER ? WHAT IS THE PURPOSE OF THIS?
Hello, I want to extend a length of field in my Display file(Subfile). Please suggest the possible steps. Thanks
how do u find whether a record is locked or not??/
Write the subfile logic program for the given concept. Load the data to the subfile depends upon the designation where designation is not a key field?
How to update only a field of a PF in an RPG program. I don't want to update the record, only one field.
I know chain keyword retreive records randomly but how chain keyword exactly works internally????
CAN WE READ RECORDS WITHOUT USING SETLL,READ,CHAIN IN RPG?
Suppose you have 3 members in a database file. How to read records from all the members without using CL (OVRDBF) i.e. Entire process should be handled exclusively in a RPG program?