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 |
I have two sessions S1 & S2 under this 3 jobs(say j1,j2,j3 under session S1) And 2 jobs(Say j4, j5 Under session S2)is running. How many QTEMP & how many LDA will create for the same.
What is a record lock error?
If the last record of a file has been read, and the next operation on that file is a READ operation, what will be the values of the input fields for that file? A. They will be blank and/or zero. B. They will be null. C. They will equal the values of the first record in the file. D. They will equal the values of the last record read.
Can we journel logical file and access path? Can we use commitment control for non-join L.F?
what built in function can be used with SETLL.If you want to check whether the search argument is successful or not? Please give me answer with example?
what is commitment control?explain about it?
how to retrieve particular field records from a physical file,say i have a physical file called 'employee' in it i have to retrieve the records of a field 'admin' present in pf 'employee' using rpg,but i should not use logical file or openquery file.
How to select highest score of each subject or how to select highest income of every month?
what is plat 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?
How to print output from openquery in as400 ?
Write a program to display prime numbers between 1 to 100 using RPGLE.