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 |
In how many ways a session/device error occurs,,, and what is the remedy for it?
can anyone say,what is the use of operation extended H/N/P?
1. If my rpg program has a date field, What extra care I have to take while compiling that RPG program? 2. If the file is keyed and I have declared the file as well as Key list properly in my program. Still am getting an error message like "Chain/reade operation is not allowed" What may be the case?
I want to add 10 days in current date. how it is possible in CL program...?
Can somebody tell me that, Is it possible to read all the member of PF without OVRDBF?
What is use of IMPORT and EXPORT in RPGLE ? What is activation Group ? What is Service Program ???? How to call another program in RPGLE ?
Suppose in CL we reach at end of file and again we have to reach from 1 record
Anyone help me for the below question:- If problem/error occur in *PSSR subroutine,how should I handel it in RPG program.
how we create binder member for updating service program and where we type this code on command line or in program ? strpgmexp pgmlvl(*current) export symbol (xyz0 endpgmexp. plz explain me this step by step .
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
Can we used ovrdbf command after the opnqry file if yes then What will be out put of your program?
Can anybody tell me, does CL/400 handle LEVEL check while running the CL program....? plz share your experience...