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 |
What is the difference Return and InLr?
check existence of one record without using chain or read?
How do I link an existing logical file to it's Physical File without recompiling?
Can any one plz explain the concept of INFSR, *PSSR, INFDS AND PSDS, I' confusing about PSDS and *PSSR, Wat is the difference btw them, wat PSDS will do????
thanks mr.Harshad R Suryawaunshi,i'm new to as400 i think you are telling in rpgile i know only rpg400 if possible can you tell in rpg400
while i am using the dspmsg command on comman line in Mocha am getting error like Not authorized to message queue message my messagequeue Name? can anybody help me how to change my message queue Am anable to see my messages in message queue
how to check on which PF , the LF is dependant ?
Can somebody tell me that, Is it possible to read all the member of PF without OVRDBF?
How to get only unique records from a file which contains duplicate data using CPYF command ? Example : FILEA has duplicate records and FILEB is a UNIQUE defined.... and I want to get the data from FILEA to FILEB by eliminating all the duplicate records...
what r drawbacks of OPM? Why do we go for ILE RPG?
How can we receive values from a called procedure in CL?
how to run only 10 modules of existing N modules in service program in RPGILE ?