WHERE DO WE USE COMIT KEYWORD IN AN RPG PROGRAM?
YOU MADE SOME CHANGES TO DATABASE BUT YOU DON'T WANT TO
SAVE THOSE CHANGES NOW? HOW DO YOU HANDLE THIS ONE?
Answer Posted / shobhit
Commitment Control is a function that allows processing a
group of changes in the file as a single operation.
If you want all the changes in file use COMMIT keyword else
use ROLLBACK.
Define COMMIT keyword in continuation line of F Spec(IPFK
spec) and COMMIT opcode in C spec.
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
What is difference between bind by copy and bind by reference?
How to declare the pull button in AS/400..
what is the rpg system?
what is an online rpg?
is this a rpg channel?
What is the difference between copybooks and subprocedures in as400?
What is ment by record level identifier?
what is kids-rpg?
how do I declare a minor?
what happens when sflsiz = sflpag? What are the advantages and disadvantages?
How to select highest score of each subject or how to select highest income of every month?
If my rpg program has a date field, what extra care I have to take while compiling that rpg program? If the file is keyed and I have declared the file as well as key list properly in my program. Still am getting an error message like "chain/reade operation is not allowed" what may be the case?
How would display prime numbers using CL program?
How can we know running job is batch or interactive?
thanks mr.Harshad R Suryawaunshi,i'm new to as400 i think you are telling in rpgile i know only rpg400 if possible can you tell in rpg400