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 |
How can a screen field that has changed since the last output operation be detected?
1..Write an sql query to find the employee name who is having 2 phone numebr? 2.Write an sql query to the the second highest salary of the employee?
Delete FileName at first statement in RPG.
What is the name of default out queue when user logs inn to syatem with valid profile?
Can we possible to key with the date field?
what is the rpg system?
What is the purpose of record level identifier?
Can anybody tell me that why we use option(*nodebugio)in H- Spec?
Write a program to display prime numbers between 1 to 100 using RPGLE.
what is importance of 'MAPFLD' IN OPNQRYF FILE ?
As400 Command to find the Name of the Program to which a Particular Module is Bound..? Ex: IC210AMR (*MODULE) is bound with Other Modules which Forms Program Object as IC210ABP(*PGM) . As400 Command to find the IC210ABP Using IC210AMR..? Thanks
I have 1000 records in a file. I would like to generate 10 identical reports from this record with same format (structure of records) how do I do this?