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?
Answer Posted / arvind
format of variable, length of variable should be date and sep(-/).should be define
extra key "A"
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
what is the use of sflnxtchg?
explain sflclr, sflend, sfldlt, and sflcsrrrn?
what happens when sflsiz = sflpag? What are the advantages and disadvantages?
What is ment by record level identifier?
what is program status data structure?
can you debug ile rpg program using isdb?
how do I declare a minor?
How to define data area in RPG program? In which scenario multi occurrence DS is use in AS400?
how can I tell when to replace the array?
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?
What is the purpose of record level identifier?
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.
how do I preserve and clean the array?
If my rpg program has a date field, what extra care I have to take while compiling that rpg program? 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?
What is the diff bw PF/LF Name and their Record format name? what is restriction in record format then file name?