WHAT IS MENT BY RECORD LEVEL IDENTIFIER ?
WHAT IS THE PURPOSE OF THIS?
Answer / christopher
Record level Identifier gives the information about the
specific record format in the file. This can be used to
make sure that the record format of the file is same at
present as it was when the program was compiled.This will
protect the program from going into error due to changes
made to the record format after the compilation of the
program.The system tells the program, when it tries to open
the file, that a significant change occurred to the
definition of the file since the last time the program was
compiled.
| Is This Answer Correct ? | 8 Yes | 0 No |
1.Load an runtime array of length 99 from the pf and you want to handle all the possible errors?
How to write record if no field or the field are different in physical file in rpgle ?
what is the use of sflnxtchg?
how to retrieve particular field records from a physical file,say i have a physical file called 'employee' in it i have to retrieve the records of a field 'admin' present in pf 'employee' using rpg,but i should not use logical file or openquery file.
What is the difference between inner join @ outer join
i want to retrieve record b/w 2 dates in as400
Have a join logical file with more than one members with different record formats. So how can we read the different members from this file and also how we can read the different record format from the join logical?
what will happen two jobs have same name are submitted
1. I have2 records in a PF. READ PF DO DSPLY EMPNO RETRN DSPLY EMPNO ENDDO What was the output 2. SETON LR vs RETURN 3. Primary File 4. How to delete a deleted spaces 5. How to read a PF in reverse order in CL 6. I have a object in Lib A, B and C. But it shows in D Lib..Why? 7.
What is the difference between ITER and DO ? I know both are used to execute set of statements repeatedly, but what is the main difference?
What are different ways to pass data between programs and which one is the efficient way?
What are the types of identifiers?