Delete FileName at first statement in RPG.
Answer / sagar
If factor 1 contains no entry, the DELET operation deletes the current record (the last record retrieved). The record must have been locked by a previous input operation (for example, CHAIN or READ).
| Is This Answer Correct ? | 0 Yes | 0 No |
what is the procedure and explain about real time scenario.
0 Answers Adhoc Technologies, Hanuman Automation, HSBC, IBM,
How many program bind in one module....
what is edit word and edit code
What are the commands that can be executed in CLP but not in RPG? Why?
When we have a file with Duplicate records and I want to read the unique record from the file. For example a file containing Emp Name as 'Ram' and there are 3 entries of it. So how to read a unique record from File?
Given the following code, what is the value of RESULT? DName+++++++++++ETDsFrom+++To/L+++IDc.Keywords+++++++++++++ D RESULT S 5 0 C EVAL RESULT = (2 + 3 * 2) ** 2 / 2
In RPG program one file using as a PRIMARY file while running program some of the records reading twice any body know why its happening
steps involved in debugging and types of debugging modes?
I want my simple Green screen should refersh every 1 min ,How can I do it..? Please share the logic
How to search particular records from the database file in rpg?
How do you know if a record exists without doing a READ and CHAIN?
what is the necessary command needed before OPNQRYF and why?