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 |
How can you delete a record from a file in RPG without using DELETE oppcode?
what is data area and how it is used in rpg program ?
do you use message subfiles? What are the necessary keywords required coding a message subfile?
what are the types of identifers
how we create binder member for updating service program and where we type this code on command line or in program ? strpgmexp pgmlvl(*current) export symbol (xyz0 endpgmexp. plz explain me this step by step .
What is the diff bw PF/LF Name and their Record format name? what is restriction in record format then file name?
how to find whether a date format is valid or not in RPG400 not in RPGILE.Can you please write the coding for this sir,i'm new to AS400.Please help.
what is kids-rpg?
what is plat file?
How do you know if a record exists without doing a READ and CHAIN?
How to declare the more than one file in cl/400.
I have a file .In that file i have 3 fields. Those fields are eno, ename, esal.Keyfield is eno. In that file i have data like this for eno 1,2,3,4,5. Now i need to display 2nd record. That means i need to set the pointer on 2nd record... Then, write the complete rpg program using setll.