i)What is the command to lock a file in a program
ii)2. Can you get a level check error in a CL program
Answer Posted / avinash
1) ALCOBJ
2) No,not in CLP
| Is This Answer Correct ? | 5 Yes | 3 No |
Post New Answer View All Answers
How can we override a file during runtime in rpg?
can anybody help me to solve this problem. the program that i m checking display error message saying "Record format for file AJDSPFFD does not match model file and decimal error. how to solve this problem. The AJDSPFFD is snapshot the AJTLOG that is the audit trail list.
are there any useful c runtime apis that I can call from rpg iv?
Set on command is used for closed all opened files , initialize var and release resource , return cmd is used for return to calling program but my req. Is dnt close opened files and resource must released while doing transactions , how can i do this...?
How to write record if no field or the field are different in physical file in rpgle ?
how do I declare a minor?
Explain mdt?
what is data area and how it is used in rpg program ?
How Chain operation copies the record's data to the input buffer for the program?
How many program bind in one module....
Suppose we have one database file and it is used by 5 programs and in 3 program we have to add some records in datbase file s what is the impact on other program?
what is the difference between do while and do until?
1. If there are two programs using same file and 2 users are using the file at the same time and what can be done to allow them both to access? 2. How can remove lock from the file for accessing it by both users?
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?
How to define data area in RPG program? In which scenario multi occurrence DS is use in AS400?