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 |
How can we find out whether the job is interactive or Batch through RPG program? 2) How can we find out through CL program?
while i am using the dspmsg command on comman line in Mocha am getting error like Not authorized to message queue message my messagequeue Name? can anybody help me how to change my message queue Am anable to see my messages in message queue
Set on command is used for closed all opened files , initialize var and release resource , return cmd is used for return to calling program but my req. Is dnt close opened files and resource must released while doing transactions , how can i do this...?
3 members in a databasefile .how to read records from all the members?????????
how do I declare a minor?
what is flat file?
Suppose you have 3 members in a database file. How to read records from all the members without using CL (OVRDBF) i.e. Entire process should be handled exclusively in a RPG program?
What are the commands that can be executed in CLP but not in RPG? Why?
How can we receive values from a called procedure in CL?
1.Coding in cl to send an message? 2..What is turnover and use? What are the different levels?
what is data area and how it is used in rpg program ?
suppose a job is running for 15 minutes after that it goes to message wait? what are the impact analysis