How can you delete records form a file in rpg without
using "Delete" OPCODE?
Answers were Sorted based on User's Feedback
Answer / swaminathan.r
By using EXCPT opcode we can delete the records in Rpg..
That is on O spec we have E-DEL/ADD
| Is This Answer Correct ? | 27 Yes | 1 No |
Answer / surendra y mudliar
If you want to delete all the records then you can do by
using API QCMDEXC and pass the parameter as CLRPFM.
| Is This Answer Correct ? | 5 Yes | 2 No |
how do u track msg in cl pgm???
HI, 1: WHAT IS THE FUNCTION OF %KDS?WITH PROGRAMMING CODES EXAMPLE 2: WHAT IS THE FUNCTION OF Z-ADD AND Z-SUB ? WITH PROGRAMMING CODES EXAMPLE
use of PUTOVR,OVRDTA,KEEP keywords?
Can somebody tell me that, Is it possible to read all the member of PF without OVRDBF?
How can we receive values from a called procedure in RPG?
Can we journel logical file and access path? Can we use commitment control for non-join L.F?
please guys help me,I need to write a program that shows more than one way to display a subfile. Both views are of the same file but sorted differently and show different fields of the same file when the user presses a function key. send me code
WHAT IS MEANT BY SIGNATURE VAILOTION ERROR
How can i check the object existance in RPG program without using QCMDEXC command.
how can we can we the data decimal error?how can we open such file in support
What is use of IMPORT and EXPORT in RPGLE ? What is activation Group ? What is Service Program ???? How to call another program in RPGLE ?
Can we used ovrdbf command after the opnqry file if yes then What will be out put of your program?