I know whole thing ab't Arrays related to declaration..can
anyone tell me what exactly use of array or anyone faced a
situation where he found use of array must....
Answer Posted / rajesh
Yes, array will makes things easier when you need to refer few values which might not necessarily be taken from a physical file. Arrays are like single variable that can hold many values and can be referred using index of that variable.
It is a big topic, I suggest you to read some reference mateirals.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
what is the rpg system?
How to handle duplicate error handling in RPG?
what is a rpg?
what is program status data structure?
can anybody help me to solve this problem. the program that i m checking display error message saying "Record format for file AJDSPFFD does not match model file and decimal error. how to solve this problem. The AJDSPFFD is snapshot the AJTLOG that is the audit trail list.
What is a record lock error?
Suppose we have one database file and it is used by 5 programs and in 3 program we have to add some records in datbase file s what is the impact on other program?
How would display prime numbers using CL program?
How to define data area in RPG program? In which scenario multi occurrence DS is use in AS400?
How many program bind in one module....
how do I preserve and clean the array?
How Chain operation copies the record's data to the input buffer for the program?
When it is desirable to describe files Internally?
What is the purpose of record level identifier?
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?