Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

RPG400 Interview Questions
Questions Answers Views Company eMail

Assume my file has 100 records and I want to see only first 10 records. Is this possible through lf?

1 2169

Suppose my file has 10 fields and I want to make the 2nd field zeros in all records. And assume I have millions of records and I dont want to read each record and update the desired field with 0. Any other way to do this in one step operation?

1 2551

What is file identifier where we can use?

1172

Explain mdt?

1200

What is the difference between copybooks and subprocedures in as400?

1406

Can a indexed file be accessed in arrival sequence in RPG?

1 2691

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

1057

How to write record if no field or the field are different in physical file in rpgle ?

1023

When we have a file with Duplicate records and I want to read the unique record from the file. For example a file containing Emp Name as 'Ram' and there are 3 entries of it. So how to read a unique record from File?

1003

How to read a record from file where there is multiple record occurrence is available?

1 2474

Assume 2 users are using the same file and first user updates some record in the file. Will the 2nd user will be able to see the updated record or not?

982

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?

997

If I have a file with 5 record and that file has 2 Key field and I want to read the unique record of the file then how can we achieve it?

1 2446


Post New RPG400 Questions

Un-Answered Questions { RPG400 }

What is the purpose of record level identifier?

1169


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?

997


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...........

3883


what was the robotech rpg?

1264


if there is a module object , how to find the program object for this module object.Assume the module object name and program object name is not same.

2671


How to select highest score of each subject or how to select highest income of every month?

1807


how do I declare a minor?

1205


what happens when sflsiz = sflpag? What are the advantages and disadvantages?

1239


what is a rpg?

1243


what are the key words you must use when using a subfile?

1232


Please tell me how to read the records from a file with load an array of size with error conditions(The logic answer for this question is ARR is array of 99 elements Z-ADD 0 IDX *LOVAL SETLL FILE READ FILE 99 *IN99 DOWEQ *OFF IDX ANDLT 99 ADD 1 IDX MOVE FIELD ARR,IDX READ FILE 99 ENDDO).So,Please give me the complete of this code.

2564


how do I declare a table or array in rpg iv?

1222


what is file information data structure?

2279


what is data area and how it is used in rpg program ?

1376


Hi Viewers can any body explain me how to update and ahange the already existed data in physical file using subfile ? please explain me with the code if possible?

5227