Can anybody tell me, does CL/400 handle LEVEL check while
running the CL program....?
plz share your experience...
Answer Posted / ramki
Whenever if you change the structure of PF/LF you should
recompile all the programs which are using the mdified
PF/LF. Otherwise you will get an level check error while
running the program.
Thanks,
Ramki.
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
How to create a login screen using a command instead of display file.... intention is to get a password field on a command..... how do you achieve this...
How to call one program from another program in RPG? please help me with the code
what are the key words you must use when using a subfile?
If my rpg program has a date field, what extra care I have to take while compiling that rpg program? 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?
When we have a file with Duplicate records and I want to read the unique record from the file. For example a file containing Emp Name as 'Ram' and there are 3 entries of it. So how to read a unique record from File?
is this a rpg channel?
Interviewer asked me write down DDS for load all subfile .can anybody write dds
how does the rpg element work?
how do you use commitment control in rpg?
Hi Viewers can any body explain me how to update and ahange the already existed data in physical file using subfile ? please explain me with the code if possible?
Program to read marks of 10 students for 4 subjects and compute and display total marks and status of each student in rpg
what is kids-rpg?
What is the diff bw PF/LF Name and their Record format name? what is restriction in record format then file name?
can I touch the array during treatments?
How to handle duplicate error handling in RPG?