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 file information data structure?
what built in function can be used with SETLL.If you want to check whether the search argument is successful or not? Please give me answer with example?
what do you mean by SESSION/DEVOCE ERROR?
i 'm new to as/400.in an interview i was asked this question.give a practical example for passing information or data through local data area. I know only that data area is an object used to store tiny bits of data or it can store one value at a time and it is used to store frequently changing values or datas.thats all i know about data area can any one tell me how local data area and user defined data area are used to pass data between jobs with a example or coding.thanks in advance.
How to declare the more than one file in cl/400.
what was the robotech rpg?
Why we cannot call a service program? If I add a PEP can i call the service program?
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.
how do I declare a table or array in rpg iv?
1) How to retrieve RRN through RPG ? 2) How to pass parameter by value ? 3) How to trap the error through the RPG/400
10 Answers IBM, Tech Mahindra,
How can we access Interactive job LDA in Batch Job?. and How we can access a file in interactive QTEMP lib in Batch job?.
how many variables can we declare in cl pgm?