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
We have job which is running as batch. It takes atleast 06 hours to complete tht job. But I wanna do tht job with in 3 hours?
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.
what is the necessary keyword needed to scroll subfile records?
What is difference between bind by copy and bind by reference?
what is *place and *auto keyword in prtf ?plz explain
What is the purpose of record level identifier?
can you debug ile rpg program using isdb?
Interviewer asked me write down DDS for load all subfile .can anybody write dds
can anybody help me to solve this problem. the program that i m checking display error message saying "Record format for file AJDSPFFD does not match model file and decimal error. how to solve this problem. The AJDSPFFD is snapshot the AJTLOG that is the audit trail list.
1. If there are two programs using same file and 2 users are using the file at the same time and what can be done to allow them both to access? 2. How can remove lock from the file for accessing it by both users?
What are the types of identifiers?
how do I declare a minor?
what was the robotech rpg?
explain sflclr, sflend, sfldlt, and sflcsrrrn?
how can you display specific subfile page on the screen in unequal subfile?