CAN WE READ RECORDS WITHOUT USING SETLL,READ,CHAIN IN RPG?
Answer Posted / prashant singh
Yes . By using RPG logic cycle.
| Is This Answer Correct ? | 16 Yes | 1 No |
Post New Answer View All Answers
What is file identifier where we can use?
how do you use commitment control in rpg?
How can we override a file during runtime in rpg?
How to write record if no field or the field are different in physical file in rpgle ?
what is the rpg system?
1. If there are two programs using same file and 2 users are using the file at the same time and what can be done to allow them both to access? 2. How can remove lock from the file for accessing it by both users?
How to select highest score of each subject or how to select highest income of every month?
How to define data area in RPG program? In which scenario multi occurrence DS is use in AS400?
How do u design a physical file, when you have 2 Unique fields like for eg in A student file student ID and student examination no both are unique
what is data area and how it is used in rpg program ?
are there any useful c runtime apis that I can call from rpg iv?
can you debug ile rpg program using isdb?
give an eg of ACQ-(ACQUIRE),BIT OFF,BIT ON,DEALLOC,DUMP,FEOD,FORCE,MHHZO,MHLZO,MHLLZO,MLHZO,REL,RESET,TESTZ,TESTB,TESTN----GIVE SMALL EXAMPLE TO THE OPCODES...TO UNDERSTAND FUNCTIONING...........
do you use message subfiles? What are the necessary keywords required coding a message subfile?
How to call one program from another program in RPG? please help me with the code