How can you delete records form a file in rpg without
using "Delete" OPCODE?
Answer Posted / s.kumar
Hi Syam,
According to me, if you don't want Delete opcode
so use Embedded Sql in Rpg....Right?
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
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 file identifier where we can use?
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?
what is an online rpg?
How to handle duplicate error handling in RPG?
how do you use commitment control in rpg?
which program rpg or cl is efficent to update a transaction onto a database file and why ?
How to write record if no field or the field are different in physical file in rpgle ?
write an RPG program to calculate the marks of 5 students (A,B, C, D, E)in 3 different subjects (eng, math, sci) an display on the screen
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.
What is a record lock error?
What is the diff bw PF/LF Name and their Record format name? what is restriction in record format then file name?
during execution, an rpg/400 program automatically follows a sequence of operations for each record that is processed. The built-in program cycle includes the following logical steps.
what is the procedure and explain about real time scenario.
what are the key words you must use when using a subfile?