How to search particular records from the database file in rpg?
Answers were Sorted based on User's Feedback
In RPG program one file using as a PRIMARY file while running program some of the records reading twice any body know why its happening
Assume my file has 100 records and I want to see only first 10 records. Is this possible through lf?
What are the necessary keywords required to code a message subfile?
How do you find out whether a record is present in the physical file without reading the file? for Example Employee No: 100 in an Employee master.How do we find out whther 100 is present in Employee master without reading the file?
11 Answers Bank Of America, CSC, IBM,
What does Implicit Open means with respect to a file ? What about the Explicit Open?..what are the major differences between these two?
The RP program is displaying records 11 times .But there are 10 records in a pf.(ie last record is displayed twice).How to display records only 10 times?
How to find d key field of a pf that doesn’t have source physical file?
this is rpg3 code W0RTN IFEQ @CN,002 what is the means @CN,002
How to find d key field of a pf that doesn’t have source physical file?
I have a Physical File name 'File1', which is present in two libraries named 'LIB1' & 'LIB2'. These 2 libraries are listed in the library list. Would like to access data from this file from these two libraries using RPG program. How to do this, any idea?
Suppose I have 3 jobs a b and c. I want to submit b after successful completion of a and want to submit c after successful completion of b. Without using job scheduler or job queue, how can I do that through cl program?
what are the types of identifers