IBM RPG400 Question:
Download Questions PDF

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?

IBM RPG400 Interview Question
IBM RPG400 Interview Question

Answer:

format of variable, length of variable should be date and sep(-/).should be define

extra key "A"

May be you have define you file as output mode

Download IBM RPG400 Interview Questions And Answers PDF

Previous QuestionNext Question
WHAT IS MENT BY RECORD LEVEL IDENTIFIER?
WHAT IS THE PURPOSE OF THIS?
Suppose my file has 10 fields and I want to make the 2nd field Zeros in all records. And assume I have millions of records and I dont want to read each record and update the desired field with 0. Any other way to do this in one step operation?