what is file information data structure?



what is file information data structure?..

Answer / vishwa natri

File Information Data structure (INFDS) can be defined for each file to make file exception/ error information available to the program.
A file information data structure contains predefined subfields that identify:
the name of the file for which the exception/error occurred.
the record being processed when the exception/error occurred or the record that caused the exception/error.
The last operation being processed when the exception/error occurred.
The status code. The RPG routine in which the exception/error occurred.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More RPG400 Interview Questions

Suppose i am having 3 programs PgmA,pgmB,pgmC and using source debugger. At debugging time i found that pgmC having some code error..then in debug mode directly how can i debug pgmC

2 Answers  


What is a record lock error?

0 Answers   Wipro,


Suppose you have 3 members in a database file. How to read records from all the members without using CL (OVRDBF) i.e. Entire process should be handled exclusively in a RPG program?

7 Answers  


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?

0 Answers  


how to retrieve RRN value in RPGLE program

3 Answers  






1.Coding in cl to send an message? 2..What is turnover and use? What are the different levels?

4 Answers   IBM,


what is a rpg?

0 Answers   IBM,


What is Multi Occurrence Data Structure(MODS)?

1 Answers   CTS,


Anybody can explain the difference between SFLCLR & SFLINZ?

7 Answers  


Given the following code, what is the value of RESULT? DName+++++++++++ETDsFrom+++To/L+++IDc.Keywords+++++++++++++ D RESULT S 5 0 C EVAL RESULT = (2 + 3 * 2) ** 2 / 2

2 Answers  


How to declare the dynamic(run time) array in rpgle? can you please give example

2 Answers   Polaris,


Can we have a Physical file without any member ? Please let me know

12 Answers  


Categories