How to search particular records from the database file in rpg?
Answers were Sorted based on User's Feedback
in a cl pgm records are copied to a file in qtemp a pgm is called to delete records from the file in qtemp no of records in file in library qtemp is checked wat shud be the count of records let say it was 10 initially endpgm
How Commitment and Roll back control is used in as400, explain with real time senario ???
Can we create 300 logical files based on a single physical file using the CRTLF command only once?.
Difference between RESET and CLEAR
what is *place and *auto keyword in prtf ?plz explain
Can we journel logical file and access path? Can we use commitment control for non-join L.F?
Can any body give the code for this quesition? Using the following details write C-Spec code to set Name to"AMMU LABS SYSTEM" D NAME1 S 10 INZ('AMMU') D NAME2 S 10 INZ('LABS') D NAME3 S 10 INZ('SYSTEM') D NAME S 20
Hi, can any one tell me :IN CASE OF SINGLE PAGE FILE HOW WILL I LOAD THE PREVIOUS PAGE WITHOUT THE USE OF SFLCLR INDICATOR ?
How to update selected fields from pf without using update opcode. How to read all member in Rpg-3,without using any cl command?
How do I read records from Subfile? what is the purpose of READC explain with example?
how to retrieve particular field records from a physical file,say i have a physical file called 'employee' in it i have to retrieve the records of a field 'admin' present in pf 'employee' using rpg,but i should not use logical file or openquery file.
How to create a key field for a logical file inside RPG?