How can you delete a record from a file in RPG without using DELETE oppcode?
Answer Posted / as400vaibhav@gmail.com
we can use CLRPFM command in RPG by with API QCMDEXC.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
what is the procedure and explain about real time scenario.
How can we know running job is batch or interactive?
How to select highest score of each subject or how to select highest income of every month?
How to write record if no field or the field are different in physical file in rpgle ?
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.
explain sflclr, sflend, sfldlt, and sflcsrrrn?
What is difference between bind by copy and bind by reference?
Program to read marks of 10 students for 4 subjects and compute and display total marks and status of each student in rpg
do you use message subfiles? What are the necessary keywords required coding a message subfile?
what is an online rpg?
how do I play {insert rpg system here}?
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 kids-rpg?
Please tell me how to read the records from a file with load an array of size with error conditions(The logic answer for this question is ARR is array of 99 elements Z-ADD 0 IDX *LOVAL SETLL FILE READ FILE 99 *IN99 DOWEQ *OFF IDX ANDLT 99 ADD 1 IDX MOVE FIELD ARR,IDX READ FILE 99 ENDDO).So,Please give me the complete of this code.
How to declare the pull button in AS/400..