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 |
what is data area and how it is used in rpg program ?
steps for debugging two rpg programs????
How to declare the dynamic(run time) array in rpgle? can you please give example
HI, 1: WHAT IS THE FUNCTION OF %KDS?WITH PROGRAMMING CODES EXAMPLE 2: WHAT IS THE FUNCTION OF Z-ADD AND Z-SUB ? WITH PROGRAMMING CODES EXAMPLE
suppose one file is used by 100 user and file is locked by 100 user, what are the impact analysis?
1. If my rpg program has a date field, What extra care I have to take while compiling that RPG program? 2. If the file is keyed and I have declared the file as well as Key list properly in my program. Still am getting an error message like "Chain/reade operation is not allowed" What may be the case?
3. Given the DOS Specification below and the following information: • Indicator 50 is off • No records have been written to the subfile What will be the result if the EXFMT operation code is performed on the record format CTLR? A R SUBFL A DESCRIP 101 6 1ODSPATR(UL) A DFT(’NOT FOUND’) A R CTLR SFLCTL(SUBFL) A N50 SFLDSP A SFLDSPCTL A SFLINZ A 67 SFIJEND A SFLSIZ(13) A SFLPAG(12) A ACCOUNTNO 100 S 10 a.) Only AccountNo will display b.) SUBFL will be initialized with 13 blank records c.) An I/O exception error will occur d.) The screen will display 12 records with ‘NOT FOUND’
two types of read performed in dataqueue?????
Whether a module can consists of many procedures or it can consist of subprocedures having a main procedure?If it is possible that it can contain many individual procedures than can we have different name for complete module and how do we call this module in main modul?
Write the subfile logic program for the given concept. Load the data to the subfile depends upon the designation where designation is not a key field?
What is the difference between RPG/400 and RPG4
Can someone tell me tell me what is meant by message wait...?