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 |
explain sflclr, sflend, sfldlt, and sflcsrrrn?
two attributes which govern the excecution of a job>>>>??
1.I have a Physical file with 100 records, No duplicates exists, all are Unique,But while i am running Runqry utility i am getting only 80 records..What could be the reason?
how can an indexed file be used as arrival sequence in RPG?
if there is pf in two libraries and there is a logical file based on the PF, how to find the pf on which the pf is based.
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?
how to convert date format from one format to another i think in CL/400 its CVTDAT,Please tell in RPG/400 sir not in RPGILE
i'm working on progA , in that program i want to see the userids of the users who work on this program?
what procedure should we use to find whether the following operations are successful or not setll setgt chain read reade readp pls tell with example i'm not lazy to read the manual or not lazy to do anything.but sometimes i cannot understand the things given in manual in high level english its little bit complicated for me,i can't understand their way of writing thats why i ask these questions here and find the solution in simple words that i can understand thats the real reason sir.sorry if i had hurt you or disturbed you.please understand my situation.
how can i retrieve the field name from display file at run time? Devendra Singh Tomar
You have a *USE authority on a Library and *All authority on a file in that Library.Can you change the data in that file?
1)how to do date validation in rpg? 2)how to delete dUPLICATE RECORDS?