Why Rpg/400 is Famous?
Answers were Sorted based on User's Feedback
Answer / anuj tiwari
* Easy to code and analyze.
* Supports externally described files.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / mahalakshmi
PG/400 is a high-level programming language used for business applications on the IBM AS/400 and iSeries systems. It gained popularity due to its ease of use, efficiency in handling business logic, and seamless integration with the IBM midrange systems. RPG/400 is known for its structured programming features and built-in functions tailored for business applications.
| Is This Answer Correct ? | 0 Yes | 0 No |
I have a RPG program of 100 Lines and first line is to SETON indicator LR. Will the program execute rest of the 99 Lines?
If the last record of a file has been read, and the next operation on that file is a READ operation, what will be the values of the input fields for that file? A. They will be blank and/or zero. B. They will be null. C. They will equal the values of the first record in the file. D. They will equal the values of the last record read.
Some times While checking MSGW for object / member / record locks ,I have seen it's locked by itself ...? How it happen and what action we need to perform if job is updating / writing a record....?
You have a *USE authority on a Library and *All authority on a file in that Library.Can you change the data in that file?
How Commitment and Roll back control is used in as400, explain with real time senario ???
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 ?
can you debug ile rpg program using isdb?
What does Implicit Open means with respect to a file ? What about the Explicit Open?..what are the major differences between these two?
We have job which is running as batch. It takes atleast 06 hours to complete tht job. But I wanna do tht job with in 3 hours?
If there are 1000 member(PGM type) in a SRC file. How can we compile in a CL program? ( It need to be done in a loop)?
What is difference between bind by copy and bind by reference?
what is kids-rpg?