How can you delete a record from a file in RPG without using DELETE oppcode?
Answers were Sorted based on User's Feedback
Answer / surya siram
I believe we cant delete a record without using DELETE Opcode. Or we can use SQLRPG "Delete" statement to delete a particular record.
| Is This Answer Correct ? | 4 Yes | 1 No |
Answer / as400vaibhav@gmail.com
we can use CLRPFM command in RPG by with API QCMDEXC.
| Is This Answer Correct ? | 0 Yes | 1 No |
What is the difference Return and InLr?
how can we find setll setgt chain read reade readp operations are successfull or not,give example.explain in detail.
How to find d key field of a pf that doesn’t have source physical file?
WHAT IS MENT BY RECORD LEVEL IDENTIFIER ? WHAT IS THE PURPOSE OF THIS?
what do you mean by SESSION/DEVOCE ERROR?
1.I Have a physical file , i want to read the data from the each and every member of the File in the CL Program.How do you achieve this. 2.How do you do the same in RPG?. do think is it possible to read data from all the members in the RPG?
how to retrieve RRN value in RPGLE program
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?
CAN WE READ RECORDS WITHOUT USING SETLL,READ,CHAIN IN RPG?
How can you delete records form a file in rpg without using "Delete" OPCODE?
What is the syntax of passing parameters to a procedure by value?
Can any one plz explain the concept of INFSR, *PSSR, INFDS AND PSDS, I' confusing about PSDS and *PSSR, Wat is the difference btw them, wat PSDS will do????