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 |
Can AnyOne tell me how to read join logical file in rpg from starting to end?
how do u find whether a record is locked or not??
How to print Superscript / Subscript from RPG400
What is a record lock error?
what happens when sflsiz = sflpag? What are the advantages and disadvantages?
Mr.Sidc sirfor my question{how to convert date format from one format to another i think in CL/400 its CVTDAT,Please tell in RPG/400 sir not in RPGILE} you have answered using MOVE opcode,can you illustrate me with a small example sir very kind of you.
Suppose in CL we reach at end of file and again we have to reach from 1 record
How to create a key field for a logical file inside RPG?
what is flat file?
1.Write code to read the records from a file and load an array of size 99? Make sure that you take care of all the error conditions?
what will happen two jobs have same name are submitted
What are the commands that can be executed in CLP but not in RPG? Why?