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?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More RPG400 Interview Questions

how to display all the members records in a physical file without using ovrdbf?

9 Answers  


Need a sql query: retrieve all duplicate records in table?

1 Answers  


i want to retrieve record b/w 2 dates in as400

2 Answers   L&T,


1.String operatio such as moving the characters to the variables? 2.what are the building functions for check file longs? 3.which of the following methods will make externally describe file fields available to a program? A: A/copy statement that specifies the library file and member of the field reference file source code B: A data structure definition specification that names the file on the EXTNAME keyword C: A data structure definition specification that names the file on the IMPORT keyword? D: A Definition specification for each desired field with the REFFLD keyword

1 Answers   CSC, CTS,


i hav 2 logical files(L1,L2) both r derived from one physical file(P1). how can i use both the logical files in one RPG program? if yes what i have to d.

5 Answers   TCS,






what is post opcode do

1 Answers   CTS,


suppose a job is running for 15 minutes after that it goes to message wait? what are the impact analysis

1 Answers  


What will be the value of STRING after line 0106 is executed in the code below? 0101 E* Fromfiletofile..tabnameprnentlenpdatabnamlenpda 0102 E ARR 8 1 0103 ISTRING DS 0104 I 1 8 ARR 0105 C MOVE *BLANK STRING 0106 C MOVEA'ABC' ARR A) 'AAAAAAAA' B) 'BBBBBBBB' C) 'CCCCCCCC' D) 'ABC ' E) ' ABC'

2 Answers  


How can we receive values from a called procedure in RPG?

1 Answers  


How can you delete a record from a file in RPG without using DELETE oppcode?

2 Answers   UST,


two attributes which govern the excecution of a job>>>>??

2 Answers   CTS,


When will DUMP & DEBUG be ignored?

3 Answers   IBM,


Categories